保誠-保戶業務員媒合平台
Tomas
2021-11-09 c951ee65ff4328beeba9bdea1940a33f1291f97e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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個月",
        "new": false
    }
]