gpt4 book ai didi

react-native - 网络请求失败 - React Native - android

转载 作者:行者123 更新时间:2023-12-04 04:19:41 26 4
gpt4 key购买 nike

下面是我的Fetch代码:

return fetch('https://172.16.57.200:8080/cebip/financeProductList',{
method: 'GET',
headers: {
'Accept': 'application/json',
'Content-Type': 'application/json',
}
})
.then((response) => response.json())
.then((responseJson) => {
alert("hi");
console.log(responseJson);
})
.catch((error) => {
alert("error");
console.error(error);
});

我在 android 中收到以下错误:

网络请求失败- node_modules\whatwg-fetch\dist\fetch.umd.js:473:29 在 xhr.onerror- node_modules\event-target-shim\dist\event-target-shim.js:818:39 在 EventTarget.prototype.dispatchEvent- setReadyState 中的 node_modules\react-native\Libraries\Network\XMLHttpRequest.js:574:29- __didCompleteResponse 中的 node_modules\react-native\Libraries\Network\XMLHttpRequest.js:388:25- node_modules\react-native\Libraries\vendor\emitter\EventEmitter.js:190:12 发出- __callFunction 中的 node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:436:47- node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:111:26 在 __guard$argument_0- __guard 中的 node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:384:10- __guard$argument_0 中的 node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:110:17* [native code]:null in callFunctionReturnFlushedQueue

最佳答案

我将自己服务器的端口更改为 19001,它对我有用。如果您正在开发自己的服务器,也许您应该尝试这种方式。希望对你有用

关于react-native - 网络请求失败 - React Native - android,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59675634/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com