Browse Source

返回结果新增设备绑定状态 0未绑定 1已绑定

guozhaoshun 6 years ago
parent
commit
74ed4f6dea
2 changed files with 30 additions and 13 deletions
  1. 25 10
      api/cms/terminal_user/user_list.md
  2. 5 3
      api/cms/updateLog.md

+ 25 - 10
api/cms/terminal_user/user_list.md

@@ -24,6 +24,7 @@
 | contactName | string | 联系人名称 |
 | mobile | string | 手机 |
 | status | string | 状态 |
+| deviceStatus | int | 绑定状态 |
 
 ##### 返回结果示例
 ```
@@ -50,7 +51,8 @@
                 "remoteUid": null,
                 "merchantName": "huodong",
                 "contactName": "test",
-                "mobile": "18233332209"
+                "mobile": "18233332209",
+                "deviceStatus":1
             },
             {
                 "id": "a7e3da1c10714b6688a8d907b2a2bca9",
@@ -66,7 +68,8 @@
                 "remoteUid": null,
                 "merchantName": "huodong",
                 "contactName": "test",
-                "mobile": "18233332209"
+                "mobile": "18233332209",
+                "deviceStatus":1
             },
             {
                 "id": "ca3099db87d04a19b780b7f65f168d36",
@@ -82,7 +85,8 @@
                 "remoteUid": null,
                 "merchantName": "huodong",
                 "contactName": "test",
-                "mobile": "18233332209"
+                "mobile": "18233332209",
+                "deviceStatus":0
             },
             {
                 "id": "ab1bc0f030984e999ff5337dbc451ad8",
@@ -98,7 +102,8 @@
                 "remoteUid": null,
                 "merchantName": "huodong",
                 "contactName": "test",
-                "mobile": "18233332209"
+                "mobile": "18233332209",
+                "deviceStatus":0
             },
             {
                 "id": "ec11e99728864c379f20f2f712968771",
@@ -114,7 +119,8 @@
                 "remoteUid": null,
                 "merchantName": "huodong",
                 "contactName": "test",
-                "mobile": "18233332209"
+                "mobile": "18233332209",
+                "deviceStatus":0
             },
             {
                 "id": "a90c416b6b1c48a08956abe1e0550b81",
@@ -130,7 +136,8 @@
                 "remoteUid": null,
                 "merchantName": "huodong",
                 "contactName": "test",
-                "mobile": "18233332209"
+                "mobile": "18233332209",
+                "deviceStatus":0
             },
             {
                 "id": "6c515f316e6448c9993dde3421d94185",
@@ -146,7 +153,8 @@
                 "remoteUid": null,
                 "merchantName": "huodong",
                 "contactName": "test",
-                "mobile": "18233332209"
+                "mobile": "18233332209",
+                "deviceStatus":0
             },
             {
                 "id": "34d5f9b5012042a396d907133189fb92",
@@ -162,7 +170,8 @@
                 "remoteUid": null,
                 "merchantName": "huodong",
                 "contactName": "test",
-                "mobile": "18233332209"
+                "mobile": "18233332209",
+                "deviceStatus":0
             },
             {
                 "id": "6787bf758c5c4c64b57d0d8d0958d50e",
@@ -178,7 +187,8 @@
                 "remoteUid": null,
                 "merchantName": "huodong",
                 "contactName": "test",
-                "mobile": "18233332209"
+                "mobile": "18233332209",
+                "deviceStatus":0
             },
             {
                 "id": "7db5db0fac7548efb86a3bb4c3f3b34a",
@@ -194,7 +204,8 @@
                 "remoteUid": null,
                 "merchantName": "huodong",
                 "contactName": "test",
-                "mobile": "18233332209"
+                "mobile": "18233332209",
+                "deviceStatus":0
             }
         ],
         "start": 0,
@@ -202,3 +213,7 @@
     }
 }
 ```
+
+####    修改说明:
+    ####    20180606 
+    返回结果新增设备绑定状态   0未绑定   1已绑定

+ 5 - 3
api/cms/updateLog.md

@@ -1,4 +1,6 @@
-Modified By	Date	    Change
-guozhaoshun	20180522	1.修改 /api/cms/resource/resource_save.md 
-                          
+##### 更新说明
+| Modified By |	Date	  |   Change                                  |
+|------------ |:----------|:-----------------------------------------:|
+| guozhaoshun |	20180522  |	1.修改 /api/cms/resource/resource_save.md  |
+| guozhaoshun | 20180606  | 1.修改 /api/cms/terminal_user/user_list.md |                                    |