BlankerL / DXY-COVID-19-Crawler

2019新型冠状病毒疫情实时爬虫及API | COVID-19/2019-nCoV Realtime Infection Crawler and API
https://lab.isaaclin.cn/nCoV/
MIT License
1.99k stars 400 forks source link

前端react框架调用api时常503的问题 #95

Closed QiaowenYoung closed 4 years ago

QiaowenYoung commented 4 years ago

发现在调用area和provinceName这两个api的时候总是503,可以说从未成功过。使用react框架,调用方法就是fetch(url).then(res => res.json()).then(data => {//处理data})。不知道为什么会这样。

BlankerL commented 4 years ago

麻烦参考#63,看看是不是这个问题。

QiaowenYoung commented 4 years ago

好的,谢谢