我在Android上面临AxiosError: Network Error
问题,但在iOS上运行良好。error-- [AxiosError:网络错误]"axios": "^1.3.4",
"react-native": "0.68.2",
但在 Postman 身上却奏效了。
const URL ="https://helpdesk.plymouthplace.us"
axios.get(URL + "/api/v1/helpdesk/url",{params:{ 'url': URL}})
.then((response) => {
console.log('response--', response.data)
}).catch((error) => {
console.log('error--', error)
});
1条答案
按热度按时间gxwragnw1#
我在API请求中发现了SSL证书问题(* SSL证书问题:无法获取本地颁发者证书
任何人都有一些关于它的想法。