This commit is contained in:
邹宗楠
2022-07-22 18:33:49 +08:00
parent 0085e0cb39
commit 99513042d1
3 changed files with 4 additions and 11 deletions

View File

@@ -27,6 +27,7 @@ func (c *TongLianController) Msg() {
if err == nil {
err = financial.OnTLPayCallback(call)
}
globals.SugarLogger.Debug("err==============", err)
c.Data["json"] = call
c.ServeJSON()
} else {