diff --git a/platformapi/tao_vegetable/order_model.go b/platformapi/tao_vegetable/order_model.go index 7b6a0b60..47da4bb8 100644 --- a/platformapi/tao_vegetable/order_model.go +++ b/platformapi/tao_vegetable/order_model.go @@ -45,7 +45,7 @@ type CancelSubOrder struct { // UserApplyRefundCallBack 用户申请售后消息通知 type UserApplyRefundCallBack struct { - PublicModel + //PublicModel BizRefundId string `json:"bizRefundId"` // 翱象退款单ID RefundId string `json:"refundId"` // 渠道退款单ID, 幂等键 OutOrderId string `json:"outOrderId"` // 渠道订单ID @@ -70,7 +70,7 @@ type SubRefundOrdersList struct { // UserCancelRefundApply 用户取消售后申请 type UserCancelRefundApply struct { - PublicModel + //PublicModel RefundId string `json:"refundId"` // 渠道退款单ID, 幂等键 BizRefundId string `json:"bizRefundId"` // 翱象退款单ID OutOrderId string `json:"outOrderId"` // 渠道订单ID @@ -81,7 +81,7 @@ type UserCancelRefundApply struct { // RefundOrderFinish 逆向订单完成回调(售后完成) type RefundOrderFinish struct { - PublicModel + //PublicModel StoreId string `json:"store_id"` // 门店编码 OrderStatus string `json:"order_status"` // 退款单状态 OutSubOrderId string `json:"out_sub_order_id"` // 外部子单号