aa
This commit is contained in:
@@ -15,7 +15,7 @@ type MTWMController struct {
|
|||||||
|
|
||||||
func (c *MTWMController) UnionMsg() {
|
func (c *MTWMController) UnionMsg() {
|
||||||
if c.Ctx.Input.Method() == http.MethodPost {
|
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))
|
globals.SugarLogger.Debugf("mtunion callback callbackResponse:%s", utils.Format4Output(call, true))
|
||||||
if err == nil {
|
if err == nil {
|
||||||
//err = financial.OnTLPayCallback(call)
|
//err = financial.OnTLPayCallback(call)
|
||||||
|
|||||||
Reference in New Issue
Block a user