昨天晚上怎么都不行。 今天一早,自己又好了。搞不懂
wath监听在ios报错402012,怎么解决?watch实时监听云数据库变化时候真机报错 开发工具,安卓手机测试都正常,ios不行 跪求解答 {message: "errCode: -402012 realtime listener init ws fail | errMsg: errors of each retry (latest to oldest): ["[object Object]","[object Object]","[object Object]","[object Object]","[object Object]","[object Object]"]↵history states: UNINIT-(close)->CLOSED", errCode: -402012, errMsg: "errors of each retry (latest to oldest): ["[object Object]","[object Object]","[object Object]","[object Object]","[object Object]","[object Object]"]↵history states: UNINIT-(close)->CLOSED", requestID: , history: "states: UNINIT-(close)->CLOSED", …}
01-31同样的问题,我是苹果手机不行,安卓可以
小程序云数据库watch监听失败,错误码 -402012,怎么解决?之前好好的,昨天到现在一直这样,开发工具上正常,手机预览就报错。我用的是安卓手机。 <Error: errCode: -402012 realtime listener init ws fail | errMsg: errors of each retry (latest to oldest): ["[object Object]","[object Object]","[object Object]","[object Object]","[object Object]","[object Object]"] history states: UNINIT-(close)->CLOSED> Error: errCode: -402012 realtime listener init ws fail | errMsg: errors of each retry (latest to oldest): ["[object Object]","[object Object]","[object Object]","[object Object]","[object Object]","[object Object]"] history states: UNINIT-(close)->CLOSED at Ts.<anonymous> (https://lib/WACloud.js:1:308382) at Generator.next (<anonymous>) at t (https://lib/WACloud.js:1:375) at s (https://lib/WACloud.js:1:586)
01-30同样。
editor在真机小程序页面onUnload中调用getContents无反应?editor在真机小程序页面onUnload中调用getContents无反应?
01-23加一个空事件就行了:bind:longpress='longpress' <view style="height:{{editHeight}}px;" class="editorContainer" bind:longpress='longpress'> <editor class="ql-container" id="editor" placeholder="想写点什么..." bindready="onEditorReady"></editor> </view> ----- js: //解决安卓手机长按聚焦时无法粘贴的问题,可为空 longpress() {},
小程序editor富文本编辑器,安卓机长按粘贴框跟随键盘消失,怎么解决?<editor id="editor" bindready="onEditorReady" placeholder="请输入"></editor> 小程序editor富文本编辑器,安卓机长按粘贴悬浮框跟随键盘消失,怎么解决?
2023-12-29主要文档里没有的,不知道调用名称怎么写。 有的接口,比如getPhoneNumber,是可以云调用的,但文档里也没有标注。 估计内部这一块衔接有问题
云调用到底支持哪些服务端接口?服务端接口列表(https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/)中,如图所示说了以下服务端接口可免 access_token 调用的场景 [图片] 我的理解是这个列表中所有的接口都可以云调用。 但是点进去以后,其中有的接口文档中明确标明了支持云调用。但比如【上传物流信息】这个接口,点进去以后,没有任何云调用的标签和示例。请问以此为例uploadShippingInfo这个接口到底是否支持云调用? [图片]
2023-08-25没法用的。官方没说明。 你的小程序的经营范围决定了没法使用,还得用老方法,不好用云调用微信支付
云开发对已绑定商户号无法授权Error: Base resp abnormal, 268500896[图片][图片]
2023-06-22找到原因了: axios不能直接使用response赋值和打印response,否则会报错“Converting circular structure to JSON”,非要打印response查看时要用util.inspect()将其转为字符串,返回的数据用response.data取出。 const cloud = require('wx-server-sdk') const axios = require('axios') const util = require('util'); cloud.init() exports.main = async (event, context) => { const wxContext = cloud.getWXContext() var responsedata await axios.get('http://wxapi.shinytengxvnyun.cn/weixinapi/getuser') .then(function (response) { // console.log(response);不能直接使用response赋值和打印response console.log(util.inspect(response)); responsedata = response.data }) return { openid: wxContext.OPENID, responsedata: responsedata } }
云函数中使用axios,只能运行一次?我的云函数代码: // 云函数代码 const cloud = require('wx-server-sdk') cloud.init({ env: cloud.DYNAMIC_CURRENT_ENV }) const axios = require('axios') exports.main = async (event, context) => { const a =await axios({ method:'GET', url:"https://baidu.com", }) return a } 如上,请求后,本地测试,第一次是能正常返回,但再调用一次就会出现“node.js:1 [warn] 1 个请求正在等待执行(在本地调试中,每个云函数有一个本地实例,请求串行执行)” [图片] 小程序前端报错为:TypeError: Converting circular structure to JSON [图片]
2023-05-19命中新规了。无法使用,你这个情况得自己调用原接口
绑定商户错误 Error:Base resp abnormal,268500896在微信商户号管理上已经绑定小程序ID,但在云开发后台却无法完成授权。[图片][图片]
2023-05-16你小程序类目不支持了,官方还没来得及更新。
JSAPI 权限申请Error: Base resp abnormal, 268435483JSAPI 权限申请Error: Base resp abnormal, 268435483 wx5812e21d95ea479b [图片] 这个怎么解决啊,有没有人知道
2023-05-16