1.代码演示
curl -X 'POST' \
'http://c2n.e-123.cn:8081/api/lunar' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"year": 2024,
"month": 4,
"day": 23,
"hour": 9,
"minute": 51
}'
2.返回数据

curl -X 'POST' \
'http://c2n.e-123.cn:8081/api/lunar' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"year": 2024,
"month": 4,
"day": 23,
"hour": 9,
"minute": 51
}'
