是不是腾讯觉得频繁操作会限制,就像频繁加好友一样,也会被限制
有一个运营账号,近期用了搜一搜功能较多,发现这个微信号,现在搜索任何关键词,都说查找不到。什么情况?[图片] 多谢
2023-02-09这个问题已解决,官方文档有说明,没注意看 [图片]
weixin://dl/business怎么打开体验版小程序?weixin://dl/business默认打开了生产环境小程序,怎么才能打开体验版小程序,能不能配测试链接?
2023-02-07可以发技术类文章的啊,除非你的文章有违规内容,或者审核比较慢,一般都是可以过审的,别着急
为什么开放社区不允许分享分章?分享一篇技术文章 关于小程序wx.login 已进入小程序就登陆,其他请求全部排队,已经登陆后直接请求的文章,不让看? 我也看不到提示 今天下午 一直在审核
2022-11-182022年了,问题解决了吗
小程序获取手机号 getPhoneNumber 返回的undefind?getPhoneNumber(e) { let msg = e.detail.errMsg; let that = this; let sessionID=wx.getStorageSync('login_session_key'), encryptedDataStr=e.detail.encryptedData, iv= e.detail.iv; if (msg == 'getPhoneNumber:ok') { wx.checkSession({ success:function(){ that.deciyption(sessionID,encryptedDataStr,iv); }, fail:function(){ wx.login({ success: res => { console.log(res,'sessionkey过期') app.network.request1({ url: 'login', method: "POST", data: { code:res.code}, success: function (res) { console.log(res) if (res.data.error == 0) { console.log(res.data) that.deciyption(res.data.session_key,encryptedDataStr,iv); } else { wx.showToast({ icon: 'none', title: res.data.message, }) } } }) } }) } }) } }, 调试基础库 2.12.1 e.detail.encryptedData,e.detail.iv, 的值都是undefind 偶尔会是undefind 目前发现在苹果手机上
2022-03-26可以参考这个文章:https://developers.weixin.qq.com/community/develop/article/doc/000cc2faf0c0388514bd721745bc13
如何获取onShareTimeline中的query参数?如何获取onShareTimeline中的query参数?如何获取onShareTimeline中的query参数?如何获取onShareTimeline中的query参数?如何获取onShareTimeline中的query参数?如何获取onShareTimeline中的query参数?
2022-03-26学费了
onShareTimeline的query 参数如何获得?单页模式如何过去query参数
2022-03-26问题解决了吗
小程序客服开发,获取聊天记录的结果中worker为空https://developers.weixin.qq.com/doc/offiaccount/Customer_Service/Obtain_chat_transcript.html这个接口类 结果示例: ,{"openid":"oPd-Z5G1HhIbbBfMlkYE8cLGGAns","opercode":2003,"text":"22","time":1635852744,"worker":""}],"number":29,"msgid":29} 本次用的是小程序体验版,请问这个是什么原因造成的?
2022-03-18[图片] 看不到可能是还在审核,或者是内容违规
我发表的文章看不见浏览量怎么办?我发表的文章看不见浏览量。
2022-03-17token不在body里面,在header里面
生成小程序码,错误的数据格式https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/qr-code/wxacode.getUnlimited.html 通过postman 尝试生成小程序码一直提示格式不对。但是按文档里的格式,是严格的json格式。 [图片][图片]
2022-03-14应该是首页加载显示加载中,app.js里面加了某些函数,显示了total或者loging,导致这个问题,我也出现了这个问题,但是没有什么影响好像
errMsg":"hideLoading:fail:toast can't be found"?真机调试出现 VM33:2 Uncaught (in promise) thirdScriptError {"errMsg":"hideLoading:fail:toast can't be found"} Object的问题?
2022-03-11