官方给出的接口叫做wx.request,请求方式比较简单 wx.request({ url: 'test.php', //仅为示例,并非真实的接口地址 data: { x: '' , y: '' }, header: { 'content-type': 'application/json' }, success: function(res) { console.log(res.data)...
0 20
你这是复制粘贴
0 12