Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
88dd6fbdf5 |
@@ -69,3 +69,8 @@ type OrderUpdateSuccess struct {
|
|||||||
type ThirdOrderRefund struct {
|
type ThirdOrderRefund struct {
|
||||||
ID uint `json:"id"` // 订单ID
|
ID uint `json:"id"` // 订单ID
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type RedPacketRefund struct {
|
||||||
|
ID uint `json:"id"` // 订单ID
|
||||||
|
OrderProductsID uint `json:"order_products_id"` // 订单商品ID
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user