保誠-保戶業務員媒合平台
HelenHuang
2022-01-04 873bb61290fadf81f3ebbe0bab04bb1b0cc82013
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
http get: http://localhost:8080/api/consultant/recommend
 
response body:
[
    {
        "agentNo": "12345",
        "name": "測試推薦業務員",
        "img": "",
        "expertise": [
            "財務規劃",
            "資產轉移"
        ],
        "avgScore": 4.7,
        "contactStatus": null,
        "updateTime": null,
        "seniority": "4年2個月",
        "role": "台名保險經紀人",
        "new": false,
        "latestAppointmentId": null
    }
]