返回接口列表
易林
稳定版焦氏易林4096卦辞查询,支持按卦名或爻值查询
接口测试
POST
https://skill.letfate.com/v1/yilin测试参数
请求参数
| Parameter | Type | Required | Description |
|---|---|---|---|
| mode | number | TRUE | 0=按卦名查询,1=按爻值查询 |
| benGua | string | FALSE | 本卦名(name 模式必需),如"乾""坤" |
| bianGua | string | FALSE | 变卦名(name 模式必需),如"坤""屯" |
| yaos | array | FALSE | 六个爻值数组(yaos 模式必需),每个值为 6/7/8/9 |
调用示例
curl -X POST "https://skill.letfate.com/v1/yilin" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-d '{
"mode": 0
}'