Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
bd2af34fb8 | ||
![]() |
6eb2bb09bf | ||
![]() |
301cbac8c1 |
10
order.go
10
order.go
@@ -16,7 +16,7 @@ type OrderSent struct {
|
||||
ID uint `json:"id"` // 订单ID
|
||||
}
|
||||
|
||||
type CloseRefund struct {
|
||||
type OrderCloseRefund struct {
|
||||
ID uint `json:"id"` // 订单ID
|
||||
}
|
||||
|
||||
@@ -43,3 +43,11 @@ type OrderConsumptionAwardRedPacketQualification struct {
|
||||
type OrderConsumptionAwardRedPacketMoney struct {
|
||||
ID uint `json:"id"` // 订单ID
|
||||
}
|
||||
|
||||
type OrderVoucher struct {
|
||||
ID uint `json:"id"` // 订单ID
|
||||
}
|
||||
|
||||
type OrderFinishedAfter struct {
|
||||
ID uint `json:"id"` // 订单ID
|
||||
}
|
||||
|
Reference in New Issue
Block a user