This commit is contained in:
邹宗楠
2023-06-28 18:07:04 +08:00
parent a02dece57b
commit 3ab2162d20
3 changed files with 25 additions and 3 deletions

View File

@@ -16,11 +16,11 @@ type PublicModel struct {
// CallbackOrder 正新订单消息通知
type CallbackOrder struct {
PublicModel
MerchantCode string `json:"merchant_code"` // 商家编码
//PublicModel
StoreId string `json:"store_id"` // 门店id
BizOrderId int64 `json:"biz_order_id"` // 订单号
OrderStatus string `json:"order_status"` // 订单状态
MerchantCode string `json:"merchant_code"` // 商家编码
BizOrderId int64 `json:"biz_order_id"` // 订单号
}
// OnSaleCancel 售中订单取消回调