【求助】php下微信公众号接口开发,获取不到制定的session?
前台页面代码如下: public function test(){ $WechatOauth=new WechatOauth() $WechatOauth->getOpenid() } 后台代码如下: public function getO…
微信公众号通过客服消息接口发送的视频素材无法播放?
问题描述 通过客服接口发送的视频,在pc端正常移动端无法播放,点进去之后只是个视频首帧的截图 相关代码 请求json是按照官方文档来的,发送是成功的…
微信开发,wx.config invalid signature?
1.当jsApiList:["chooseWXPay"]时,config:ok,能支付,一切ok。2.当jsApiList:["xxx"]时(xxx是除了chooseWXPay以外的任何api),都会invalid signatu…
微信1.4.0分享接口报错
项目引用jweixin-1.4.0.js做分享,但是报错{"errMsg":"updateAppMessageShareData:没有此SDK或暂不支持此SDK模拟"} const wx = require('./jweixin-1…
微信js 已经填写JS接口安全域名了,为啥还报invalid url domain这个错?
JS接口安全域名只要填写像这样的abc.com然后在http://abc.com/index.php?a=index&c=index的页面都是可以的吧?我的怎么就报invalid url domain这…
微信小程序使用setdata改变对象数组中的某个属性值,
//点赞api.addLikeDiary(data).then((res)=>{ if (res.code == 0) { let index = event.currentTarget.dataset.index //下标 let isLike = this.da…
微信小程序request怎么添加token
getMenuInfo(){ wx.request({ url: 'https://appdb.hsltm.com/wxapi-web/indexPageDiaryCategory', data: {}, method: 'get', header: { 'content-ty…