master
wangning 7 years ago
parent 2d32485efe
commit ad2f84a2b6

@ -18,6 +18,7 @@
"WxJSAPIPay",
"AliJSAPIPay",
"MobileH5",
"microapp",
"NewMobileH5Pay",
"MobileH5Pay",
"RetailPay",

@ -679,7 +679,7 @@
* @api {PUT} /api/v1.0/gateway/partners/{partner_code}/microapp_orders/{order_id} 创建小程序订单
* @apiName microapp
* @apiDescription
* 用于小程序中发起支付创建订单后返回小程序支付所需参数该接口现仅支持微信小程序
* 用于小程序中发起支付创建订单后返回小程序支付所需参数该接口现仅支持微信小程序
* <br>
* <img src="img/microapp_cn.png">
* @apiVersion 1.0.0
@ -695,7 +695,7 @@
* @apiParam (JSON) {String} notify_url 支付通知url详见支付通知api不填则不会推送支付通知
* @apiParam (JSON) {String} operator 操作人员标识
* @apiParam (JSON) {String} appid 小程序appid
* @apiParam (JSON) {String} customerId 小程序
* @apiParam (JSON) {String} customer_id 小程序openid
*
* @apiSuccess {String} return_code 执行结果
* @apiSuccess {String} result_code SUCCESS表示创建订单成功EXISTS表示订单已存在
@ -718,7 +718,7 @@
* @apiName AlipayOnline
* @apiDescription
* 用于PC端支付宝支付创建订单后跳转到返回的pay_url需附加签名参数和redirect参数随后进入支付宝支付页面完成支付
* 该接口现仅支持支付宝<br>
* 该接口现仅支持支付宝<br>
* <img src="img/alipayOnline_cn.png">
* @apiVersion 1.0.0
* @apiGroup Alipay_Online_Payment

@ -18,6 +18,7 @@
"WxJSAPIPay",
"AliJSAPIPay",
"MobileH5",
"microapp",
"NewMobileH5Pay",
"MobileH5Pay",
"RetailPay",

@ -712,6 +712,8 @@
* @apiParam (JSON) {String=AUD,CNY} currency=AUD Currency
* @apiParam (JSON) {String} notify_url System will call the notify url if provided when the payment succeeds
* @apiParam (JSON) {String} operator Note for the operator who created this order.
* @apiParam (JSON) {String} appid wechat app app_id
* @apiParam (JSON) {String} customer_id wechat app open_id
*
* @apiSuccess {String} return_code Execution result
* @apiSuccess {String} result_code SUCCESS means order created successfully, EXISTS means order has already existed.

Loading…
Cancel
Save