保誠-保戶業務員媒合平台
wayne
2022-02-17 a3716f72066d25d745f4d5103ff23a553c3e102b
pamapi/src/doc/ÅU°ÝAPI/§Ö³t¿z¿ï.txt
@@ -1,11 +1,12 @@
http get: http://localhost:8080/api/consultant/fastQuery
http post: http://localhost:8080/api/consultant/fastQuery
request body:
{
    "gender": "female",
    "communicationStyle": "",
    "communicationStyles": [],
    "avgScore": 4,
    "status": "online"
    "status": "online",
    "seniority": "SENIOR"   // "資深"帶"SENIOR"、"年輕"帶"YOUNG"、"不限"帶"UNLIMITED"
}
response body:
@@ -22,7 +23,9 @@
        "contactStatus": null,
        "updateTime": null,
        "seniority": "4å¹´2個月",
        "new": false
        "role": "台名保險經紀人",
        "new": false,
        "latestAppointmentId": null
    },
    {
        "agentNo": "12346",
@@ -37,6 +40,8 @@
        "contactStatus": null,
        "updateTime": null,
        "seniority": "2å¹´3個月",
        "new": false
        "role": "台名保險經紀人",
        "new": false,
        "latestAppointmentId": null
    }
]