保誠-保戶業務員媒合平台
wayne
2022-03-04 472fd20c108714b28be49d4fedee5bbabe1b2358
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
http post: http://localhost:8080/api/consultant/favorite
 
request body:
{
    "consultantList": [
        {
            "agentNo": "Z152717443",
            "createdTime": "2020-05-18T03:24:40Z"   // 若為null時,後端自動帶目前時刻
        },
        {
            "agentNo": "AGAM11249699",
            "createdTime": "2020-05-18T03:24:42Z"
        }
        ...
    ]
}
response body: 無,回http status 202