curl --location --request GET 'http://www.likeadmin.localhost/adminapi/config/getAuth' \
--header 'token: {{token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"root": 0,
"auth": {
"/workbench/index": [
"view"
],
"/permissions/admin/index": [
"view",
"auth_all"
],
"/permissions/role/index": [
"view",
"auth_all"
],
"/setting/website/information": [],
"/setting/website/filing": [],
"/setting/system/environment": []
}
}
}