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

《微信小程序》, request 请求数据

时间:2020-04-04 20:27:56      阅读:96      评论:0      收藏:0      [点我收藏+]

标签:详情   fun   font   style   span   post   content   www   size   

wx.request({

      url: "路径",

      method: ‘post‘,

      header: {

        "Content-Type": "application/x-www-form-urlencoded"

      },

      data: {


      },

      success: function (res) {

        console.log(res)

      }

    })

  点击详情,本地设置,选择不校验合法域名 把这个勾选。

《微信小程序》, request 请求数据

标签:详情   fun   font   style   span   post   content   www   size   

原文地址:https://www.cnblogs.com/yetiezhu/p/12633645.html

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