From a3716f72066d25d745f4d5103ff23a553c3e102b Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期四, 17 二月 2022 11:41:19 +0800
Subject: [PATCH] Merge branch 'sit' into uat

---
 pamapi/src/doc/顧問API/快速篩選.txt |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git "a/pamapi/src/doc/\351\241\247\345\225\217API/\345\277\253\351\200\237\347\257\251\351\201\270.txt" "b/pamapi/src/doc/\351\241\247\345\225\217API/\345\277\253\351\200\237\347\257\251\351\201\270.txt"
index e07d9fa..12f1f08 100644
--- "a/pamapi/src/doc/\351\241\247\345\225\217API/\345\277\253\351\200\237\347\257\251\351\201\270.txt"
+++ "b/pamapi/src/doc/\351\241\247\345\225\217API/\345\277\253\351\200\237\347\257\251\351\201\270.txt"
@@ -3,9 +3,10 @@
 request body:
 {
     "gender": "female",
-    "communicationStyle": "",
+    "communicationStyles": [],
     "avgScore": 4,
-    "status": "online"
+    "status": "online",
+    "seniority": "SENIOR"   // "鞈楛"撣�"SENIOR"��"撟渲��"撣�"YOUNG"��"銝��"撣�"UNLIMITED"
 }
 
 response body:
@@ -22,7 +23,9 @@
         "contactStatus": null,
         "updateTime": null,
         "seniority": "4撟�2���",
-        "new": false
+        "role": "����蝬�鈭�",
+        "new": false,
+        "latestAppointmentId": null
     },
     {
         "agentNo": "12346",
@@ -37,6 +40,8 @@
         "contactStatus": null,
         "updateTime": null,
         "seniority": "2撟�3���",
-        "new": false
+        "role": "����蝬�鈭�",
+        "new": false,
+        "latestAppointmentId": null
     }
 ]

--
Gitblit v1.9.3