1
This commit is contained in:
parent
377e2683d5
commit
08157244c0
@ -15,7 +15,7 @@ class HangController{
|
||||
return $conn;
|
||||
}
|
||||
|
||||
public function GetHangReward()
|
||||
public function getHangReward()
|
||||
{
|
||||
$account_id = $_REQUEST['account_id'];
|
||||
$conn = $this->getMysql($account_id);
|
||||
@ -65,7 +65,7 @@ class HangController{
|
||||
));
|
||||
}
|
||||
|
||||
public function GetTime()
|
||||
public function getTime()
|
||||
{
|
||||
$account_id = $_REQUEST['account_id'];
|
||||
$conn = $this->getMysql($account_id);
|
||||
|
@ -179,7 +179,7 @@ class QuestController{
|
||||
));
|
||||
}
|
||||
|
||||
public function QuestInfo()
|
||||
public function questInfo()
|
||||
{
|
||||
$account_id = $_REQUEST['account_id'];
|
||||
$conn = $this->getMysql($account_id);
|
||||
@ -277,7 +277,7 @@ class QuestController{
|
||||
));
|
||||
}
|
||||
|
||||
public function SubmitQuest()
|
||||
public function submitQuest()
|
||||
{
|
||||
$account_id = $_REQUEST['account_id'];
|
||||
$quest_id = $_REQUEST['quest_id'];
|
||||
|
@ -15,7 +15,7 @@ class RankController{
|
||||
return $conn;
|
||||
}
|
||||
|
||||
public function RankInfo()
|
||||
public function rankInfo()
|
||||
{
|
||||
$account_id = $_REQUEST['account_id'];
|
||||
$conn = $this->getMysql($account_id);
|
||||
|
@ -17,7 +17,7 @@ class RoleController{
|
||||
return $conn;
|
||||
}
|
||||
|
||||
public function RoleInfo()
|
||||
public function roleInfo()
|
||||
{
|
||||
$account_id = $_REQUEST['account_id'];
|
||||
$conn = $this->getMysql($account_id);
|
||||
@ -225,7 +225,7 @@ class RoleController{
|
||||
));
|
||||
}
|
||||
|
||||
public function HistoryRecord()
|
||||
public function historyRecord()
|
||||
{
|
||||
$account_id = $_REQUEST['account_id'];
|
||||
$conn = $this->getMysql($account_id);
|
||||
|
Loading…
x
Reference in New Issue
Block a user