gq há 6 anos atrás
pai
commit
f32196a27e

+ 2 - 4
app/Http/Controllers/Api/V1/AlbumController.php

xqd
@@ -2010,10 +2010,8 @@ class AlbumController extends Controller
      * @apiVersion 0.1.0
      * @apiParam {int}    [store_id]  商户id
      * @apiParam {string}    [openid_id]  openid
-     * @apiParam {int}    [level]  意向等级 1 25% 2 50% 3 75% 4 100%
-     * @apiParam {string}    [comment]  备注
-     * @apiParam {string}    [address]  地址
-     * @apiParam {string}    [tips]  标签
+     * @apiParam {string}    [key]  键
+     * @apiParam {string}    [value]  值
      * @apiSuccessExample {json} Success-Response:
      * HTTP/1.1 200 OK
      * {

+ 4 - 18
public/apidoc/api_data.js

xqd
@@ -1272,33 +1272,19 @@ define({ "api": [
             "field": "openid_id",
             "description": "<p>openid</p>"
           },
-          {
-            "group": "Parameter",
-            "type": "int",
-            "optional": true,
-            "field": "level",
-            "description": "<p>意向等级 1 25% 2 50% 3 75% 4 100%</p>"
-          },
           {
             "group": "Parameter",
             "type": "string",
             "optional": true,
-            "field": "comment",
-            "description": "<p>备注</p>"
+            "field": "key",
+            "description": "<p>键</p>"
           },
           {
             "group": "Parameter",
             "type": "string",
             "optional": true,
-            "field": "address",
-            "description": "<p>地址</p>"
-          },
-          {
-            "group": "Parameter",
-            "type": "string",
-            "optional": true,
-            "field": "tips",
-            "description": "<p>标签</p>"
+            "field": "value",
+            "description": "<p>值</p>"
           }
         ]
       }

+ 4 - 18
public/apidoc/api_data.json

xqd
@@ -1272,33 +1272,19 @@
             "field": "openid_id",
             "description": "<p>openid</p>"
           },
-          {
-            "group": "Parameter",
-            "type": "int",
-            "optional": true,
-            "field": "level",
-            "description": "<p>意向等级 1 25% 2 50% 3 75% 4 100%</p>"
-          },
           {
             "group": "Parameter",
             "type": "string",
             "optional": true,
-            "field": "comment",
-            "description": "<p>备注</p>"
+            "field": "key",
+            "description": "<p>键</p>"
           },
           {
             "group": "Parameter",
             "type": "string",
             "optional": true,
-            "field": "address",
-            "description": "<p>地址</p>"
-          },
-          {
-            "group": "Parameter",
-            "type": "string",
-            "optional": true,
-            "field": "tips",
-            "description": "<p>标签</p>"
+            "field": "value",
+            "description": "<p>值</p>"
           }
         ]
       }

+ 1 - 1
public/apidoc/api_project.js

xqd
@@ -9,7 +9,7 @@ define({
   "apidoc": "0.3.0",
   "generator": {
     "name": "apidoc",
-    "time": "2019-02-20T02:48:30.664Z",
+    "time": "2019-02-20T02:53:07.058Z",
     "url": "http://apidocjs.com",
     "version": "0.17.6"
   }

+ 1 - 1
public/apidoc/api_project.json

xqd
@@ -9,7 +9,7 @@
   "apidoc": "0.3.0",
   "generator": {
     "name": "apidoc",
-    "time": "2019-02-20T02:48:30.664Z",
+    "time": "2019-02-20T02:53:07.058Z",
     "url": "http://apidocjs.com",
     "version": "0.17.6"
   }