Authorization: Bearer ********************{
"zb": "yyeLj",
"surveyObjCodes": ["91370900724988077B", "91370900MA3NEWCP8W", "91310116MA1J9NP74R"],
"queryType": 2
}curl --location --request POST '/my/zdqy/dqydzb' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"zb": "yyeLj",
"surveyObjCodes": ["91370900724988077B", "91370900MA3NEWCP8W", "91310116MA1J9NP74R"],
"queryType": 2
}'{
"msg": "string",
"code": 0,
"data": {
"surveyObjCodes": [
"string"
],
"surveyObjNames": [
"string"
],
"dataTimes": [
"string"
],
"qyZbData": [
{
"zbData": [
"string"
]
}
]
}
}