FWQ
微信开发跳坑之Post请求
1.post请求 wx.request(object)wx.request发起的是 https 请求。一个微信小程序,同时只能有5个网络请求连接。官网上描述 参数名 类型 必填 说明 url 是 开发者服务器接口地址 data Object、String 否 请求的参数 header Object 否 设置请求的 header , header 中不能设置 Referer method String 否 默认为…