返回接口列表
六爻占卜
稳定版通过摇卦或数字起卦,排六爻卦象,包含本卦、变卦、伏神等
TOTAL_CALLS
7
AVG_LATENCY
414ms
VERSION
v1.0.0
接口测试
POST
https://skill.lookfate.com/v1/liuyao测试参数
请求参数
| Parameter | Type | Required | Description |
|---|---|---|---|
| yaos | array | TRUE | 六个爻值数组,每个值为 6、7、8 或 9 |
| time | number | TRUE | Unix 时间戳(秒) |
| type | number | TRUE | 0=时间起卦,1=其他方式 |
调用示例
curl -X POST "https://skill.lookfate.com/v1/liuyao" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-d '{
"yaos": [
7,
8,
9,
6,
7,
8
],
"time": 1710748800,
"type": 0
}'