ZxcZxc123 2 năm trước cách đây
mục cha
commit
1970b34ba5
1 tập tin đã thay đổi với 5 bổ sung2 xóa
  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');