fix
This commit is contained in:
parent
ab40e9f27c
commit
a494eb1851
@ -211,10 +211,6 @@ class AdditemController{
|
|||||||
//兑换金币
|
//兑换金币
|
||||||
public function getCoin()
|
public function getCoin()
|
||||||
{
|
{
|
||||||
if (SERVER_ENV == _ONLINE) {
|
|
||||||
die();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
$accountid = $_REQUEST['account_id'];
|
$accountid = $_REQUEST['account_id'];
|
||||||
//登录校验
|
//登录校验
|
||||||
$login = loginVerify($accountid, $_REQUEST['session_id']);
|
$login = loginVerify($accountid, $_REQUEST['session_id']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user