1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| http get:
| http://localhost:8080/api/consultant/all
|
| response body:
| {
| "name": "",
| "agentNo": "",
| "role": "",
| "avgScore": 0,
| "serveArea": ["新北市","宜蘭縣","台中市"],
| "seniority_year": 22,
| "seniority_month": 10,
| "expertise": [],
| "gender": "female", // "male": 男性、 "female": 女性
| "communicationStyle" : "謹慎務實、明快主動、耐心傾聽、健談風趣"
| }
|
|