返回接口列表

灵棋经

稳定版

古代占卜术,通过投掷十二枚棋子得出125种卦象

TOTAL_CALLS

2

AVG_LATENCY

5ms

VERSION

v1.0.0

接口测试

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

请求参数

ParameterTypeRequiredDescription
modestringTRUEauto=自动投掷,manual=手动排列
uppernumberFALSE上组朝上数量 0-4(manual 模式必需)
middlenumberFALSE中组朝上数量 0-4(manual 模式必需)
lowernumberFALSE下组朝上数量 0-4(manual 模式必需)

调用示例

curl -X POST "https://skill.lookfate.com/v1/lingqijing" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -d '{
  "mode": "auto"
}'