Authorization: Bearer ********************
{}
curl --location -g --request GET '/api/enum/task-handle-close?arc_code={{arc_code}}&system_code={{system_code}}' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: std_token3ff405973ea91aa5884f7a4560b838f5' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"message": "操作成功",
"code": 200,
"data": [
{
"key": 1,
"value": "无法联系居民"
},
{
"key": 2,
"value": "拒绝服务"
},
{
"key": 3,
"value": "自定义"
}
]
}