This commit is contained in:
邹宗楠
2023-06-29 15:37:13 +08:00
parent d7d43f1b6d
commit 7a70d471af

View File

@@ -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 {