This commit is contained in:
wangwei01 2019-04-22 10:48:00 +08:00
parent 362cea871b
commit ed825ebac3

View File

@ -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,
));