Files
TVBoxSE/Course/360热搜.json
T
2022-12-02 13:36:22 +08:00

27 lines
556 B
JSON

热搜关键字失效的可以把下面这段加到配置文件
// 360 热搜api
"hotSearch": [{
"name": "mobilesearch",
"request": {
"method": "GET",
"header": [
{
"key": "Referer",
"value": "https://www.360kan.com/"
}
],
"url": {
"raw": "https://api.web.360kan.com/v1/query/addef?ver=2&t={time}"
}
},
"response": {
"result": "$.data",
"data": [
{
"key": "keyword",
"value": "title"
}
]
}
}],