adjust
This commit is contained in:
parent
abb1da6401
commit
382310f7ac
@ -309,14 +309,12 @@ 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);
|
||||||
$_REQUEST['color_id'] = 0;
|
echo json_encode(array(
|
||||||
$this->exchangeBagItem();
|
'errcode' => 0,
|
||||||
// echo json_encode(array(
|
'errmsg' => '',
|
||||||
// 'errcode' => 0,
|
'item_id' => $item_id,
|
||||||
// 'errmsg' => '',
|
'color_id' => 0
|
||||||
// 'item_id' => $item_id,
|
));
|
||||||
// 'color_id' => 0
|
|
||||||
// ));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function freeGetItem()
|
public function freeGetItem()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user