码迷,mamicode.com
首页 > 微信 > 详细

微信小程序的wx.request请求方法,标准写法

时间:2019-01-18 12:26:58      阅读:367      评论:0      收藏:0      [点我收藏+]

标签:http   out   test   127.0.0.1   header   微信小程序   ons   head   tput   

wx.request({
      url: https://127.0.0.1:8443/user/testRSA,//请求路径
      data:{
        column: output  //请求数据
      },
      header:{
        content-type:"application/json", //请求头
      },
      method:"POST", //请求方法
      dataType:"json",//请求类型
      success(data){  //请求成功的参数
        console.log(data);
      }
    })

 

微信小程序的wx.request请求方法,标准写法

标签:http   out   test   127.0.0.1   header   微信小程序   ons   head   tput   

原文地址:https://www.cnblogs.com/fuckingPangzi/p/10286565.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!