From 551d18a095e8fe462e4099fdd5b2578e12934d45 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期二, 08 二月 2022 12:25:44 +0800
Subject: [PATCH] Merge branch 'Phase3' of https://dev.pollex.com.tw:8443/r/pcalife/PAM into Phase3

---
 pamapi/src/doc/顧問API/取得全部顧問資料.txt |   59 +++++++++++++++++++++++++++++++++++++++++++++++------------
 1 files changed, 47 insertions(+), 12 deletions(-)

diff --git "a/pamapi/src/doc/\351\241\247\345\225\217API/\345\217\226\345\276\227\345\205\250\351\203\250\351\241\247\345\225\217\350\263\207\346\226\231.txt" "b/pamapi/src/doc/\351\241\247\345\225\217API/\345\217\226\345\276\227\345\205\250\351\203\250\351\241\247\345\225\217\350\263\207\346\226\231.txt"
index a0f803a..94389e0 100644
--- "a/pamapi/src/doc/\351\241\247\345\225\217API/\345\217\226\345\276\227\345\205\250\351\203\250\351\241\247\345\225\217\350\263\207\346\226\231.txt"
+++ "b/pamapi/src/doc/\351\241\247\345\225\217API/\345\217\226\345\276\227\345\205\250\351\203\250\351\241\247\345\225\217\350\263\207\346\226\231.txt"
@@ -2,15 +2,50 @@
 http://localhost:8080/api/consultant/all
 
 response body:
-{
-    "name": "",
-    "agentNo": "",
-    "role": "",
-    "avgScore": 0,
-    "serveArea": ["�����","摰蝮�","�銝剖��"],
-    "seniority_year": 22,
-    "seniority_month": 10,
-    "expertise": [],
-    "gender": "female", // "male": ��扼�� "female": 憟單��
-    "communicationStyle" : "雓寞��祕��翰銝餃������隢◢頞�"
-}
+[
+    {
+        "name": "撏祠",
+        "agentNo": "R221444250",
+        "role": "����蝬�鈭�",
+        "avgScore": 3.3,
+        "serveArea": [
+            "��"
+        ],
+        "seniority_year": 38,
+        "seniority_month": 0,
+        "expertise": [
+            "�摨瑁����",
+            "摮戊��",
+            "鞈閬��",
+            "璅暑��隡�",
+            "靽�瑼�/閬��",
+            "����"
+        ],
+        "gender": "female",
+        "communicationStyle": "雓寞��祕��翰銝餃������隢◢頞�"
+    },
+    {
+        "name": "�憒�",
+        "agentNo": "B282677963",
+        "role": "����蝬�鈭�",
+        "avgScore": 3.4,
+        "serveArea": [
+            "���腦",
+            "擃���",
+            "撅蝮�"
+        ],
+        "seniority_year": 30,
+        "seniority_month": 8,
+        "expertise": [
+            "�摨瑁����",
+            "摮戊��",
+            "鞈閬��",
+            "璅暑��隡�",
+            "靽�瑼�/閬��",
+            "����"
+        ],
+        "gender": "female",
+        "communicationStyle": "雓寞��祕��翰銝餃������隢◢頞�"
+    },
+    ...
+]

--
Gitblit v1.8.0