This commit is contained in:
邹宗楠
2022-06-23 15:10:18 +08:00
parent 5b87dc8a99
commit f94b822a20
2 changed files with 1 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ func (e *EnterpriseController) EnterpriseCallback() {
wxcpt := call.NewWXBizMsgCrypt(call.Token, call.EncodingAeskey, call.ReceiverId, call.JsonType)
msg, err_ := wxcpt.DecryptMsg(msg_signature, timestamp, nonce, body)
globals.SugarLogger.Debug("==============企业微信通知回调String", string(msg))
if err_.ErrCode != 0 {
if err_ != nil {
e.Abort("404")
return
}