文档提交
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m14s

This commit is contained in:
2026-04-11 11:27:43 +08:00
parent e9ff14df0e
commit 8f66ca7bcb
15 changed files with 3775 additions and 3 deletions

View File

@@ -199,8 +199,11 @@ components:
description: 店铺名称
type: string
status:
description: 状态 (1:待支付, 2:已完成, 3:已取消)
description: 状态 (1:待支付, 2:已支付, 3:已完成, 4:已关闭, 5:已退款)
type: integer
status_name:
description: 状态名称(中文)
type: string
updated_at:
description: 更新时间
type: string
@@ -8682,11 +8685,11 @@ paths:
minimum: 0
nullable: true
type: integer
- description: 按状态过滤 (1:待支付, 2:已完成, 3:已取消)
- description: 按状态过滤 (1:待支付, 2:已支付, 3:已完成, 4:已关闭, 5:已退款)
in: query
name: status
schema:
description: 按状态过滤 (1:待支付, 2:已完成, 3:已取消)
description: 按状态过滤 (1:待支付, 2:已支付, 3:已完成, 4:已关闭, 5:已退款)
nullable: true
type: integer
- description: 创建时间起始日期(YYYY-MM-DD)