fix: pay
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m0s

This commit is contained in:
sexygoat
2026-04-24 11:17:39 +08:00
parent 62851342c3
commit e4ed3784e3
5 changed files with 147 additions and 67 deletions

View File

@@ -82,6 +82,7 @@ export interface OrderQueryParams {
start_time?: string
end_time?: string
is_expired?: boolean // 是否已过期
seller_shop_id?: number // 所属代理商ID销售来源店铺ID
dateRange?: string[] | any // For date range picker in UI
}