- "jsserverRoot": "jsserver/"无法上传checkInteractive?
[图片] 上图 是按官方demo配置的 ,,但 右击 找不到 下图 的 上传到开发环境 [图片]
2020-01-01 - not a function;at api cloud.callFunction succes?
一个新建的小游戏 管理员手机 主域 使用 getUserInteractiveStorage是正常的,,,非管理员 主域使用 getUserInteractiveStorage 报错 (wx as any).getUserInteractiveStorage({ keyList: [WxXiaoApi.gift], success: (data)=>{ console.log("获取当前用户互动型托管数据对应 key 的数据 成功"); console.log(data);//{data:{cloudID} this.parseInteractiveData(data.cloudID); } }); gameThirdScriptError wx.getUserInteractiveStorage is not a function;at api cloud.callFunction success callback function TypeError: wx.getUserInteractiveStorage is not a function at getUserInteractiveStorage (js/main.min.js:4:17207) at getUserInteractiveStorage (js/main.min.js:4:16925) [图片][图片]
2020-01-01 - modifyFriendInteractiveStorage fail game.json?
wx.modifyFriendInteractiveStorage({ key: key, opNum: operation:"add" toUser: openId, success: (data)=>{ console.log("修改当前用户好友的关系链互动数据 成功"); console.log(data);// }, fail: (data)=>{ console.log("修改当前用户好友的关系链互动数据 失败"); console.log("openId = " + openId); console.log(data);// } }); log 如下 openId = otSA85MrUCoeYE3PNEAgY8gCzLhA errMsg: "modifyFriendInteractiveStorage:fail invalid modifyFriendInteractiveStorage config in game.json
2020-01-01