From 7a70d471afb69d05de6cd5e4f051c96077f39638 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 15:37:13 +0800 Subject: [PATCH] 1 --- platformapi/tao_vegetable/order_model.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/tao_vegetable/order_model.go b/platformapi/tao_vegetable/order_model.go index 698f1040..e2edff2b 100644 --- a/platformapi/tao_vegetable/order_model.go +++ b/platformapi/tao_vegetable/order_model.go @@ -58,7 +58,7 @@ type UserApplyRefundCallBack struct { RefundDeliveryFee int64 `json:"refundDeliveryFee"` // 退运费, 分 RefundId string `json:"refundId"` // 渠道退款单ID, 幂等键 Remarks string `json:"remarks"` // 备注 - RefundPictures string `json:"refundPictures"` // 售后图片链接 + //RefundPictures string `json:"refundPictures"` // 售后图片链接 } type SubRefundOrdersList struct {