From cd2632ba1944c30881855f893f4209108b728af5 Mon Sep 17 00:00:00 2001 From: wangwei01 Date: Fri, 23 Aug 2019 19:21:39 +0800 Subject: [PATCH] 1 --- webapp/controller/RoleController.class.php | 2 ++ 1 file changed, 2 insertions(+) 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'] )); } }