返回接口列表

梅花易数

稳定版

时间或数字起卦,推算本卦、互卦、变卦及五行生克

TOTAL_CALLS

0

AVG_LATENCY

55ms

VERSION

v1.0.0

接口测试

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

请求参数

ParameterTypeRequiredDescription
typenumberTRUE0=时间起卦,1=数字起卦
timenumberTRUEUnix 时间戳(秒)
numbernumberFALSE数字起卦时的数字(2-9位)

调用示例

curl -X POST "https://skill.lookfate.com/v1/meihua" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -d '{
  "type": 1,
  "time": 1710748800
}'