huodongdong 6 lat temu
rodzic
commit
66663edac1

+ 1 - 1
api/cms/tag/tag_list.md

@@ -49,7 +49,7 @@
                 "gmtModified": 1512971472000,
                 "merchantId": "87",
                 "groupName": "小学310",
-                "itemList": null
+                "productList": null
             }
         ],
         "start": 0,

+ 1 - 1
api/cms/tag/tag_one.md

@@ -39,7 +39,7 @@
         "gmtModified": 1512971472000,
         "merchantId": null,
         "groupName": null,
-        "itemList": [
+        "productList": [
             {
                 "id": "061bf606584c4efdab1e0e6b7a71893b",
                 "subId": "b3bfc6d5b15e474c95db98bd754cfeaf",

+ 1 - 1
api/cms/tag/tag_save.md

@@ -49,7 +49,7 @@ PUT /tag/{tagId}
         "gmtModified": 1512971472000,
         "merchantId": null,
         "groupName": null,
-        "itemList": [
+        "productList": [
             {
                 "id": "061bf606584c4efdab1e0e6b7a71893b",
                 "subId": "b3bfc6d5b15e474c95db98bd754cfeaf",

+ 3 - 1
api/web/appApi.md

@@ -42,7 +42,7 @@ POST
 {
   'deviceCode':'xxx',
   'eid':'xxxx',
-  'pwd':'xxxx',
+  'password':'xxxx',
 }
 返回
 {
@@ -53,6 +53,8 @@ POST
     'eid':'xxx',
     'name':'xxxx',
     'token':'xxxx',
+    ...
+    <用户信息>
   }
 }
 ```