From 2a93e775bbfdff666009aa202b1c13502486a422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 4 Jul 2023 14:16:11 +0800 Subject: [PATCH] 1 --- platformapi/tao_vegetable/order_afs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/tao_vegetable/order_afs.go b/platformapi/tao_vegetable/order_afs.go index 8935b66c..d34e899f 100644 --- a/platformapi/tao_vegetable/order_afs.go +++ b/platformapi/tao_vegetable/order_afs.go @@ -143,7 +143,7 @@ func (a *API) RefundOrderFinish(c *http.Request) (*RefundOrderFinish, string, er if err := json.Unmarshal(data, &result); err != nil { return nil, "", err } - return result, "", nil + return result, string(data), nil } // QueryAfsOrderDetail 获取订单退款详情