- 小程序直播间无法评论吗?直播组件是1.3.5
组件降级到1.3.2的时候,点“跟主播说点什么”会弹出获取身份信息的提示,也可以正常评论。 但发布正式版后,点击就没反应了,正式版是不是强制使用最新的直播组件1.3.5? [图片]
2023-09-07 - 自定义交易组件开通的特约商户号,如何做分账?shop/pay/profitsharingorder
https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/ministore/wxafunds/API/order/profitsharing_order.html 请求参数示例 { "openid": "oTVP50O53a7jgmawAmxKukNlq3XI", "mchid":"1230000109", "trade_no": "1217752501201407033233368018", "transaction_id":"4208450740201411110007820472", "profit_sharing_no":"P20150806125346" } 回包示例 { "errcode": 0, "errmsg":"ok" } 你好,我们现在开通了小程序自定义交易组件,自动给我们开通了一个特约商户,现在需要把这个特约商户号的收款分账一部分给同主体的另一个商户号。 文档上只找到到上面这个分账接口 1. 调用上面接口提示:48001 ,api unauthorized rid: 63f73514-223d320e-5dcfbec7 2. 就算接口开通了,但分账分多少怎么设置,上面请求参数都没有金额
2023-02-23 - 视频号上架商品:10022004 商品异常 禁止添加到橱窗?
视频号上架商品到橱窗出现异常,急需帮助! 上架商品到橱窗 POST https://api.weixin.qq.com/channels/ec/window/product/add?access_token=ACCESS_TOKEN array(2) { ["errcode"] => int(10022004) ["errmsg"] => string(66) "商品异常 禁止添加到橱窗 rid: 63bb88d9-37f2dd74-13580e19" } 然后调用商品详情接口返回的 banned_details 又是空的 POST https://api.weixin.qq.com/channels/ec/window/product/get?access_token=ACCESS_TOKEN array(2) { ["product_id"] => string(9) "489529559" ["appid"] => string(18) "****隐藏****" } array(3) { ["errcode"] => int(0) ["errmsg"] => string(2) "ok" ["product"] => array(15) { ["product_id"] => string(9) "489529559" ["out_product_id"] => string(3) "240" ["title"] => string(33) "阿尔法蛋自由练习本套装" ["img_url"] => string(156) "https://store.mp.video.tencent-cloud.com/161/20304/snscosdownload/SH/reserved/63b8eac90000c43a08274908b434b00b000000a100004f50?imageView2/1/w/800/h/800/q/50" ["third_category_id"] => string(4) "6755" ["status"] => int(2) ["market_price"] => int(3900) ["selling_price"] => int(3900) ["stock"] => int(992) ["appid"] => string(18) "****隐藏****" ["page_path"] => array(3) { ["appid"] => string(18) "****隐藏****" ["half_page_path"] => string(42) "/pages/goodsdetail/goodsdetail.html?id=240" ["full_page_path"] => string(42) "/pages/goodsdetail/goodsdetail.html?id=240" } ["platform_id"] => int(10000000) ["platform_name"] => string(16) "**优选plus" ["is_hide_for_window"] => bool(false) ["banned_details"] => array(0) { } } } 视频号助手 - 商品橱窗 那里也是无法上架,全部商品都是:禁止售卖,不知道怎么调试了。。。
2023-01-09 - 订阅消息报 "errcode":47003,"errmsg":"argument invalid?
{"touser":"o3owa5WbIZBZJuDs8GWaALhVw-hQ","template_id":"9pBs7AyvP72dXQoGU8mhVbiiQag6dRsLcgebIuNsJEM","page":"pages\/index\/index","data":{"thing3":{"value":"【1000046】乐百氏矿泉水x1"},"thing4":{"value":"张三"},"thing1":{"value":"日月大道1501号(4号线中坝站成都妇女儿童医院旁)"},"time2":{"value":"2022-06-28 18:33:23"}}} 发送订阅消息返回: {"errcode":47003,"errmsg":"argument invalid! data.thing1.value invalid rid: 62bad8fc-09d9c3bd-2b3b7b9d"} 是因为thing1出现了敏感词吗?把“妇女儿童”过滤掉就可以发送。 但这是正常的地址:成都妇女儿童医院,怎么解?
2022-06-28 - 企业标签标签userid字符超过64个?
[图片] 提交的参数 {"external_userid":"wm5gHFCAAA-QH9glSzcwZNH4mzhfDNWQ","userid":"ShuangLiuJiuJiangFenJuXuDongAiHuaYingYeTingXianShangFuWuGuanJia_1","add_tag":["et5gHFCAAA_bSRaDR4TGaM8c5pj2zMUw"]} 返回报错: {"errcode":40058,"errmsg":"userid exceed max length 64. Invalid input invalid Request Parameter, hint: [1624265917_206_ebd31ef1cd795ea91423a9ed5828b51d], from ip: , more info at https://open.work.weixin.qq.com/devtool/query?e=40058"} 可是这个userid是你们返回的就有66位啊,打标签的时候又提示的不能超过64位???
2021-06-21 - IOS下蓝牙不正常 setNotifyOnCharacteristics error 10007?
蓝牙监听不一致,几天了都没解决,求助!! 同样的代码,同一个设备,安卓没有问题,但IOS就会报: notifyBLECharacteristicValueChange:fail setNotifyOnCharacteristics error 10007 var that = this; wx.notifyBLECharacteristicValueChange({ state: true, // 启用 notify 功能 deviceId: that.data.deviceId, serviceId: that.data.serviceId, characteristicId: that.data.notifyCharacteristicId, success: function (res) { console.log('[ok]8.2 notify启动成功', res.errMsg); console.log('[监听]' + that.data.deviceId + '--' + that.data.serviceId + '--' + that.data.notifyCharacteristicId); that.onBLECharacteristicValueChange(); //监听特征值变化 }, fail: function (res) { console.log('[ok]8.2 notify启动失败', res.errMsg); console.log('[监听]' + that.data.deviceId + '--' + that.data.serviceId + '--' + that.data.notifyCharacteristicId); wx.showToast({ title: 'notify启动失败', mask: true }); setTimeout(function () { wx.hideToast(); }, 2000) } [图片]
2021-05-07 - 阿里云香港主机token验证失败
开发者ID(AppID) wxcb39fb1ec39e0292 服务器是阿里云的香港主机(100%保证服务器是可以访问的,并且同样的代码在阿里云的国内主机上没有任何问题) 问题: 在服务器配置提交的时候,一直提示 {"base_resp":{"ret":200301,"err_msg":"check token request timeout"}} 或者 {"base_resp":{"ret":200302,"err_msg":"verify token fail"}} (经日志查询,点提交的时候服务器那边根本没有收到请求,怀疑是不是微信屏蔽了阿里云的香港主机,我服务器IP:47.244.218.xxx) [图片] 最近提交请求的时间为 2019-07-16 16:58左右。
2019-07-16