Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
88bd5f740d | ||
![]() |
12617dbaf7 |
@@ -15,6 +15,7 @@ const (
|
||||
OrderCloseTypeMerchantCancel OrderCloseType = 60 //商家取消订单关闭
|
||||
OrderCloseTypeDeliveryTimeout OrderCloseType = 70 //发货超时关闭
|
||||
OrderCloseTypePaymentFailed OrderCloseType = 80 //创建支付失败
|
||||
OrderCloseTypeAbandonPayment OrderCloseType = 90 //放弃支付
|
||||
|
||||
)
|
||||
|
||||
|
@@ -6,3 +6,10 @@ type PayNotify struct {
|
||||
RemainExecNum int `json:"num"` // 剩余执行次数
|
||||
RemainRepeatNum int `json:"repeat_num"` // 剩余重复执行次数
|
||||
}
|
||||
|
||||
type HelibaoSettlementQuery struct {
|
||||
ID uint `json:"id"` // 提现ID
|
||||
WithdrawNo string `json:"withdraw_no"` // 提现单号
|
||||
RemainExecNum int `json:"num"` // 剩余执行次数
|
||||
RemainRepeatNum int `json:"repeat_num"` // 剩余重复执行次数
|
||||
}
|
||||
|
Reference in New Issue
Block a user