From 853814df009c4da96f07b847003e7c8c55dba8ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 20 Apr 2021 18:14:59 +0800 Subject: [PATCH] aa --- controllers/mtwm_callback.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/mtwm_callback.go b/controllers/mtwm_callback.go index 6357fb76b..c3a41495f 100644 --- a/controllers/mtwm_callback.go +++ b/controllers/mtwm_callback.go @@ -15,7 +15,7 @@ type MTWMController struct { func (c *MTWMController) UnionMsg() { if c.Ctx.Input.Method() == http.MethodPost { - call, err := api.MtUnionAPI.GetCallbackMsg(getUsefulRequest2(c.Ctx)) + call, err := api.MtUnionAPI.GetCallbackMsg(c.Ctx.Request) globals.SugarLogger.Debugf("mtunion callback callbackResponse:%s", utils.Format4Output(call, true)) if err == nil { //err = financial.OnTLPayCallback(call)