This commit is contained in:
aozhiwei 2024-10-16 14:19:16 +08:00
parent ebc1cb94f2
commit e44922ab6a

View File

@ -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();
}