Why is the printed data an illegal operation?
桃月初九
桃月初九 2020-05-04 10:50:37
0
0
1227

代码:login: function(){ wx.login({ success:function(res){ console.log(res.code) wx.request({ url:'https://xiaoyuan.0319zp.cn/interface.php/home/index/login', data:{ js_code:res.code}, header:{ 'content-type' : 'application/json' }, success:function(res){ console.log(res.data) } }) } }) }

桃月初九
桃月初九

reply all (0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!