- 订阅消息推送时提示45168,有没有哪个接口能提前检测敏感词?
订阅消息只有在发送的时候,才能知道是否有敏感词,有没有哪个接口可以提前检测一下的? 用msg_sec_check的话,场景值应该怎么选?没有消息这个场景。
2024-02-28 - 第三方授权小程序,在提交审核的时候提示未配置隐私接口?
代码中含有ext.json未配置隐私接口wx.chooseLocation/wx.getLocation,请配置并申请权限或者承诺不使用这些接口(设置参数privacy_api_not_use为true)后再提交审核。 rid: 62d55431-1adc7ac8-6b03e201 我用get_privacy_interface查了,这些接口都是开通状态 [errcode] => 0 [errmsg] => ok [interface_list] => Array ( [0] => Array ( [api_name] => wx.getLocation [api_ch_name] => 获取当前的地理位置、速度 [api_desc] => 接口:wx.getLocation [status] => 5 [api_link] => https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.getLocation.html [group_name] => 地理位置 ) [1] => Array ( [api_name] => wx.getFuzzyLocation [api_ch_name] => 获取当前的模糊地理位置 [api_desc] => 接口:wx.getFuzzyLocation [status] => 5 [api_link] => https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.getFuzzyLocation.html [group_name] => 地理位置 ) [2] => Array ( [api_name] => wx.choosePoi [api_ch_name] => 打开 POI 列表选择位置 [api_desc] => 接口:wx.choosePoi [status] => 5 [api_link] => https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.choosePoi.html [group_name] => 地理位置 ) [3] => Array ( [api_name] => wx.startLocationUpdateBackground [api_ch_name] => 接收位置消息(前后台) [api_desc] => 接口:wx.startLocationUpdateBackground [status] => 5 [api_link] => https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.startLocationUpdateBackground.html [group_name] => 地理位置 ) [4] => Array ( [api_name] => wx.chooseLocation [api_ch_name] => 打开地图选择位置 [api_desc] => 接口:wx.chooseLocation [status] => 5 [api_link] => https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.chooseLocation.html [group_name] => 地理位置 ) [5] => Array ( [api_name] => wx.chooseAddress [api_ch_name] => 获取用户收货地址 [api_desc] => 接口:wx.chooseAddress [status] => 5 [api_link] => https://developers.weixin.qq.com/miniprogram/dev/api/open-api/address/wx.chooseAddress.html [group_name] => 地理位置 ) [6] => Array ( [api_name] => wx.startLocationUpdate [api_ch_name] => 接收位置消息(前台) [api_desc] => 接口:wx.startLocationUpdate [status] => 5 [api_link] => https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.startLocationUpdate.html [group_name] => 地理位置 ) [7] => Array ( [api_name] => wx.onLocationChange [api_ch_name] => 监听实时地理位置变化事件 [api_desc] => 接口:wx.onLocationChange [status] => 5 [api_link] => https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.onLocationChange.html [group_name] => 地理位置 ) ) ) </pre>
2022-07-18 - 自建应用消息提醒,签名失败
企业微信自建应用,开启消息提醒。 corpid: ww1f2b286b9ed5b8c0 agentid:1000012 我调试发现,event=change_external_contact的时候, 当ChangeType=edit_external_contact,能正常接受到消息 。ChangeType是新增客户的时候就提示签名错误了,请问可能是什么原因呢?
2021-02-23 - 微信支付分账,提示商户号不存在
已成功添加分账接收方,在对订单进行分账的时候,提示: INVALID_REQUEST 商户号不存在 我看到的返回结果里,mch_id,appid都已经返回了,还是提示商户号不存在是什么原因呢?
2020-04-03