部分接口参数问题
Closed this issue · 6 comments
F-loat commented
新闻相关的接口有几个参数不太清楚是哪儿来的,有能力的人可以帮忙测下😋
ryh commented
getRelatedNews: (id) => request.get(`https://api.ithome.com/json/tags/0${id.substr(0, 3)}/${id}.json`),
这么写刚开始可以,后来开发者工具又报错了
F-loat commented
什么错误啊
ryh commented
你现在的是: getRelatedNews: (id) => request.get(https://api.ithome.com/json/tags/0350/${id}.json
),
所以有些news ID为 非350开头的必定服务器报404
实际相关新闻的API地址是
https://api.ithome.com/json/tags/0{id前3位}/{id}.json
F-loat commented
嗯,这个接口我处理下,当时没直接这么写是因为大多数都是 350,另外不懂他为什么要这么设计。。
F-loat commented
此项目仅作为 mpvue 开发示例,不再新增功能