1
This commit is contained in:
parent
46f8bda768
commit
c1373ae1a8
@ -502,7 +502,8 @@ class UserController extends BaseAuthedController {
|
||||
'item_id' => $itemId,
|
||||
'item_num' => $itemNum,
|
||||
'item_type' => $itemMeta['type'],
|
||||
'item_sub_type' => $itemMeta['sub_type']
|
||||
'item_sub_type' => $itemMeta['sub_type'],
|
||||
'has_lucky_symbol' => myself()->_callModelStatic('LuckySymbol', 'hasLuckySymbol'),
|
||||
));
|
||||
} else {
|
||||
myself()->_rspErr(1, 'item_id not found');
|
||||
|
Loading…
x
Reference in New Issue
Block a user