返回接口列表

小六壬

稳定版

简易占卜术,通过三个数字推算吉凶

TOTAL_CALLS

0

AVG_LATENCY

30ms

VERSION

v1.0.0

接口测试

POSThttps://skill.lookfate.com/v1/xiaoliuren
测试参数

请求参数

ParameterTypeRequiredDescription
num1numberTRUE第一个数字 1-100
num2numberTRUE第二个数字 1-100
num3numberTRUE第三个数字 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
}'