order info

This commit is contained in:
ziming 2026-02-28 14:23:17 +08:00
parent 7a584b3b82
commit 0200f29087
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ func (d *DiscardRequest) Validate() error {
type OrderInfo struct {
OrderNo string `json:"order_no"` // 平台系统兑换订单号
Account string `json:"account,omitempty"` // 兑换账号,卡密平台下发无该数据
Name string `json:"name,omitempty"` // 兑换账号名称
}
type NotifyData struct {