From ac235850a9287dae6977c964213176fa7c86b140 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期四, 09 十二月 2021 14:42:20 +0800
Subject: [PATCH] Merge branch 'refactor/separate-vue' of ssh://192.168.0.10:29418/pcalife/PAM into refactor/separate-vue

---
 pamapi/src/doc/顧問API/嚴選配對.txt |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git "a/pamapi/src/doc/\351\241\247\345\225\217API/\345\232\264\351\201\270\351\205\215\345\260\215.txt" "b/pamapi/src/doc/\351\241\247\345\225\217API/\345\232\264\351\201\270\351\205\215\345\260\215.txt"
index e9fe861..9401136 100644
--- "a/pamapi/src/doc/\351\241\247\345\225\217API/\345\232\264\351\201\270\351\205\215\345\260\215.txt"
+++ "b/pamapi/src/doc/\351\241\247\345\225\217API/\345\232\264\351\201\270\351\205\215\345\260\215.txt"
@@ -8,9 +8,9 @@
     "area":"獢��",
     "requirements": ["�摨瑁����","靽�瑼�/閬��"],
     "otherRequirement": "���",
-    "seniority":"鞈楛",
+    "seniority":        // "鞈楛"撣�"SENIOR"��"撟渲��"撣�"YOUNG"��"銝��"撣�"UNLIMITED"
     "popularTags":["��","憭梯","����"],
-    "otherPopularTags":"���"
+    "otherPopularTags":"���",
 }
 
 response body:
@@ -27,7 +27,9 @@
         "contactStatus": null,
         "updateTime": null,
         "seniority": "4撟�2���",
-        "new": false
+        "role": "����蝬�鈭�",
+        "new": false,
+        "latestAppointmentId": null
     },
     {
         "agentNo": "12346",
@@ -42,6 +44,8 @@
         "contactStatus": null,
         "updateTime": null,
         "seniority": "2撟�3���",
-        "new": false
+        "role": "����蝬�鈭�",
+        "new": false,
+        "latestAppointmentId": null
     }
 ]

--
Gitblit v1.8.0