1
This commit is contained in:
parent
ebc1cb94f2
commit
e44922ab6a
@ -892,6 +892,12 @@ class BagController extends BaseAuthedController {
|
||||
$this->_rspErr(201, "alreay use");
|
||||
return ;
|
||||
}
|
||||
$this->_decItems(array(
|
||||
array(
|
||||
'item_id' => $itemMeta['id'],
|
||||
'item_num' => 1
|
||||
)
|
||||
));
|
||||
LuckySymbol::add();
|
||||
myself()->_rspOk();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user