fly 5 năm trước cách đây
mục cha
commit
5a8dcb7406

+ 2 - 3
app/Http/Controllers/QuickApp/Order/OrdersController.php

@@ -400,10 +400,9 @@ class OrdersController extends BaseController
      * @apiGroup pay
      * @apiName wxindex
      * @apiParam {Int}  product_id   product_id
-     * @apiParam {String}  [token]  token
-     * @apiHeader {String} [Authorization]  token 两个token任选其一
+     * @apiParam {Int}  send_order_id   send_order_id
      * @apiParam {String}  bid   bid
-     * @apiParam {String}  sign   签名
+     * @apiHeader {String} [Authorization]  token
      * @apiSuccess {int}   code 状态码
      * @apiSuccess {String}  msg 信息
      * @apiSuccess {Object}  data 信息

+ 5 - 12
public/kyydoc/api_data.js

@@ -3798,10 +3798,10 @@ define({ "api": [
           },
           {
             "group": "Parameter",
-            "type": "String",
-            "optional": true,
-            "field": "token",
-            "description": "<p>token</p>"
+            "type": "Int",
+            "optional": false,
+            "field": "send_order_id",
+            "description": "<p>send_order_id</p>"
           },
           {
             "group": "Parameter",
@@ -3809,13 +3809,6 @@ define({ "api": [
             "optional": false,
             "field": "bid",
             "description": "<p>bid</p>"
-          },
-          {
-            "group": "Parameter",
-            "type": "String",
-            "optional": false,
-            "field": "sign",
-            "description": "<p>签名</p>"
           }
         ]
       }
@@ -3828,7 +3821,7 @@ define({ "api": [
             "type": "String",
             "optional": true,
             "field": "Authorization",
-            "description": "<p>token 两个token任选其一</p>"
+            "description": "<p>token</p>"
           }
         ]
       }

+ 5 - 12
public/kyydoc/api_data.json

@@ -3798,10 +3798,10 @@
           },
           {
             "group": "Parameter",
-            "type": "String",
-            "optional": true,
-            "field": "token",
-            "description": "<p>token</p>"
+            "type": "Int",
+            "optional": false,
+            "field": "send_order_id",
+            "description": "<p>send_order_id</p>"
           },
           {
             "group": "Parameter",
@@ -3809,13 +3809,6 @@
             "optional": false,
             "field": "bid",
             "description": "<p>bid</p>"
-          },
-          {
-            "group": "Parameter",
-            "type": "String",
-            "optional": false,
-            "field": "sign",
-            "description": "<p>签名</p>"
           }
         ]
       }
@@ -3828,7 +3821,7 @@
             "type": "String",
             "optional": true,
             "field": "Authorization",
-            "description": "<p>token 两个token任选其一</p>"
+            "description": "<p>token</p>"
           }
         ]
       }

+ 1 - 1
public/kyydoc/api_project.js

@@ -17,7 +17,7 @@ define({
   "apidoc": "0.3.0",
   "generator": {
     "name": "apidoc",
-    "time": "2019-10-29T09:11:53.672Z",
+    "time": "2019-10-29T09:33:50.609Z",
     "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-29T09:11:53.672Z",
+    "time": "2019-10-29T09:33:50.609Z",
     "url": "http://apidocjs.com",
     "version": "0.17.7"
   }