PHP版 微信小程序生成带参数小程序二维码图片 php接口+小程序demo

小程序端js代码

getcodes:function(){
var that=this
wx.request({
  url: 'http://www.gecodes.com/codes.php',
  data:{
    id:1,
    path:'pages/detail/detail?id=1'
  },
  method:'GET',
  success:function(res){
    that.setData({
      imgurl: "http://www.gecodes.com/" + res.data[0]+'.jpg',
      cs: '二维码携带参数为:' + res.data[1]
    })
  }
})
  },

demo源码进群交流 372667101


PHP版 微信小程序生成带参数小程序二维码图片 php接口+小程序demo

相关文章:

  • 2022-12-23
  • 2021-07-30
  • 2021-08-16
  • 2021-12-13
  • 2021-12-23
  • 2021-12-26
  • 2021-10-15
猜你喜欢
  • 2021-07-20
  • 2021-09-15
  • 2021-12-05
  • 2021-12-12
  • 2022-12-23
相关资源
相似解决方案