退款列表快照订单号
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m30s
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m30s
This commit is contained in:
@@ -6126,6 +6126,9 @@ components:
|
||||
minimum: 0
|
||||
nullable: true
|
||||
type: integer
|
||||
shop_name:
|
||||
description: 店铺名称
|
||||
type: string
|
||||
status:
|
||||
description: 状态 (1:待审批, 2:已通过, 3:已拒绝, 4:已退回)
|
||||
type: integer
|
||||
@@ -15272,6 +15275,12 @@ paths:
|
||||
minimum: 1
|
||||
nullable: true
|
||||
type: integer
|
||||
- description: 支付方式 (wallet:钱包支付, wechat:微信支付, alipay:支付宝支付, offline:线下支付)
|
||||
in: query
|
||||
name: payment_method
|
||||
schema:
|
||||
description: 支付方式 (wallet:钱包支付, wechat:微信支付, alipay:支付宝支付, offline:线下支付)
|
||||
type: string
|
||||
- description: 订单类型 (single_card:单卡购买, device:设备购买)
|
||||
in: query
|
||||
name: order_type
|
||||
|
||||
Reference in New Issue
Block a user