wx.request({
        url: app.globalData.yzmUrl + "?method=sendsmsCode",
        method: 'POST',
        header: { 'content-type': 'application/x-www-form-urlencoded;charset=utf-8' },
        data: { phone: param.phone},
        success: function (data) {
          console.log(data);
        }
      });

wx.request({})使用POST请求,添加header属性{ 'content-type': 'application/x-www-form-urlencoded;charset=utf-8' }


晗宝
175 声望218 粉丝

一个男人要保护好:脚下的土地,家里的父母,怀里的女人,身边的兄弟!!!


下一篇 »
mysql知识图谱