返回接口列表
小六壬
稳定版简易占卜术,通过三个数字推算吉凶
TOTAL_CALLS
0
AVG_LATENCY
30ms
VERSION
v1.0.0
接口测试
POST
https://skill.lookfate.com/v1/xiaoliuren测试参数
请求参数
| Parameter | Type | Required | Description |
|---|---|---|---|
| num1 | number | TRUE | 第一个数字 1-100 |
| num2 | number | TRUE | 第二个数字 1-100 |
| num3 | number | TRUE | 第三个数字 1-100(代表时辰) |
调用示例
curl -X POST "https://skill.lookfate.com/v1/xiaoliuren" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-d '{
"num1": 5,
"num2": 8,
"num3": 3
}'