android手机fail ssl hand shake error
- 当前 Bug 的表现(可附上截图)
iphone手机可以访问,Android手机不行,华为荣耀10,一加和小米都不行。
- 预期表现
可以正常访问
- 复现路径
访问url失败。
- 提供一个最简复现 Demo
wx.request({
url: “https://www.zhigoumao.cn/admin/Internalrequest/migrateBox/boxId/”
method: ‘POST’,
data: {
action: “boxRoutertoXiaoef”,
boxId: boxId,
customerId: customerId,
customizeUrl: customizeUrl,
projectName: projectName,
},
header: {
“content-type”: “application/x-www-form-urlencoded”
},