- wx.connectWifi 连接wifi无法上网问题?
wx.connectWifi官方文档说安卓10及以上要跳转wifi页面手动输入,即使连上了也只能在当前小程序内使用,那么问题来了,目前有部分连接wifi的小程序,同样的手机和微信版本,我自己小程序就是无法上网,我用别人的小程序就能一键连接。 望官方回复,给出解决方案,这个问题问的人太多了,2024年了一直没得到解决。
2024-08-28 - 使用createwxaqrcode接口生成小程序二维码后怎么获取参数?
所在api接口文档:https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/qrcode-link/qr-code/createQRCode.html 需求场景: 小程序内扫码获取参数绑定二维码。 具体情况: 比如a和b两个小程序,我生成a小程序带参数的二维码,我想用b小程序里面相机扫一扫获取a小程序二维码带的参数 使用这个接口我path填写的参数为:pages/home/home?QrCodeKey=123,我想扫码获取这个123参数
2024-02-27 - 获取手机号接口getuserphonenumber一直40029,这是啥原因?
错误信息:{"errcode":40029,"errmsg":"invalid code hint: [bHLa9_I2e-1maotA] rid: 65b0c44b-2f27b020-5665ea0e"} 我能确认开发端appid和后端请求token的appid一致,不知道啥原因
2024-01-24 - 引用模块js报错is not defined
[图片] [图片] [图片] 图1是编译到移动端显示的错误,我仔细对过了,js文件路径引用的没有错误,硬是未定义,PC端开发者工具编译通过,并且可以运行出来
2022-05-17 - 运行小程序报错?
问一下这个是啥问题啊。。。好奇怪 MiniProgramError TypeError: U.createEvent is not a function at Q (eval at n.call.document (http://127.0.0.1:32636/remote-debug/runtime.js?devtools_ignore=true:1:12942), <anonymous>:2:30186) at eval (eval at n.call.document (http://127.0.0.1:32636/remote-debug/runtime.js?devtools_ignore=true:1:12942), <anonymous>:2:30484) at e.exports (eval at n.call.document (http://127.0.0.1:32636/remote-debug/runtime.js?devtools_ignore=true:1:12942), <anonymous>:2:35646) at eval (eval at n.call.document (http://127.0.0.1:32636/remote-debug/runtime.js?devtools_ignore=true:1:12942), <anonymous>:2:30435) at y.<computed> (eval at n.call.document (http://127.0.0.1:32636/remote-debug/runtime.js?devtools_ignore=true:1:12942), <anonymous>:2:33712) at O (eval at n.call.document (http://127.0.0.1:32636/remote-debug/runtime.js?devtools_ignore=true:1:12942), <anonymous>:2:33441) at Function.eval (eval at n.call.document (http://127.0.0.1:32636/remote-debug/runtime.js?devtools_ignore=true:1:12942), <anonymous>:2:33479) at <setTimeout callback function> at eval (eval at n.call.document (http://127.0.0.1:32636/remote-debug/runtime.js?devtools_ignore=true:1:12942), <anonymous>:2:109783) at eval (eval at n.call.document (http://127.0.0.1:32636/remote-debug/runtime.js?devtools_ignore=true:1:12942), <anonymous>:2:100928)
2021-06-28 - 调用云函数获取openid为什么本地一切正常,部署后在体验版内开启调试能正常获取关闭调试就没法获取?
如题
2021-01-12 - 通过code获取openid本地环境正常获取,服务端报 由于远程方已关闭传输流,身份验证失败
查询openid:System.Net.WebException: 基础连接已经关闭: 发送时发生错误。 ---> System.IO.IOException: 由于远程方已关闭传输流,身份验证失败。 在 System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest) 在 System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) 在 System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) 在 System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) 在 System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) 在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) 在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) 在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) 在 System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) 在 System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) 在 System.Net.ConnectStream.WriteHeaders(Boolean async) --- 内部异常堆栈跟踪的结尾 --- 在 System.Net.HttpWebRequest.GetResponse() 在 BFS_API.Controllers.API.Login.LoginController.WxOpenid(String code) 这是啥问题啊,本地又没事。。。卧槽心态崩了,百度搜了一些解决方案,都没效果。。。
2021-01-11 - 服务端接口通过code获取openid遇到的错误?
查询openid:System.Net.WebException: 基础连接已经关闭: 发送时发生错误。 ---> System.IO.IOException: 由于远程方已关闭传输流,身份验证失败。 在 System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest) 在 System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) 在 System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) 在 System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) 在 System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) 在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) 在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) 在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) 在 System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) 在 System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) 在 System.Net.ConnectStream.WriteHeaders(Boolean async) --- 内部异常堆栈跟踪的结尾 --- 在 System.Net.HttpWebRequest.GetResponse() 在 BFS_API.Controllers.API.Login.LoginController.WxOpenid(String code) 这是是问题啊?本地环境没问题,部署到服务器就这样了、。。。
2021-01-11 - 怎么投诉微信小程序审核人员?
第一次提交,说我登录授权不能只有一个授权按钮得加个拒绝,嗯我加了,第二次说得让用户了解小程序,入口不能直接是授权得,嗯我改了 第三次提交审核通过,通过后没多久我就改了下控件bug,提交拒绝通过,说要加拒绝授权按钮,[图片][图片]这么大的按钮没看见吗?
2020-07-09 - VPN环境获取openid问题
[图片] 在VPN环境将 https://api.weixin.qq.com/sns/jscode2...的域名 ip和端口加入访问权限,能够ping通,在微信小程序拿到Code后想获取openid 的过程中出现了上述图中问题,(外网能够正常使用,不知道他还会请求哪些。。。)有知道解决的吗emmmmm
2019-01-04