1
This commit is contained in:
parent
720f086400
commit
a1a098d15d
@ -37,10 +37,14 @@ class BoxController extends BaseAuthedController {
|
|||||||
public function requestReward()
|
public function requestReward()
|
||||||
{
|
{
|
||||||
$this->_rspData(array(
|
$this->_rspData(array(
|
||||||
"item_list" => array()
|
"item_list" => array(
|
||||||
|
'item_id' => V_ITEM_GOLD,
|
||||||
|
1000
|
||||||
|
)
|
||||||
));
|
));
|
||||||
$payload = '';
|
$payload = '';
|
||||||
return;
|
return;
|
||||||
|
/*
|
||||||
$userInfo = $this->_getOrmUserInfo();
|
$userInfo = $this->_getOrmUserInfo();
|
||||||
if (!$userInfo) {
|
if (!$userInfo) {
|
||||||
$this->_rspErr(1, 'Without this player1');
|
$this->_rspErr(1, 'Without this player1');
|
||||||
@ -85,7 +89,7 @@ class BoxController extends BaseAuthedController {
|
|||||||
}
|
}
|
||||||
$this->_rspData(array(
|
$this->_rspData(array(
|
||||||
"items" => $item
|
"items" => $item
|
||||||
));
|
));*/
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user