search

Home  >  Q&A  >  body text

Why is the printed data an illegal operation?

代码: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)          }        })      }    })  }

桃月初九桃月初九1667 days ago1354

reply all(0)I'll reply

No reply
  • Cancelreply