This commit is contained in:
@@ -10,6 +10,7 @@ type (
|
||||
OrderNo string `json:"order_no"`
|
||||
}
|
||||
ForthwithActivateOrderPayload struct {
|
||||
OrderNo string `json:"order_no"`
|
||||
OrderNo string `json:"order_no"`
|
||||
IAPExpireAt int64 `json:"iap_expire_at,omitempty"` // Apple IAP 计算的到期时间(秒级 Unix),非零时队列直接使用,不再叠加天数
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user