添加美团超市账号信息通知果园

This commit is contained in:
邹宗楠
2023-02-06 11:30:23 +08:00
parent 21d80bf232
commit 97997f0e79
3 changed files with 63 additions and 33 deletions

View File

@@ -15,7 +15,7 @@ func (c *MtwmController) onCallbackMsg(msgType string) {
c.Data["json"] = mtwmapi.Err2CallbackResponse(nil, "")
msg, callbackResponse := api.MtwmAPI.GetCallbackMsg(c.Ctx.Request)
if callbackResponse == nil {
callbackResponse = mtwm.OnCallbackMsg(msg)
callbackResponse = mtwm.OnCallbackMsg(msg, msgType)
if callbackResponse == nil {
callbackResponse = mtwmapi.Err2CallbackResponse(nil, "")
}