JsonBird
JsonBird copied to clipboard
🐣A remote data interface proxy service | 一个远程数据接口代理服务
请求: $.ajax({ url: "https://bird.ioliu.cn/v2/?url=https://dataapi.joinquant.com/apis", type: 'POST', data: JSON.stringify({ "method": "get_concepts", "token": "5b6a9ba1b2f072b726667f2f", "code": "sw_l1", }), } 响应: error: invalid character '%' looking for beginning of value
网易云疑似被风控
本地起了一个 JsonBird 请求网易云无法返回音乐mp3直连  但是使用wiki提供的接口可以获取 本来是正常的 今天突然就不行了 感谢帮助
post请求,content-type为application/json时,无法传参数,参数结构为: ` { "msgtype": "text", "text": { "content": "我就是我, 是不一样的烟火@156xxxx8827" }, "at": { "atMobiles": [ "156xxxx8827", "189xxxx8325" ], "isAtAll": false } } `
你好, 在代码中发起get请求: 无法正常返回数据 如下图   post请求就正常返回数据  get请求试过在代码中用encodeURIComponent encodeURI 编码均不起作用 想问下这是什么情况呢?
例如百度搜索建议接口返回数据是gbk格式:http://suggestion.baidu.com/su?wd=%E6%B5%8B%E8%AF%95 经过转发之后中文变成乱码:https://bird.ioliu.cn/v1?url=http://suggestion.baidu.com/su?wd=%E8%AE%BE%E8%AE%A1
天气接口返回空