返回接口列表
八字命理
稳定版根据出生时间排四柱八字,包含大运、流年、十神等
TOTAL_CALLS
4
AVG_LATENCY
510ms
VERSION
v1.0.0
接口测试
POST
https://skill.lookfate.com/v1/bazi测试参数
请求参数
| Parameter | Type | Required | Description |
|---|---|---|---|
| time | number | TRUE | Unix 时间戳(秒) |
| gender | number | TRUE | 0=男,1=女 |
| zaoWan | boolean | TRUE | 早晚子时开关 |
调用示例
curl -X POST "https://skill.lookfate.com/v1/bazi" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-d '{
"time": 1710748800,
"gender": 0,
"zaoWan": false
}'