order info
This commit is contained in:
parent
7a584b3b82
commit
0200f29087
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue