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 | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 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..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" @@ -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, "status": "online", // phase 1 disalbed "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