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