From 502eed8498756c60a26576f78c3b9ce74e0e268f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 29 Jun 2023 16:00:50 +0800 Subject: [PATCH] 1 --- platformapi/tao_vegetable/order_model.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platformapi/tao_vegetable/order_model.go b/platformapi/tao_vegetable/order_model.go index e2edff2b..4bfb56c9 100644 --- a/platformapi/tao_vegetable/order_model.go +++ b/platformapi/tao_vegetable/order_model.go @@ -49,16 +49,16 @@ type UserApplyRefundCallBack struct { RefundFee int64 `json:"refundFee"` // 申请退款金额(包含退运费), 分 MerchantCode string `json:"merchantCode"` // 商家编码 RefundReason string `json:"refundReason"` // 退款原因 + SubRefundOrders []SubRefundOrdersList `json:"subRefundOrders"` // 逆向子单列表 + StoreId string `json:"storeId"` // 商家经营店ID + RefundDeliveryFee int64 `json:"refundDeliveryFee"` // 退运费, 分 + RefundPictures string `json:"refundPictures"` // 售后图片链接 BizRefundId string `json:"bizRefundId"` // 翱象退款单ID OutOrderId string `json:"outOrderId"` // 渠道订单ID RefundPackageFee int64 `json:"refundPackageFee"` // 退包装费,分 OrderFrom int64 `json:"orderFrom"` // 订单来源:如 2=美团 / 3=饿了么 / 4=淘鲜达 - SubRefundOrders []SubRefundOrdersList `json:"subRefundOrders"` // 逆向子单列表 - StoreId string `json:"storeId"` // 商家经营店ID - RefundDeliveryFee int64 `json:"refundDeliveryFee"` // 退运费, 分 RefundId string `json:"refundId"` // 渠道退款单ID, 幂等键 Remarks string `json:"remarks"` // 备注 - //RefundPictures string `json:"refundPictures"` // 售后图片链接 } type SubRefundOrdersList struct {