Authorization: Bearer ********************
{
"dataTime": "2025-02",
"qjz": 30,
"qjzTs": 50
}
curl --location --request POST '/sjzljc/plzchbExport' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataTime": "2025-02",
"qjz": 30,
"qjzTs": 50
}'
{
"msg": "string",
"code": 0,
"data": [
null
]
}