api_configs.json•763 B
[
{
"api_name": "日记",
"api_url": "https://api.52vmy.cn/api/wl/yan/tiangou",
"method": "GET",
"request_format": {
"code": "number",
"msg": "string",
"content": "string"
},
"response_format": {
"code": "number",
"msg": "string",
"content": "string"
},
"description": "随机一个日记"
},
{
"api_name": "绕口令",
"api_url": "https://api.52vmy.cn/api/wl/yan/rao",
"method": "GET",
"request_format": {
"type": "string"
},
"response_format": {
"code": "number",
"msg": "string",
"data": {
"title": "string",
"msg": "string"
}
},
"description": "获取一个绕口令"
}
]