From 09688f74c37b30aad306dd6679af64c1c2779c11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 2 Mar 2020 11:26:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E8=81=94=E5=AE=9D=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=9B=9E=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/tonglianpayapi/callback.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/tonglianpayapi/callback.go b/platformapi/tonglianpayapi/callback.go index bb7f6e02..06381a04 100644 --- a/platformapi/tonglianpayapi/callback.go +++ b/platformapi/tonglianpayapi/callback.go @@ -47,7 +47,7 @@ func (a *API) GetCallbackMsg(request *http.Request) (call *CallBackResult, err e if err != nil { return nil, err } - values, err := utils.HTTPBody2Values(data, false) + values, err := utils.HTTPBody2Values(data, true) if err != nil { return nil, err }