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