- 修复mtwm ping消息错误

This commit is contained in:
gazebo
2019-03-22 20:03:31 +08:00
parent fe9d3b6359
commit 6f613e4301

View File

@@ -80,7 +80,7 @@ func (a *API) GetCallbackMsg(request *http.Request) (msg *CallbackMsg, callbackR
}
}
} else {
callbackResponse = SignatureIsNotOk
callbackResponse = SuccessResponse // 美团外卖PING消息没有sign
}
} else {
baseapi.SugarLogger.Warnf("mtwm GetCallbackMsg ParseForm failed with error:%v", err)