From 682b2ba5362d77a5a0c1d127f5b979233f61a282 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Tue, 17 Aug 2021 14:58:36 +0800 Subject: [PATCH] aa --- platformapi/dingdingapi/callback.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/dingdingapi/callback.go b/platformapi/dingdingapi/callback.go index 0c0bd18b..8c4793d7 100644 --- a/platformapi/dingdingapi/callback.go +++ b/platformapi/dingdingapi/callback.go @@ -129,7 +129,7 @@ func (a *API) Decrypt(sign, timestr, nonce, msg string) (decryptedMsg string, er // } // } //} - c := NewDingTalkCrypto(a.GetCallbackToken(), string(a.GetCallbackAESKey()), a.corpID) + c := NewDingTalkCrypto(a.GetCallbackToken(), string(a.GetCallbackAESKey()), a.GetAppID()) return c.GetDecryptMsg(sign, timestr, nonce, msg) }