dyjh 6 年 前
コミット
b06ed14852

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

xqd
@@ -1200,7 +1200,8 @@ class AlbumController extends Controller
      * @apiPermission none
      * @apiVersion 0.1.0
      * @apiParam {int}    [store_id]  商户id 模拟值为0
-     * @apiParam {string}    [phone]  电话号码
+     * @apiParam {string}    [detail] 详细
+     * @apiParam {string}    [type]   5点击图片 6 点击导航 7一键拨号
      * @apiSuccessExample {json} Success-Response:
      * HTTP/1.1 200 OK
      * {

+ 9 - 2
public/apidoc/api_data.js

xqd
@@ -749,8 +749,15 @@ define({ "api": [
             "group": "Parameter",
             "type": "string",
             "optional": true,
-            "field": "phone",
-            "description": "<p>电话号码</p>"
+            "field": "detail",
+            "description": "<p>详细</p>"
+          },
+          {
+            "group": "Parameter",
+            "type": "string",
+            "optional": true,
+            "field": "type",
+            "description": "<p>5点击图片 6 点击导航 7一键拨号</p>"
           }
         ]
       }

+ 9 - 2
public/apidoc/api_data.json

xqd
@@ -749,8 +749,15 @@
             "group": "Parameter",
             "type": "string",
             "optional": true,
-            "field": "phone",
-            "description": "<p>电话号码</p>"
+            "field": "detail",
+            "description": "<p>详细</p>"
+          },
+          {
+            "group": "Parameter",
+            "type": "string",
+            "optional": true,
+            "field": "type",
+            "description": "<p>5点击图片 6 点击导航 7一键拨号</p>"
           }
         ]
       }

+ 1 - 1
public/apidoc/api_project.js

xqd
@@ -9,7 +9,7 @@ define({
   "apidoc": "0.3.0",
   "generator": {
     "name": "apidoc",
-    "time": "2018-11-13T02:54:43.910Z",
+    "time": "2018-11-13T07:04:21.367Z",
     "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": "2018-11-13T02:54:43.910Z",
+    "time": "2018-11-13T07:04:21.367Z",
     "url": "http://apidocjs.com",
     "version": "0.17.6"
   }