数据驱动、坚持为客户提供有价值的服务和内容
在微信小程序的开发过程中,当需要请求第三方网站数据时,都是直接调用wx.request接口的:
xxxx:function(){ wx.request({ url: 'xxxxxxxxxx', data: {}, header: { 'content-type': 'application/json' }, success: function (r