| | |
| | | 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: |
| | |
| | | "contactStatus": null, |
| | | "updateTime": null, |
| | | "seniority": "4å¹´2åæ", |
| | | "new": false |
| | | "role": "å°åä¿éªç¶ç´äºº", |
| | | "new": false, |
| | | "latestAppointmentId": null |
| | | }, |
| | | { |
| | | "agentNo": "12346", |
| | |
| | | "contactStatus": null, |
| | | "updateTime": null, |
| | | "seniority": "2å¹´3åæ", |
| | | "new": false |
| | | "role": "å°åä¿éªç¶ç´äºº", |
| | | "new": false, |
| | | "latestAppointmentId": null |
| | | } |
| | | ] |