From bfa47846f34ea7248a06c44de5725f4645c87269 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期三, 27 四月 2022 16:34:20 +0800
Subject: [PATCH] Merge branch 'Phase3' of https://dev.pollex.com.tw:8443/r/pcalife/PAM into Phase3

---
 pamapi/src/doc/顧問API/嚴選配對.txt |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 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 b0355ba..9b786d1 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"
@@ -1,16 +1,16 @@
-http get: http://localhost:8080/api/consultant/strictQuery
+http post: http://localhost:8080/api/consultant/strictQuery
 
 request body:
-{   
+{
     "gender":"female",
-    "avgScore":5,
+    "avgScore":5, // �����遛��漲璇辣��策0
     "status": "online", // phase 1 disalbed
     "area":"獢��",
     "requirements": ["�摨瑁����","靽�瑼�/閬��"],
     "otherRequirement": "���",
-    "seniority":"鞈楛",
+    "seniority": "SENIOR"       // "鞈楛"撣�"SENIOR"��"撟渲��"撣�"YOUNG"��"銝��"撣�"UNLIMITED"
     "popularTags":["��","憭梯","����"],
-    "otherPopularTags":"���"
+    "otherPopularTags":"���",
 }
 
 response body:
@@ -23,11 +23,14 @@
             "鞎∪����",
             "鞈頧宏"
         ],
+        "suitability": 50       // ���漲
         "avgScore": 4.7,
         "contactStatus": null,
         "updateTime": null,
         "seniority": "4撟�2���",
-        "new": false
+        "role": "����蝬�鈭�",
+        "new": false,
+        "latestAppointmentId": null
     },
     {
         "agentNo": "12346",
@@ -38,10 +41,13 @@
             "蝭�蝔�",
             "璅暑��隡�"
         ],
+        "suitability": 100         // ���漲
         "avgScore": 3.8,
         "contactStatus": null,
         "updateTime": null,
         "seniority": "2撟�3���",
-        "new": false
+        "role": "����蝬�鈭�",
+        "new": false,
+        "latestAppointmentId": null
     }
 ]

--
Gitblit v1.8.0