This commit is contained in:
aozhiwei 2024-10-15 17:13:11 +08:00
parent 36617c1e4c
commit a81757dbeb

View File

@ -892,6 +892,8 @@ class BagController extends BaseAuthedController {
$this->_rspErr(201, "alreay use");
return ;
}
LuckySymbol::add();
myself()->_rspOk();
}
}