const crypto = requirePlugin("crypto");
console.log(typeof crypto.HmacSHA256); // 输出是function
crypto.HmacSHA256("key", "value"); // 报错
错误信息:TypeError: Cannot call a class as a function
问题类型 | 插件 AppID | 插件版本号 | AppID | 操作系统 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|---|
Bug | wxf25d506ff81e19fb | 0.0.003 | wxeeb9d7f380df1278 | Android | 8.0.51 | 3.5.7 |
1 个回答
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。