This commit is contained in:
aozhiwei 2024-10-16 14:53:54 +08:00
parent 9881232483
commit 3d9b4f3b11

View File

@ -899,7 +899,10 @@ class BagController extends BaseAuthedController {
) )
)); ));
LuckySymbol::add(); LuckySymbol::add();
myself()->_rspOk(); $this->_rspData(array(
'award' => $this->awardService->toDto(),
'property_chg' => $this->propertyChgService->toDto(),
));
} }
} }