elixirChain / dingtalk-encrypt

dingTalk encrypt Node Version. 钉钉的非官方nodejs版AES加解密库 sdk
https://www.npmjs.com/package/dingtalk-encrypt
Apache License 2.0
17 stars 8 forks source link

传参是应用的Client ID (原 AppKey 和 SuiteKey),不是corpId,大家小心。。。巨坑 #11

Closed seasolzombie closed 9 months ago

seasolzombie commented 9 months ago

new DingTalkEncryptor(token, aes_key, clientId) DingTalkEncryptor 第三个参数是应用的Client ID (原 AppKey 和 SuiteKey)

17Damon commented 9 months ago

详见 https://github.com/elixirChain/dingtalk-encrypt/issues/10