返回接口列表

六爻占卜

稳定版

通过摇卦或数字起卦,排六爻卦象,包含本卦、变卦、伏神等

TOTAL_CALLS

7

AVG_LATENCY

414ms

VERSION

v1.0.0

接口测试

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

请求参数

ParameterTypeRequiredDescription
yaosarrayTRUE六个爻值数组,每个值为 6、7、8 或 9
timenumberTRUEUnix 时间戳(秒)
typenumberTRUE0=时间起卦,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
}'