这个接口的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))