From c00add26f5ad469c0fba8c3d8deba90e05fb441c Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期二, 09 十一月 2021 16:39:09 +0800 Subject: [PATCH] [update] #todo 129741 嚴選配對API規格微調整 --- pamapi/src/doc/顧問API/嚴選配對.txt | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 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 6afc448..b0355ba 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,11 +1,16 @@ http get: http://localhost:8080/api/consultant/strictQuery request body: -{ - "gender": "female", - "communicationStyle": "", - "avgScore": 4, - "status": "online" +{ + "gender":"female", + "avgScore":5, + "status": "online", // phase 1 disalbed + "area":"獢��", + "requirements": ["�摨瑁����","靽�瑼�/閬��"], + "otherRequirement": "���", + "seniority":"鞈楛", + "popularTags":["��","憭梯","����"], + "otherPopularTags":"���" } response body: -- Gitblit v1.8.0