{
"id": 0,
"count": 0,
"customerNo": 0,
"cityLevel": "string",
"content": "string",
"creater": 0,
"modifier": 0,
"createTime": "string",
"updateTime": "string",
"sort": 0,
"cityLevelCode": "string"
}curl --location --request POST '/cps/customer/travelRule/synAllCity' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"count": 0,
"customerNo": 0,
"cityLevel": "string",
"content": "string",
"creater": 0,
"modifier": 0,
"createTime": "string",
"updateTime": "string",
"sort": 0,
"cityLevelCode": "string"
}'{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": [
{
"id": 0,
"customerNo": 0,
"cityLevel": "",
"cityLevelCode": "",
"content": "",
"count": 0,
"creater": 0,
"sort": ""
}
]
}