{
"encodeWhere":"",
"msgList":[1,2,3]
}
curl --location --request POST '/api/ImportExport/GetIdWhere' \
--header 'Content-Type: application/json' \
--data-raw '{
"encodeWhere":"",
"msgList":[1,2,3]
}'
{
"errcode": 0,
"errmsg": "string",
"result": "string"
}