diff --git a/webapp/controller/RoleController.class.php b/webapp/controller/RoleController.class.php index 669f9ff..f01c5f1 100644 --- a/webapp/controller/RoleController.class.php +++ b/webapp/controller/RoleController.class.php @@ -135,6 +135,7 @@ class RoleController{ 'pass_status' => 0, 'season_status' => 1, 'first_gift' => 0, + 'sum_coin' => 0 )); } else { echo json_encode(array( @@ -158,6 +159,7 @@ class RoleController{ 'pass_status' => $row['pass_status'], 'season_status' => $row['season_status'], 'first_gift' => $row['first_gift'], + 'sum_coin' => $row['sum_coin'] )); } }