From ac235850a9287dae6977c964213176fa7c86b140 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期四, 09 十二月 2021 14:42:20 +0800 Subject: [PATCH] Merge branch 'refactor/separate-vue' of ssh://192.168.0.10:29418/pcalife/PAM into refactor/separate-vue --- pamapi/src/doc/顧問API/客戶的顧問清單.txt | 19 ++++--------------- 1 files changed, 4 insertions(+), 15 deletions(-) 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 fbe3e9d..eb81537 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" @@ -20,9 +20,6 @@ "updateTime": "2021-12-02T10:56:32.741Z", // ��餈����� "role": "憡��蝬�鈭�", "seniority": "22 撟� 8 ���", - "latestAppointmentId": 130, // ��敺�蝑��ID - "latestAppointmentDate": "2021-12-02T10:56:32.741Z", // ��敺�蝑�������� - "latestAppointmentScore": null, // ��敺�蝑����� (null�撠閰��) "appointments": [ // 摰X撌脤���“��� { "id": 130, @@ -42,7 +39,8 @@ "customerId": 76, "name": "��蝬�", "consultantViewTime": null, - "consultantReadTime": null + "consultantReadTime": null, + "satisfactionScore":3 // null 隞�銵刻府蝑��撠憛怠神皛踵�漲 } ], "new": true @@ -65,9 +63,6 @@ "updateTime": "2021-12-02T10:56:56.946Z", "role": "����蝬�鈭�", "seniority": "30 撟� 8 ���", - "latestAppointmentId": 131, - "latestAppointmentDate": "2021-12-02T10:56:56.946Z", - "latestAppointmentScore": null, "appointments": [ { "id": 131, @@ -87,7 +82,8 @@ "customerId": 76, "name": "��蝬�", "consultantViewTime": null, - "consultantReadTime": null + "consultantReadTime": null, + "satisfactionScore":3 // null 隞�銵刻府蝑��撠憛怠神皛踵�漲 } ], "new": true @@ -110,9 +106,6 @@ "updateTime": null, "role": "����蝬�鈭�", "seniority": "38 撟� ", - "latestAppointmentId": null, - "latestAppointmentDate": null, - "latestAppointmentScore": null, "appointments": [], "new": true }, @@ -133,10 +126,6 @@ "createTime": "2021-12-02T10:56:04.620Z", "updateTime": null, "role": "��陸靽蝬�鈭�", - "seniority": "17 撟� 1 ���", - "latestAppointmentId": null, - "latestAppointmentDate": null, - "latestAppointmentScore": null, // ��敺�蝑����� (null�撠閰��) "appointments": [], "new": true } -- Gitblit v1.8.0