{
"data": {
"mpan": {
"name": "某人",
"sex": "1",
"datetype": "1",
"year": "2000",
"month": "1",
"day": "1",
"hour": "1",
"minute": "0",
"suntime": "0",
"prov": "广东省",
"city": "深圳市",
"area": "南山区",
"runyue": "0",
"runfen": "1",
"zishi": "1"
},
"info": {
"out_code": "ds_pp_01_01_001",
"out_opt": {
"title": "浩易宝排盘:",
"lang": "zh-cn",
"type": 0,
"part": ""
}
}
}
}
curl --location --request POST 'https://api.h189.cn/thws/output' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"mpan": {
"name": "某人",
"sex": "1",
"datetype": "1",
"year": "2000",
"month": "1",
"day": "1",
"hour": "1",
"minute": "0",
"suntime": "0",
"prov": "广东省",
"city": "深圳市",
"area": "南山区",
"runyue": "0",
"runfen": "1",
"zishi": "1"
},
"info": {
"out_code": "ds_pp_01_01_001",
"out_opt": {
"title": "浩易宝排盘:",
"lang": "zh-cn",
"type": 0,
"part": ""
}
}
}
}'
{
"code": 1,
"msg": "string",
"data": {
"info": "string"
}
}