PHP版 微信小程序生成带参数小程序二维码图片 php接口+小程序demo
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