From 90ab69ed95cfea8b222b7b52e27975bad78ce103 Mon Sep 17 00:00:00 2001 From: "qiyunfanbo126.com" <815699> Date: Wed, 10 Jul 2024 15:39:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/third/youchu/youchu_api.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/third/youchu/youchu_api.go b/app/third/youchu/youchu_api.go index 6b2678d..1edcd12 100644 --- a/app/third/youchu/youchu_api.go +++ b/app/third/youchu/youchu_api.go @@ -45,9 +45,9 @@ func (this *YouChuClient) Login(code string) (Code int, response front.YouChuLog return errorcode.SystemError, response } post, err := this.doPost(url, partnerTxSriNo, "crecard.getCustomerInfo", bytes) + var rq, _ = json.Marshal(request) + utils.Log(nil, "YouChuLogin", string(post), string(rq), err) if err != nil { - var rq, _ = json.Marshal(request) - utils.Log(nil, "YouChuLogin", string(post), string(rq), err) return errorcode.SystemError, response } responseData := DecryptResponse(string(post), false)