- 修复mtwm ping消息错误
This commit is contained in:
@@ -80,7 +80,7 @@ func (a *API) GetCallbackMsg(request *http.Request) (msg *CallbackMsg, callbackR
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
callbackResponse = SignatureIsNotOk
|
callbackResponse = SuccessResponse // 美团外卖PING消息没有sign
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
baseapi.SugarLogger.Warnf("mtwm GetCallbackMsg ParseForm failed with error:%v", err)
|
baseapi.SugarLogger.Warnf("mtwm GetCallbackMsg ParseForm failed with error:%v", err)
|
||||||
|
|||||||
Reference in New Issue
Block a user