Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
de3277c085 | ||
![]() |
bf2a135f00 |
9
order.go
9
order.go
@@ -14,6 +14,7 @@ type OrderPay struct {
|
|||||||
|
|
||||||
type OrderSent struct {
|
type OrderSent struct {
|
||||||
ID uint `json:"id"` // 订单ID
|
ID uint `json:"id"` // 订单ID
|
||||||
|
ProductID uint `json:"product_id"` // 商品ID
|
||||||
}
|
}
|
||||||
|
|
||||||
type OrderCloseRefund struct {
|
type OrderCloseRefund struct {
|
||||||
@@ -51,3 +52,11 @@ type OrderVoucher struct {
|
|||||||
type OrderFinishedAfter struct {
|
type OrderFinishedAfter struct {
|
||||||
ID uint `json:"id"` // 订单ID
|
ID uint `json:"id"` // 订单ID
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type OrderUpdateSuccess struct {
|
||||||
|
ID uint `json:"id"` // 订单ID
|
||||||
|
}
|
||||||
|
|
||||||
|
type ThirdOrderRefund struct {
|
||||||
|
ID uint `json:"id"` // 订单ID
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user