小程序
elel.cn,ooqr.cn,miob.cn,9dns.cn,xisb.cn,ucyy.cn这几个域名是我在3月份购买的二手域名,有的已经备案成功了,有的还在审核,请求解封。[图片][图片]
https://developers.weixin.qq.com/doc/store/shop/API/category/getavailablesoncategories.html 获取不到第三级类目 第三级获取到的都是空数组
域名qrfy.io被告知违反微信规则,烦请告知哪条链接违反规则?[图片] 经腾讯安全中心检测域名没有提示风险。 [图片] 向腾讯网址安全中心申诉也已成功核实无任何相关风险内容 [图片] 如存在违规麻烦管理员告知该域名下哪条链接违约微信规则,谢谢!
网站停止访问后,申请恢复时,按提示将文件部署在网站根目录后进行认证,提示“访问文本资源失败,请调整”,这个怎么解决?网站根目录能访问到文本资源http://ehs.abiochemcq.cn:18085/4ba7354e8392f74b994d9e0f760d3aca.txt [图片] [图片] [图片]
收到消息回复”功能中,内容更改后,我和公众号私信,内容没有变化?关闭收到消息回复”功能后,也还是照样
小程序主营外卖平台,已提供小程序外卖页面、下单页面,显示用户与商户的距离,并提供自提功能。审核多次不通过,请查看
<template> <view class="content"> <view class="text-success"> <text>可以正常显示:</text> <text>{{ successText }}</text> </view> <view class="text-error"> <text>错误显示(真机调试(IOS)显示-无法加载音频):</text> <text>{{ errorText }}</text> </view> </view> </template> <script setup> import { ref } from 'vue'; const getAudioDuration = (url)=> { return new Promise((resolve) => { const audioContext = uni.createInnerAudioContext(); audioContext.src = url; const isError = ref(false); audioContext.onError((res) => { // TODO真机调试(IOS)会error console.log('res', res); const errMsg = (res.errMsg.match(/ERRMSG:(.+?)(?:,|$)/)?.[1] || '未知错误').trim(); isError.value = true; uni.showToast({ icon: 'error', title: errMsg, }); }); const totalInterval = setInterval(() => { const { duration } = audioContext; if (duration != 0 && !Number.isNaN(duration)) { console.log('duration',duration); resolve(duration); audioContext && audioContext.destroy(); clearInterval(totalInterval); } if (isError.value) { resolve('无法加载音频'); clearInterval(totalInterval); } }, 100); }); }; // success const successText = ref('') const handleSuccessAudioUrl= async() => { successText.value = await getAudioDuration('https://gwsits.gdufs.edu.cn/oss/jvs-public/ten_1/2_2/jvs-auth-mgr/jvs-ui/file/2025/04/08/2025-04-081094227154607968256-%E6%B5%B7%E5%B0%94.m4a') }; handleSuccessAudioUrl() // error (微信开发者工具可以正常,用真机调试(IOS)就无法加载错误了 ) const errorText = ref('') const handleErrorAudioUrl= async() => { errorText.value = await getAudioDuration('https://gwsits.gdufs.edu.cn/oss/jvs-public/ten_1/2_2/jvs-auth-mgr/jvs-ui/file/2025/04/08/2025-04-081094227347868913664-IEA.m4a') }; handleErrorAudioUrl() </script>
[图片]
APP登录需要跳转微信授权,现开通移动应用,上传的应用流程图和最后实现的页面有不同会影响吗
【公众号】: 旅邮时光屋 【浏览器UA】: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36 isNewEditor true 【页面链接】: https://mp.weixin.qq.com/cgi-bin/appmsg?t=media/appmsg_edit_v2&action=edit&isNew=1&type=77&token=624582268&lang=zh_CN×tamp=1744788083560 【问题描述】: 请描述问题发生时的操作步骤,并最好能附出现问题的截图
[图片][图片] 可以在图中看到, 已经传入了 正确的 企微链接。 但是在点击插件的时候,一直在加载中。然后控制台报以下错误。 报错:MiniProgramError null is not an object (evaluating 'a[0].node') TypeError: null is not an object (evaluating 'a[0].node') at (wx4d2deeab3aed6e5a/appservice.js:1228:778) at (WAServiceMainContext.js:1:1614454) at <SelectorQuery callback function> at forEach (native code) at (WAServiceMainContext.js:1:1614571) at (WAServiceMainContext.js:1:1611019) at (WASubContext.js:1:394494) at pe (WASubContext.js:1:282485) at de (WASubContext.js:1:282378) at (WASubContext.js:1:283154) at (WAServiceMainContext.js:1:696043) at emit (WAServiceMainContext.js:1:102177) at emit (native code) at dispatch (WAServiceMainContext.js:1:113972) at cb (WAServiceMainContext.js:1:114513) at cb (native code) at emit (WAServiceMainContext.js:1:101549) at subscribeHandler (WAServiceMainContext.js:1:109809) global code@
【公众号】: 四川大学学报医学版订阅号 【浏览器UA】: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36 isNewEditor true 【页面链接】: https://mp.weixin.qq.com/cgi-bin/appmsg?t=media/appmsg_edit&action=edit&reprint_confirm=0×tamp=1744782911023&type=77&appmsgid=100013295&token=2067484581&lang=zh_CN 【问题描述】: 请描述问题发生时的操作步骤,并最好能附出现问题的截图
关于微信服务号的永久模板消息推送,我们开发了一个页面上调用了wx-open-subscribe开放标签,用户如果第一次选择了拒绝,再次打开这个页面也无法再次操作授权,请问要怎么操作才能再次同意授权呢?并且公众号的设置里也没有“通知消息管理”
hm.mythinkings.cn 页面里只放了一个微信二维码,用于正常推广使用,不涉及违规违法业务,请审核后予以恢复
请求JSON: {"shipping_list":[{"item_desc":"升级枢长*1"}],"upload_time":"2025-04-16T14:41:12.518+08:00","order_key":{"mchid":"1661416***","out_trade_no":"M2025041614386700002","order_number_type":1},"logistics_type":3,"payer":{"openid":"oPqzC6_UxLXpdyd8jzB9DB9_9***"},"delivery_mode":1} 返回JSON: {"errcode":10060023,"errmsg":"发货信息未更新 rid: 67ff5108-0c9213f3-57195c7a"}
https://docs.qq.com/doc/DTkZQVE12RGlUYmxH
小程序中不显示视频号的视频. 小程序和视频号是同一个主体, 小程序与视频号均已经认证, 在认证有效期内. 使用视频号ID和视频ID去显示视频, 但得到"无法展示该视频号动态"的错误, 错误码: channel-video:fail 系统错误,错误码:1416103,undefined wxml代码如下: <view class="">测试</view> <channel-video class="w-100" style="border-radius: 6px;" feed-id="export/UzFfAgtgekIEAQAAAAAAWzUppI_UHAAAAAstQy6ubaLX4KHWvLEZgBPExKEce2hdJeiIzNPgMJqac_RX6_DPfEKywlS_PuMo" finder-user-name="sphyWdTNUynrphg" object-fit="cover" binderror="onerror" /> [图片] [图片] [图片] [图片] [图片] [图片] [图片] [图片] [图片]
wx.openCustomerServiceChat({ extInfo: { url: this.productInfo.kefuUrl }, // 可填入自定义信息或链接 corpId: this.productInfo.corpId, // 填入企业微信的 CorpId showMessageCard: true, sendMessagePath: '/pages_category_page1/goodsModule/goodsDetailsWeb?shopId=' + this.productInfo.shopId + '&productId=' + this.productInfo.productId + '&skuId=' + this.productInfo.skuId, sendMessageTitle: this.productInfo.productName, sendMessageImg: this.productInfo.image, 为什么发了之后再点击就进不去啊测试环境,企业微信上面能打开,但是平常用的微信上面打不开] [图片][图片]
这个链接下我们会存放图片地址,现在所有图片地址都无法直接打开,而且仅在微信浏览器PC端出现,网站也没有问题,请尽快修复一下 [图片][图片][图片]
微信小程序嵌套h5页面中,使用input 元素 去拍照上传图片上传 无法触发onchange事件 是微信禁用原生组件的调用了吗 使用input type="file" 直接从文件夹中选择文件进行上传,就可以触发onchange事件 微信官方??? 微信官方??? 微信官方???
无解了!~