1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
| http get :
|
| http://localhost:8080/api/consultant/getMyAppointment
|
| appointmentMemoList : 備註資料
|
| [ {
| "id" : 435,
| "phone" : "0973057067",
| "email" : "",
| "contactType" : "phone",
| "gender" : "male",
| "age" : "under_20",
| "job" : "外勤",
| "requirement" : "健康與保障",
| "communicateStatus" : "reserved",
| "hopeContactTime" : "'星期一,星期二,星期三,星期四,星期五,星期六,星期日、9:00~12:00,12:00~14:00,14:00~18:00,18:00~21:00'",
| "otherRequirement" : null,
| "appointmentDate" : "2021-12-29T09:33:16.643Z",
| "lastModifiedDate" : "2021-12-29T09:33:16.637Z",
| "agentNo" : "A568420",
| "customerId" : 90,
| "name" : "Jack",
| "consultantViewTime" : "2021-12-29T09:33:49.547Z",
| "consultantReadTime" : null,
| "contactTime" : null,
| "satisfactionScore" : null,
| "appointmentMemoList" : [ ]
| }, {
| "id" : 385,
| "phone" : "0911223344",
| "email" : "SDD",
| "contactType" : "phone",
| "gender" : "female",
| "age" : "21-30",
| "job" : "內勤",
| "requirement" : "健康與保障",
| "communicateStatus" : "reserved",
| "hopeContactTime" : "'星期一,星期二,星期三,星期四,星期五,星期六,星期日、9:00~12:00,12:00~14:00,14:00~18:00,18:00~21:00'",
| "otherRequirement" : null,
| "appointmentDate" : "2021-12-16T07:11:05.400Z",
| "lastModifiedDate" : "2021-12-16T07:11:05.399Z",
| "agentNo" : "A568420",
| "customerId" : 139,
| "name" : "Angula-test",
| "consultantViewTime" : "2021-12-27T02:02:18.711Z",
| "consultantReadTime" : "2021-12-29T09:14:24.209Z",
| "contactTime" : null,
| "satisfactionScore" : null,
| "appointmentMemoList" : [ {
| "id" : 2,
| "content" : "test4",
| "appointmentId" : 385
| } ]
| } ]
|
|