小程序
小游戏
企业微信
微信支付
扫描小程序码分享
我也遇见这个哥们的问题了,有遇见并解决的没?或者有没有其他方法能实现云环境共享?
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好,需要在参数中,填入自己的 appid:
{ appid: '公众号 AppID', resourceAppid: '资源方 AppID', resourceEnv: '资源方环境 ID', }
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你好,需要在参数中,填入自己的 appid:
{ appid: '公众号 AppID', resourceAppid: '资源方 AppID', resourceEnv: '资源方环境 ID', }
var c1 = new wx.cloud.Cloud({
// 资源方 AppID
resourceAppid: 'wxe0e2656d74f0bff3',
// 资源方环境 ID
resourceEnv: 'test-f96b31',
})
// 跨账号调用,必须等待 init 完成
// init 过程中,资源方小程序对应环境下的 cloudbase_auth 函数会被调用,并需返回协议字段(见下)来确认允许访问、并可自定义安全规则
await c1.init()
在init()的时候出现FunctionName未发现