退款列表快照订单号
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m30s

This commit is contained in:
2026-04-23 10:59:34 +08:00
parent 52d883d8a0
commit 1f1f31a7cb
9 changed files with 94 additions and 0 deletions

View File

@@ -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