This commit is contained in:
Mrx
2026-02-11 16:32:04 +08:00
parent cae488d88e
commit 7e0e027013
3 changed files with 4 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ type (
CreateTime string `json:"create_time"` // 创建时间
PayTime string `json:"pay_time"` // 支付时间
RefundTime string `json:"refund_time"` // 退款时间
UpdateTime string `json:"update_time"` // 更新时间
IsAgentOrder bool `json:"is_agent_order"` // 是否是代理订单
AgentProcessStatus string `json:"agent_process_status"` // 代理事务处理状态not_agent-非代理订单success-处理成功failed-处理失败pending-待处理
}