From 7682f546ec7bb4832b2594006615d5ef8ce043cf Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期三, 01 十二月 2021 17:00:07 +0800
Subject: [PATCH] [update]【todo 131457, 131458】預約單查詢的規格修正

---
 pamapi/src/doc/預約單/顧問取得所有自己的預約單API |   20 ++++++++++++++------
 pamapi/src/doc/預約單/取得預約單細節API.txt  |    6 ++++--
 2 files changed, 18 insertions(+), 8 deletions(-)

diff --git "a/pamapi/src/doc/\351\240\220\347\264\204\345\226\256/\345\217\226\345\276\227\351\240\220\347\264\204\345\226\256\347\264\260\347\257\200API.txt" "b/pamapi/src/doc/\351\240\220\347\264\204\345\226\256/\345\217\226\345\276\227\351\240\220\347\264\204\345\226\256\347\264\260\347\257\200API.txt"
index 58e8a30..f8c11af 100644
--- "a/pamapi/src/doc/\351\240\220\347\264\204\345\226\256/\345\217\226\345\276\227\351\240\220\347\264\204\345\226\256\347\264\260\347\257\200API.txt"
+++ "b/pamapi/src/doc/\351\240\220\347\264\204\345\226\256/\345\217\226\345\276\227\351\240\220\347\264\204\345\226\256\347\264\260\347\257\200API.txt"
@@ -20,5 +20,7 @@
     "appointmentDate": "2021-11-12T10:17:14.107Z",
     "agentNo": "6",
     "customerId": 2,
-    "name": "Jack"
-}
\ No newline at end of file
+    "name": "Jack",
+    "consultantViewTime": "2021-12-01T08:04:59.369Z",
+    "consultantReadTime": "2021-12-01T08:05:59.857Z"
+}
diff --git "a/pamapi/src/doc/\351\240\220\347\264\204\345\226\256/\351\241\247\345\225\217\345\217\226\345\276\227\346\211\200\346\234\211\350\207\252\345\267\261\347\232\204\351\240\220\347\264\204\345\226\256API" "b/pamapi/src/doc/\351\240\220\347\264\204\345\226\256/\351\241\247\345\225\217\345\217\226\345\276\227\346\211\200\346\234\211\350\207\252\345\267\261\347\232\204\351\240\220\347\264\204\345\226\256API"
index 4047029..2d3cb76 100644
--- "a/pamapi/src/doc/\351\240\220\347\264\204\345\226\256/\351\241\247\345\225\217\345\217\226\345\276\227\346\211\200\346\234\211\350\207\252\345\267\261\347\232\204\351\240\220\347\264\204\345\226\256API"
+++ "b/pamapi/src/doc/\351\240\220\347\264\204\345\226\256/\351\241\247\345\225\217\345\217\226\345\276\227\346\211\200\346\234\211\350\207\252\345\267\261\347\232\204\351\240\220\347\264\204\345\226\256API"
@@ -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"
     }
-]
\ No newline at end of file
+]

--
Gitblit v1.8.0