返回接口列表
梅花易数
稳定版时间或数字起卦,推算本卦、互卦、变卦及五行生克
TOTAL_CALLS
0
AVG_LATENCY
55ms
VERSION
v1.0.0
接口测试
POST
https://skill.lookfate.com/v1/meihua测试参数
请求参数
| Parameter | Type | Required | Description |
|---|---|---|---|
| type | number | TRUE | 0=时间起卦,1=数字起卦 |
| time | number | TRUE | Unix 时间戳(秒) |
| number | number | FALSE | 数字起卦时的数字(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
}'