问题模块 框架类型 问题类型 操作系统 工具版本
开发者工具 小游戏 需求 macOS 1.02.1808101
在开发这工具中上传完数据,
然后想要在某一时刻触发拉取这些上传的数据。
wx.getFriendCloudStorage({
keyList:key,
success: function(data){
console.log("get success!");
console.log("key list length: " + data);
},
fail: function(){
console.log("拉取数据失败!");
}
});
结果提示为
请问有没有大佬能帮我回答一下问题,谢谢大佬们!
代码片段
在问题描述当中0.0
微信小程序开发问题解答
微信小程序开发者回答:
你好,请参考以下帖子:
wx.getFriendCloudStorage还未支持?https://developers.weixin.qq.com/community/develop/doc/0004a25e2d8e98948686eb83756800
微信小程序开发者回答:
谢谢大佬,原来是我没有编辑开放域数据,问题已解决!
本文网址:http://www.91bianli.com/weixinxiaochengxu/44056.html