songxingwei 2 years ago
parent
commit
d3b42dc93d
1 changed files with 10 additions and 0 deletions
  1. 10 0
      application/admin/controller/Auth.php

+ 10 - 0
application/admin/controller/Auth.php

@@ -110,6 +110,16 @@ class Auth extends Controller
     }
 
     /**
+     * 处理成功回调
+     */
+    public function _form_result($result,$data){
+        dump($data);
+        if ($result) {
+
+        }
+    }
+
+    /**
      * 刷新权限
      * @auth true
      */