qq_慕粉9218331
2020-08-18 15:13
这个接口的url包含中文 一直获取不了数据
http://api.tianapi.com/txapi/ncovsame/index?key=0fee518a037bc0cc7f1708590bec32ed&no=哈尔滨公交28路
试试这样:
const url = 'http://api.tianapi.com/txapi/ncovsame/index?key=0fee518a037bc0cc7f1708590bec32ed&no=哈尔滨公交28路'
return await rp(encodeURI(url))
轻松入门微信小程序与云开发
64548 学习 · 1742 问题
相似问题