This commit is contained in:
suyl
2021-08-17 14:58:36 +08:00
parent 8b62fb2bf9
commit 682b2ba536

View File

@@ -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)
}