This commit is contained in:
aozhiwei 2024-10-18 17:37:54 +08:00
parent 62dcaf3af4
commit ec54527292

View File

@ -520,6 +520,7 @@ class UserController extends BaseAuthedController {
'item_type' => $itemMeta['type'],
'item_sub_type' => $itemMeta['sub_type'],
'has_lucky_symbol' => $hasLuckySymbol,
'total_lucky' => Hero::getAccountLuckyTemp(),
));
} else {
myself()->_rspErr(1, 'item_id not found');