返回接口列表
紫微斗数
稳定版基于出生时间排紫微斗数命盘,包含十二宫、主星、辅星等完整信息
TOTAL_CALLS
0
AVG_LATENCY
50ms
VERSION
v1.0.0
接口测试
POST
https://skill.lookfate.com/v1/ziwei测试参数
请求参数
| Parameter | Type | Required | Description |
|---|---|---|---|
| solarDate | string | TRUE | 阳历日期,格式:YYYY-MM-DD |
| timeIndex | number | TRUE | 时辰索引 0-11(0=子时,1=丑时,...,11=亥时) |
| gender | string | TRUE | 性别:男 或 女 |
| fixLeap | boolean | FALSE | 立春定界,默认 true |
调用示例
curl -X POST "https://skill.lookfate.com/v1/ziwei" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-d '{
"solarDate": "1990-01-01",
"timeIndex": 6,
"gender": "男"
}'