{
"fields": [
"string"
],
"paramsList": [
{
"key": {}
}
]
}
curl --location --request POST 'http://localhost:8505/icvs-bmp-base/place/multiGet' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fields": [
"string"
],
"paramsList": [
{
"key": {}
}
]
}'
{
"returncode": "",
"data": [
{
"id": 0,
"entid": "",
"dbsplitcode": "",
"creator": "",
"createtime": "",
"modifier": "",
"modifytime": "",
"shopid": "",
"placetypeid": "",
"placeid": "",
"placename": "",
"flag": ""
}
],
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}