收藏
回答

开发中所有https接口用Postman能访问,用小程序就不能访问

框架类型 问题类型 API/组件名称 终端类型 操作系统 微信版本 基础库版本
小程序 Bug wx.request 微信iOS客户端 6.6.6 1.9.94

有人对https比较熟的吗
我的https接口用postman能访问,但是小程序就访问不了

接口如下
https://www.rqcf.net/api/RiskManagementAPI/Getall?pageindex=1

用GET方法



请求代码如下:

wx.request({

url: 'https://www.rqcf.net/api/RiskManagementAPI/Getall?pageindex=1',

data: {},

method: 'GET',

header: {

'content-type': 'application/json',

},

success: function (res) {

console.log("res", res);

}

});






回答关注问题邀请回答
收藏

4 个回答

登录 后发表内容