first commit

This commit is contained in:
T00700
2022-12-02 13:36:22 +08:00
commit 236efd9a7f
1515 changed files with 326020 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
// 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"
}
]
}
}],