收藏
回答

47001

wx.request({

url: 'https://api.weixin.qq.com/wxa/getwxacode?access_token=' + access_token,

method: 'POST',

header: {

'content-type': 'application/json;application/x-www-form-urlencoded;charset=utf-8',

},

data: {

"path": "pages/index2?id=123",

"width": 430

},

success: function (res) {

console.log('二维码成功', res)

},

fail: function (res) {

console.log('二维码失败', res)

}


})




    一直返回errcode47001errmsg"data format error hint: [CdZf4a09431518]"

回答关注问题邀请回答
收藏

2 个回答

  • 楚彤     💋
    楚彤 💋
    2018-06-29

    好的,谢谢

    2018-06-29
    有用
    回复
  • 疯狂的小辣椒
    疯狂的小辣椒
    2018-06-29

    你好,
    出于安全考虑,是不允许把给小程序后台调用的接口放在前端调用的

    2018-06-29
    有用
    回复
登录 后发表内容