- 当前 Bug 的表现(可附上截图)
{"errCode":-501007,"errMsg":"openapi.wxacode.getUnlimited:fail Invalid request param"}
- 预期表现
正常和本地调试一样返回官方正常数据
- 复现路径
- 提供一个最简复现 Demo
const cloud = require( "wx-server-sdk" ); cloud.init(); exports.main = async event => { const { scene, page, width, autoColor, lineColor, isHyaline } = event; // console.log('[ event ====] ',event); // 检验sence是否正确 if (!scene || !/^[! #$&'()*+,/:;=?@\-._~0-9a-zA-Z]{1,32}$/.test(scene)){ console.log('[ error scene ] ', scene); return { ret:4, error:' error scene ', msg:' 错误的scene' }; } try { const result = await cloud.openapi.wxacode.getUnlimited({ scene: "a=1" , }); return result; } catch (err) { return err; } }; |
还没有解决吗
本地调试,同样的代码。是正常调用通过的。顺带一提。。。让人提问的时候把APPID发出来真的合适吗。。发社区。
云调用暂不支持云端测试和定时触发器,只能由小程序端触发
带不带openId不都是自己定的嘛,用户进来,你都不存他们的信息么..
那已经添加了config.json的情况下,仍旧没有权限是什么情况呢
https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/openapi/openapi.html 已读
大佬回错人了?
看着另一个贴【尴尬】emmmm