Authorization: Bearer ********************curl --location --globoff '/api/common/permission/has-personalized-service-list?arc_code={{arc_code}}&system_code={{system_code}}&town_code=500112011000' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: Bearer <token>'{
"message": "操作成功",
"code": 200,
"data": [
{
"label": "黄山社区",
"value": "500112011011"
}
]
}