Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
981dd3b98d | ||
88dd6fbdf5 |
@@ -69,3 +69,12 @@ type OrderUpdateSuccess struct {
|
||||
type ThirdOrderRefund struct {
|
||||
ID uint `json:"id"` // 订单ID
|
||||
}
|
||||
|
||||
type RedPacketRefund struct {
|
||||
ID uint `json:"id"` // 订单ID
|
||||
OrderProductsID uint `json:"order_products_id"` // 订单商品ID
|
||||
}
|
||||
|
||||
type OrderSentOvertime struct {
|
||||
ID uint `json:"id"` // 订单ID
|
||||
}
|
||||
|
Reference in New Issue
Block a user