- 报告BUG
https://developers.weixin.qq.com/minigame/dev/api/game-server-manager/GameServerManager.onRoomInfoChange.html 当一个玩家强制断线,例如直接退出微信,断开网络链接的时候,不会触发onRoomInfoChange事件,其他用户也无法得知他已经不再房间内了。
2024-04-04 - 这是什么原因?
https://developers.weixin.qq.com/minigame/dev/guide/open-ability/open-data.html TypeError: wx.getUserCloudStorage is not a function
2024-03-26 - 升级到1.06.2308310之后,无法打开云开发功能?
如题
2023-09-26 - 页面说明的操作找不到
https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html 该页面中提到的 在微信公众号请求用户网页授权之前,开发者需要先到公众平台官网中的“开发 - 接口权限 - 网页服务 - 网页帐号 - 网页授权获取用户基本信息”的配置选项中,修改授权回调域名。 可是在公众号页面中找不到【开发】选项,请给出具体网址。
2022-09-06 - IOS 1.8.7.1 swift4.0 无法调起微信支付?
let json = try JSONSerialization.jsonObject(with: data, options: []) as! NSDictionary let request = PayReq() request.nonceStr = json.object(forKey: "noncestr") as! String request.package = json.object(forKey: "package") as! String request.partnerId = json.object(forKey: "partnerid") as! String request.prepayId = json.object(forKey: "prepayid") as! String request.timeStamp = UInt32((json.object(forKey: "timestamp") as! NSString).intValue) request.sign = json.object(forKey: "sign") as! String WXApi.send(request) 执行到最后一步时就会出现以下情况。 [图片]
2020-05-25 - APP支付ios1.8.7.1有demo吗?
下载的Demo使用的是1.8.2版的SDK,没有关于Universal Link的设置,尝试了很多次都不成功。
2020-05-24