fix
This commit is contained in:
parent
83c92deda4
commit
2b52fb23a2
|
@ -71,7 +71,7 @@ func (l *WebhookLogic) Webhook(w http.ResponseWriter, r *http.Request) {
|
|||
}
|
||||
var encryptMsg EncryptWebhookMsg
|
||||
if err = json.Unmarshal(bodyBytes, &encryptMsg); err != nil {
|
||||
logx.Error("反序列化body失败", err)
|
||||
logx.Error("反序列化body失败", err, "body数据:", string(bodyBytes))
|
||||
return
|
||||
}
|
||||
if encryptMsg.Encrypt == "" {
|
||||
|
|
Loading…
Reference in New Issue
Block a user