This commit is contained in:
wangwei01 2019-04-30 11:01:21 +08:00
parent 377e2683d5
commit 08157244c0
4 changed files with 7 additions and 7 deletions

View File

@ -15,7 +15,7 @@ class HangController{
return $conn; return $conn;
} }
public function GetHangReward() public function getHangReward()
{ {
$account_id = $_REQUEST['account_id']; $account_id = $_REQUEST['account_id'];
$conn = $this->getMysql($account_id); $conn = $this->getMysql($account_id);
@ -65,7 +65,7 @@ class HangController{
)); ));
} }
public function GetTime() public function getTime()
{ {
$account_id = $_REQUEST['account_id']; $account_id = $_REQUEST['account_id'];
$conn = $this->getMysql($account_id); $conn = $this->getMysql($account_id);

View File

@ -179,7 +179,7 @@ class QuestController{
)); ));
} }
public function QuestInfo() public function questInfo()
{ {
$account_id = $_REQUEST['account_id']; $account_id = $_REQUEST['account_id'];
$conn = $this->getMysql($account_id); $conn = $this->getMysql($account_id);
@ -277,7 +277,7 @@ class QuestController{
)); ));
} }
public function SubmitQuest() public function submitQuest()
{ {
$account_id = $_REQUEST['account_id']; $account_id = $_REQUEST['account_id'];
$quest_id = $_REQUEST['quest_id']; $quest_id = $_REQUEST['quest_id'];

View File

@ -15,7 +15,7 @@ class RankController{
return $conn; return $conn;
} }
public function RankInfo() public function rankInfo()
{ {
$account_id = $_REQUEST['account_id']; $account_id = $_REQUEST['account_id'];
$conn = $this->getMysql($account_id); $conn = $this->getMysql($account_id);

View File

@ -17,7 +17,7 @@ class RoleController{
return $conn; return $conn;
} }
public function RoleInfo() public function roleInfo()
{ {
$account_id = $_REQUEST['account_id']; $account_id = $_REQUEST['account_id'];
$conn = $this->getMysql($account_id); $conn = $this->getMysql($account_id);
@ -225,7 +225,7 @@ class RoleController{
)); ));
} }
public function HistoryRecord() public function historyRecord()
{ {
$account_id = $_REQUEST['account_id']; $account_id = $_REQUEST['account_id'];
$conn = $this->getMysql($account_id); $conn = $this->getMysql($account_id);