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