add alipayplus params

master
yixian 4 years ago
parent b5ed8f2086
commit 7fa1daad92

@ -851,7 +851,16 @@ paths:
content:
application/json:
schema:
$ref: 'components_order.yml#/orderBasic'
allOf:
- $ref: 'components_order.yml#/orderBasic'
- type: object
properties:
channel:
type: string
description: 支付渠道默认为Alipay
enum:
- Alipay
- AlipayPlus
responses:
200:
description: Order
@ -862,12 +871,6 @@ paths:
- $ref: 'components_order.yml#/orderBasicResponse'
- type: object
properties:
channel:
type: string
description: 支付渠道默认为Alipay
enum:
- Alipay
- AlipayPlus
pay_url:
type: string
description: 收银台URL加签后传递给前端并跳转至当前URL让消费者完成支付

Loading…
Cancel
Save