lgy 6 days ago
parent
commit
5815257ecd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jcjyhr/extend/ba/Auth.php

+ 1 - 1
jcjyhr/extend/ba/Auth.php

@@ -193,7 +193,7 @@ class Auth
             ->toArray();
         foreach ($rules as $key => $rule) {
             if (!empty($rule['KEEPALIVE'])) {
-                $rules[$key]['KEEPALIVE'] = $rule['name'];
+                $rules[$key]['KEEPALIVE'] = $rule['NAME'];
             }
         }