From a3ff5d732fffcbcdb0042ac1fb6d948acdc886b5 Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期一, 15 十一月 2021 18:04:45 +0800
Subject: [PATCH] [add] 顧問清單增加appointmentId

---
 pamapi/src/doc/顧問API/嚴選配對.txt    |    8 +++++---
 pamapi/src/doc/顧問API/推薦的顧問清單.txt |    3 ++-
 pamapi/src/doc/顧問API/客戶的顧問清單.txt |    3 ++-
 pamapi/src/doc/顧問API/快速篩選.txt    |    6 ++++--
 4 files changed, 13 insertions(+), 7 deletions(-)

diff --git "a/pamapi/src/doc/\351\241\247\345\225\217API/\345\232\264\351\201\270\351\205\215\345\260\215.txt" "b/pamapi/src/doc/\351\241\247\345\225\217API/\345\232\264\351\201\270\351\205\215\345\260\215.txt"
index e9fe861..539ac08 100644
--- "a/pamapi/src/doc/\351\241\247\345\225\217API/\345\232\264\351\201\270\351\205\215\345\260\215.txt"
+++ "b/pamapi/src/doc/\351\241\247\345\225\217API/\345\232\264\351\201\270\351\205\215\345\260\215.txt"
@@ -10,7 +10,7 @@
     "otherRequirement": "���",
     "seniority":"鞈楛",
     "popularTags":["��","憭梯","����"],
-    "otherPopularTags":"���"
+    "otherPopularTags":"���",
 }
 
 response body:
@@ -27,7 +27,8 @@
         "contactStatus": null,
         "updateTime": null,
         "seniority": "4撟�2���",
-        "new": false
+        "new": false,
+        "latestAppointmentId": null
     },
     {
         "agentNo": "12346",
@@ -42,6 +43,7 @@
         "contactStatus": null,
         "updateTime": null,
         "seniority": "2撟�3���",
-        "new": false
+        "new": false,
+        "latestAppointmentId": null
     }
 ]
diff --git "a/pamapi/src/doc/\351\241\247\345\225\217API/\345\256\242\346\210\266\347\232\204\351\241\247\345\225\217\346\270\205\345\226\256.txt" "b/pamapi/src/doc/\351\241\247\345\225\217API/\345\256\242\346\210\266\347\232\204\351\241\247\345\225\217\346\270\205\345\226\256.txt"
index 3824325..f081c23 100644
--- "a/pamapi/src/doc/\351\241\247\345\225\217API/\345\256\242\346\210\266\347\232\204\351\241\247\345\225\217\346\270\205\345\226\256.txt"
+++ "b/pamapi/src/doc/\351\241\247\345\225\217API/\345\256\242\346\210\266\347\232\204\351\241\247\345\225\217\346\270\205\345\226\256.txt"
@@ -14,6 +14,7 @@
         "contactStatus": "picked",
         "updateTime": "2021-11-02T06:46:13.723Z",
         "seniority": "4撟�2���",
-        "new": false
+        "new": false,
+        "latestAppointmentId": null
     }
 ]
diff --git "a/pamapi/src/doc/\351\241\247\345\225\217API/\345\277\253\351\200\237\347\257\251\351\201\270.txt" "b/pamapi/src/doc/\351\241\247\345\225\217API/\345\277\253\351\200\237\347\257\251\351\201\270.txt"
index 858862a..85fb14a 100644
--- "a/pamapi/src/doc/\351\241\247\345\225\217API/\345\277\253\351\200\237\347\257\251\351\201\270.txt"
+++ "b/pamapi/src/doc/\351\241\247\345\225\217API/\345\277\253\351\200\237\347\257\251\351\201\270.txt"
@@ -22,7 +22,8 @@
         "contactStatus": null,
         "updateTime": null,
         "seniority": "4撟�2���",
-        "new": false
+        "new": false,
+        "latestAppointmentId": null
     },
     {
         "agentNo": "12346",
@@ -37,6 +38,7 @@
         "contactStatus": null,
         "updateTime": null,
         "seniority": "2撟�3���",
-        "new": false
+        "new": false,
+        "latestAppointmentId": null
     }
 ]
diff --git "a/pamapi/src/doc/\351\241\247\345\225\217API/\346\216\250\350\226\246\347\232\204\351\241\247\345\225\217\346\270\205\345\226\256.txt" "b/pamapi/src/doc/\351\241\247\345\225\217API/\346\216\250\350\226\246\347\232\204\351\241\247\345\225\217\346\270\205\345\226\256.txt"
index c28811f..9a04001 100644
--- "a/pamapi/src/doc/\351\241\247\345\225\217API/\346\216\250\350\226\246\347\232\204\351\241\247\345\225\217\346\270\205\345\226\256.txt"
+++ "b/pamapi/src/doc/\351\241\247\345\225\217API/\346\216\250\350\226\246\347\232\204\351\241\247\345\225\217\346\270\205\345\226\256.txt"
@@ -14,6 +14,7 @@
         "contactStatus": null,
         "updateTime": null,
         "seniority": "4撟�2���",
-        "new": false
+        "new": false,
+        "latestAppointmentId": null
     }
 ]

--
Gitblit v1.8.0