|
@@ -493,7 +493,7 @@ class OrdersController extends BaseController
|
|
|
* @apiDescription 微信H5支付
|
|
|
* @api {get} goToH5Pay 微信H5支付
|
|
|
* @apiGroup pay
|
|
|
- * @apiName wxindex
|
|
|
+ * @apiName wxH5Index
|
|
|
* @apiParam {Int} product_id product_id
|
|
|
* @apiParam {Int} send_order_id send_order_id
|
|
|
* @apiParam {String} bid bid
|
|
@@ -506,7 +506,7 @@ class OrdersController extends BaseController
|
|
|
* @apiSuccess {Object} data.nonce_str 唤起支付的nonce_str
|
|
|
* @apiSuccess {Object} data.prepay_id 唤起支付的prepay_id
|
|
|
* @apiSuccess {Object} data.sign 唤起支付的sign
|
|
|
- * @apiSuccess {Object} data.trade_type 唤起支付trade_type
|
|
|
+ * @apiSuccess {Object} data.trade_type 唤起支付trade_type
|
|
|
* @apiSuccess {Object} data.mweb_url 唤起支付mweb_url
|
|
|
* @apiSuccessExample {json} Success-Response:
|
|
|
* HTTP/1.1 200 OK
|