refactor: establish standalone application boundary

This commit is contained in:
leefer
2026-08-03 21:42:25 +08:00
parent cc5fb8d73e
commit e1e76cd51e
324 changed files with 63090 additions and 44743 deletions
@@ -0,0 +1,42 @@
[
{
"name": "heaven setup awaiting stock selection",
"method": "GET",
"endpoint": "/api/heaven/setup?trade_date=2026-07-29",
"payload": null
},
{
"name": "trend interpretation history",
"method": "GET",
"endpoint": "/api/heaven/readings?mode=trend&limit=20",
"payload": null
},
{
"name": "fortune interpretation history",
"method": "GET",
"endpoint": "/api/heaven/readings?mode=fortune&limit=20",
"payload": null
},
{
"name": "heart interpretation history",
"method": "GET",
"endpoint": "/api/heaven/readings?mode=heart&limit=20",
"payload": null
},
{
"name": "six-line hexagram calculation",
"method": "POST",
"endpoint": "/api/heaven/hexagram",
"payload": {
"lines": [7, 8, 9, 6, 7, 8]
}
},
{
"name": "personal five-phase calculation",
"method": "POST",
"endpoint": "/api/heaven/personal",
"payload": {
"trade_date": "2026-07-29"
}
}
]