27 lines
843 B
JSON
27 lines
843 B
JSON
{
|
|
"code": 200,
|
|
"message": "success",
|
|
"data": {
|
|
"description": "🍽️ 今天吃什么 - 智能筛选接口",
|
|
"version": "1.25.0",
|
|
"methods": [
|
|
"GET",
|
|
"POST"
|
|
],
|
|
"endpoints": {
|
|
"filter_steps": "?act=filter_steps",
|
|
"filter_steps_with_category": "?act=filter_steps&category=13",
|
|
"filter_apply": "?act=filter_apply&category=13&tag=2&count=5",
|
|
"detail_by_id": "?act=detail&id=1234",
|
|
"detail_by_title": "?act=detail&title=宫保鸡丁",
|
|
"detail_by_code": "?act=detail&code=CP001234",
|
|
"detail_fuzzy": "?act=detail&title=鸡丁&fuzzy=1"
|
|
},
|
|
"features": {
|
|
"dynamic_filter": "逐步筛选,越选越精准",
|
|
"random_recommend": "随机推荐,每次不同",
|
|
"multi_lookup": "支持ID/标题/编码查询"
|
|
}
|
|
},
|
|
"_query_time": "1294.92ms"
|
|
} |