add:新增GET方法单独的认证标识

This commit is contained in:
JaguarJack
2020-10-12 12:22:05 +08:00
parent f17570deef
commit 3908c26e2c
3 changed files with 47 additions and 2 deletions

View File

@@ -22,6 +22,14 @@ return [
*
*/
'super_admin_id' => 1,
/**
* 方法认证标记
*
* 尽量使用唯以字符
*
*/
'method_auth_mark' => '@CatchAuth'
],
/**
* auth 认证