From 6f613e430125718dff9fcd0433989ccdd5240f18 Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 22 Mar 2019 20:03:31 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E4=BF=AE=E5=A4=8Dmtwm=20ping=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/mtwmapi/callback.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/mtwmapi/callback.go b/platformapi/mtwmapi/callback.go index d3c6a083..4f9e8577 100644 --- a/platformapi/mtwmapi/callback.go +++ b/platformapi/mtwmapi/callback.go @@ -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)