- 网页授权域名填目录时不能填2级目录么?
目前我们的文件只能放在 “域名/项目名/版本号” 下面,但是这样填又提示路径不正确,有什么办法能处理 [图片]
2021-09-28 - iPhoneSE request:fail interrupted
iPhoneSE 每次请求都出现这个问题,请问该如何处理? 测试了两台服务器,一台每次都出现这个问题,一台可以正常使用,这个问题该如何排查? 下面是代码 wx.login({ fail: function (res) { console.log('获取用户信息异常', res) }, success: res => { // 发送 res.code 到后台换取 openId, sessionKey, unionId console.log(res) wx.request({ url: _this.globalData.domain +'/api/WxApp/Authenticate', method: 'POST', data: { code: res.code }, fail: function (res) { console.log('获取用户信息异常', res) wx.hideLoading() wx.showToast({ title: '获取用户信息异常', icon: 'none' }) }, success: function (res) { // success console.log('获取openid',res) if (res.data.succeed) { _this.globalData.openid = res.data.data.openId; } else { var errMsg = '获取用户信息失败,接口返回值无错误信息'; if (res.data.error) { errMsg = res.data.error } wx.showToast({ title: errMsg, icon: 'none' }) wx.hideLoading() } } }) } })
2019-12-16 - fail ssl hand shake error怎么处理?
域名是:gmd.jhengo.com 目前一部oppoR9s Plus出现这个问题 证书已经检查过是支持TLC1.0 1.1 1.2 服务器也支持TLC1.0 1.1 1.2,请问还有其他解决方案么? 下面几个检测ssl的网址也都检测过 https://www.myssl.cn/tools/check-server-cert.html https://myssl.com/gmd.jhengo.com?domain=gmd.jhengo.com&status=q https://www.ssllabs.com/ssltest/analyze.html?d=gmd.jhengo.com&latest
2019-08-26 - 一部iphone6P请求超时,其他手机及另一部6P均正常
今天发现一部6P在4G网络下出现errMsg:request:fail interrupted,然后连上无线后又出现errMsg:request:fail 请求超时。在附近的其他手机都正常。 出问题的手机的微信版本为7.0.5,手机系统版本为10.2.1 然后用另一部6P做测试,也能正常使用,微信版本为7.0.3,手机系统版本为12.1
2019-08-23 - 求助,一部iphone6P请求接口失败,请问怎么解决?
今天发现一部6P在4G网络下出现errMsg:request:fail interrupted,然后连上无线后又出现errMsg:request:fail 请求超时。在附近的其他手机都正常。 出问题的手机的微信版本为7.0.5,手机系统版本为10.2.1 然后用另一部6P做测试,也能正常使用,微信版本为7.0.3,手机系统版本为12.1 请问该怎么处理?
2019-08-23 - 做了个扫雷有没有不用软著就能提交审核的方法
- 需求的场景描述(希望解决的问题) 小游戏对于个人的门槛是否太高了 - 希望提供的能力 能否有不用软著就能提交审核的方法
2018-05-02