From ed825ebac32b75b4b9b9c3dc5da0a505db713300 Mon Sep 17 00:00:00 2001 From: wangwei01 Date: Mon, 22 Apr 2019 10:48:00 +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 7ff30d2..60c73e0 100644 --- a/webapp/controller/TeamController.class.php +++ b/webapp/controller/TeamController.class.php @@ -73,7 +73,7 @@ class teamController{ echo json_encode(array( 'errcode' => 0, 'errmsg'=> '', - 'team_uuid' => $_REQUSET['team_uuid'], + 'team_uuid' => $team_uuid, 'auto_fill' => $user_db['auto_fill'], 'member_list' => $member_list, ));