From 341e5a45951a2c3b339654f6c5d8251a045e27b6 Mon Sep 17 00:00:00 2001 From: wangwei01 Date: Wed, 8 May 2019 17:04:41 +0800 Subject: [PATCH] 1 --- webapp/controller/TeamController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/TeamController.class.php b/webapp/controller/TeamController.class.php index 13aa429..d13f74e 100644 --- a/webapp/controller/TeamController.class.php +++ b/webapp/controller/TeamController.class.php @@ -128,7 +128,7 @@ class teamController{ echo json_encode(array( 'errcode' => 0, 'errmsg' => '', - gg )); + )); } public function kickoutMember()