https://www.chsi.com.cn/xlcx/bgcx.jsp
wx.request({
// post方法
// url: 'https://yiyan.baidu.com/',
url: 'https://www.chsi.com.cn/xlcx/bgcx.jsp',
method: 'GET',
success: (res)=>{
console.log(res);
},
fail: (res)=>{
console.log(res);
}
})
GET https://www.chsi.com.cn/xlcx/bgcx.jsp 412 (Precondition Failed)
(env: Windows,mp,1.06.2402021; lib: 3.0.2)