https://developers.weixin.qq.com/miniprogram/dev/api/network/request/wx.request.html
3.1、网络请求设置
wx.request(OBJECT)
发起 HTTPS 网络请求,上线时一定要有https服务器,但在本机开发时可以没有https服务器
测试支持的并数请求数5个
HTTPS 证书必须有效 而且是TLS1.2及以上版本
最好要设置一下 app.json中request请求的超时时间
开发环境中设置开发工具,允许非http接口能够使用
上线时,需要有https的接口服务,并且需要在小程序官方后台中设置接口域名
修改设置