修改权限配置
This commit is contained in:
parent
bea3e43937
commit
f8f20ab955
@ -7,11 +7,21 @@ return [
|
||||
'domain' => '',
|
||||
|
||||
/**
|
||||
* 权限不验证 get 请求
|
||||
* 权限配置
|
||||
*
|
||||
*/
|
||||
'permissions' => [
|
||||
/**
|
||||
* get 请求不验证
|
||||
*/
|
||||
'is_allow_get' => true,
|
||||
|
||||
/**
|
||||
* 超级管理员 ID
|
||||
*
|
||||
*/
|
||||
'super_admin_id' => 1,
|
||||
],
|
||||
/**
|
||||
* auth 认证
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user