This commit is contained in:
苏尹岚
2021-04-20 18:14:59 +08:00
parent a0b0e31d5c
commit 853814df00

View File

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