fly 5 years ago
parent
commit
1ee8e66f76

+ 1 - 1
app/Http/Controllers/QuickApp/Oauth/UsersController.php

@@ -21,7 +21,7 @@ class UsersController extends Controller
      * @apiParam  {String}  device_no 设备号
      * @apiParam  {String}  device_info 设备信息json格式
      * @apiParam  {Int}     send_order_id send_order_id
-     * @apiParam  {String}  sign 签名
+     * @apiParam  {String}  sign 签名(见微信支付签名https://pay.weixin.qq.com/wiki/doc/api/app/app.php?chapter=4_3)
      * @apiGroup Login
      * @apiName index
      * @apiSuccess {int}         code 状态码

+ 1 - 1
public/kyydoc/api_data.js

@@ -2308,7 +2308,7 @@ define({ "api": [
             "type": "String",
             "optional": false,
             "field": "sign",
-            "description": "<p>签名</p>"
+            "description": "<p>签名(见微信支付签名https://pay.weixin.qq.com/wiki/doc/api/app/app.php?chapter=4_3)</p>"
           }
         ]
       }

+ 1 - 1
public/kyydoc/api_data.json

@@ -2308,7 +2308,7 @@
             "type": "String",
             "optional": false,
             "field": "sign",
-            "description": "<p>签名</p>"
+            "description": "<p>签名(见微信支付签名https://pay.weixin.qq.com/wiki/doc/api/app/app.php?chapter=4_3)</p>"
           }
         ]
       }

+ 1 - 1
public/kyydoc/api_project.js

@@ -17,7 +17,7 @@ define({
   "apidoc": "0.3.0",
   "generator": {
     "name": "apidoc",
-    "time": "2019-10-28T08:17:35.252Z",
+    "time": "2019-10-28T08:20:10.034Z",
     "url": "http://apidocjs.com",
     "version": "0.17.7"
   }

+ 1 - 1
public/kyydoc/api_project.json

@@ -17,7 +17,7 @@
   "apidoc": "0.3.0",
   "generator": {
     "name": "apidoc",
-    "time": "2019-10-28T08:17:35.252Z",
+    "time": "2019-10-28T08:20:10.034Z",
     "url": "http://apidocjs.com",
     "version": "0.17.7"
   }