1
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user