{
"id": 1,
"sort": 10
}curl --location --request GET '/adminapi/kb.square/getConfig' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"sort": 10
}'{
"code": 1,
"show": 0,
"msg": "操作成功",
"data": {
"is_show_user": 1
}
}