ZxcZxc123 2 years ago
parent
commit
1970b34ba5
1 changed files with 5 additions and 2 deletions
  1. 5 2
      app/system/controller/GroupController.php

+ 5 - 2
app/system/controller/GroupController.php

@@ -143,8 +143,11 @@ class GroupController extends BaseController
 //    }
 
 
-
-    public function updateAuditStatus()
+    /**
+     * 修改审核状态
+     * @return mixed
+     */
+    public function changeStatus()
     {
         $gr_id = Request::param('gr_id');
         $audit = Request::param('audit');