保誠-保戶業務員媒合平台
wayne
2021-12-01 7682f546ec7bb4832b2594006615d5ef8ce043cf
[update]【todo 131457, 131458】預約單查詢的規格修正

修改2個檔案
26 ■■■■■ 已變更過的檔案
pamapi/src/doc/預約單/取得預約單細節API.txt 6 ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
pamapi/src/doc/預約單/顧問取得所有自己的預約單API 20 ●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
pamapi/src/doc/預約單/取得預約單細節API.txt
@@ -20,5 +20,7 @@
    "appointmentDate": "2021-11-12T10:17:14.107Z",
    "agentNo": "6",
    "customerId": 2,
    "name": "Jack"
}
    "name": "Jack",
    "consultantViewTime": "2021-12-01T08:04:59.369Z",
    "consultantReadTime": "2021-12-01T08:05:59.857Z"
}
pamapi/src/doc/預約單/顧問取得所有自己的預約單API
@@ -1,4 +1,4 @@
http get :
http get :
http://localhost:8080/api/consultant/getMyAppointment
@@ -21,7 +21,9 @@
        "appointmentDate": "2021-11-10T04:15:11.292Z",
        "agentNo": "admin",
        "customerId": 2,
        "name": "Jack"
        "name": "Jack",
        "consultantViewTime": "2021-12-01T08:04:59.369Z",
        "consultantReadTime": "2021-12-01T08:05:59.857Z"
    },
    {
        "id": 14,
@@ -38,7 +40,9 @@
        "appointmentDate": "2021-11-10T04:16:22.526Z",
        "agentNo": "admin",
        "customerId": 2,
        "name": "Jack"
        "name": "Jack",
        "consultantViewTime": "2021-12-01T08:04:59.369Z",
        "consultantReadTime": "2021-12-01T08:05:59.857Z"
    },
    {
        "id": 15,
@@ -55,7 +59,9 @@
        "appointmentDate": "2021-11-10T09:42:28.134Z",
        "agentNo": "admin",
        "customerId": 2,
        "name": "Jack"
        "name": "Jack",
        "consultantViewTime": "2021-12-01T08:04:59.369Z",
        "consultantReadTime": "2021-12-01T08:05:59.857Z"
    },
    {
        "id": 16,
@@ -72,6 +78,8 @@
        "appointmentDate": "2021-11-10T09:44:43.445Z",
        "agentNo": "admin",
        "customerId": 2,
        "name": "Jack"
        "name": "Jack",
        "consultantViewTime": "2021-12-01T08:04:59.369Z",
        "consultantReadTime": "2021-12-01T08:05:59.857Z"
    }
]
]