在小程序中怎样调用本地接口
时间:2020-09-11 02:00:05
作者:重庆seo小潘
来源:
1、点击详情,并勾选项目设置中最后一行。 2、用小程序请求本地的后台服务接口wx.request({url: http://localhost:8090/DemoProject/myTest.do,data:{},method:POST,header: {content-type: application/x-www-form-urlencoded},success: function (res) {co
1、点击详情,并勾选项目设置中最后一行。
2、用小程序请求本地的后台服务接口wx.request({url: 'http://localhost:8090/DemoProject/myTest.do',data:{},method:'POST',header: {'content-type': 'application/x-www-form-urlencoded'},success: function (res) {console.log(res.data)}})推荐教程:小程序开发教程以上就是在小程序中怎样调用本地接口的详细内容,更多请关注小潘博客其它相关文章!