adjust
This commit is contained in:
parent
92b38404e2
commit
355b5f079c
@ -309,12 +309,14 @@ class BagController{
|
|||||||
$addreward = new classes\AddReward();
|
$addreward = new classes\AddReward();
|
||||||
$ptime = $this->getParameter(RECOMMEND_TIME);
|
$ptime = $this->getParameter(RECOMMEND_TIME);
|
||||||
$addreward->addReward($item_id, 1, $account_id, $ptime['param_value'], 0);
|
$addreward->addReward($item_id, 1, $account_id, $ptime['param_value'], 0);
|
||||||
echo json_encode(array(
|
$_REQUEST['color_id'] = 0;
|
||||||
'errcode' => 0,
|
$this->exchangeBagItem();
|
||||||
'errmsg' => '',
|
// echo json_encode(array(
|
||||||
'item_id' => $item_id,
|
// 'errcode' => 0,
|
||||||
'color_id' => 0
|
// 'errmsg' => '',
|
||||||
));
|
// 'item_id' => $item_id,
|
||||||
|
// 'color_id' => 0
|
||||||
|
// ));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function freeGetItem()
|
public function freeGetItem()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user