1
This commit is contained in:
parent
54c2229767
commit
03a885cc90
@ -33,6 +33,7 @@ class Bigwheel(object):
|
|||||||
['award', _common.Award(), '奖励信息'],
|
['award', _common.Award(), '奖励信息'],
|
||||||
['property_chg', _common.PropertyChg(), '属性变更'],
|
['property_chg', _common.PropertyChg(), '属性变更'],
|
||||||
['info', _common.BigwheelInfo(), '转盘信息'],
|
['info', _common.BigwheelInfo(), '转盘信息'],
|
||||||
|
['!prizes', [_common.BigwheelGrid()], '奖品列表']
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -273,7 +273,11 @@ class BigwheelController extends BaseAuthedController {
|
|||||||
myself()->_rspData(array(
|
myself()->_rspData(array(
|
||||||
'award' => $this->awardService->toDto(),
|
'award' => $this->awardService->toDto(),
|
||||||
'property_chg' => $this->propertyChgService->toDto(),
|
'property_chg' => $this->propertyChgService->toDto(),
|
||||||
'info' => $info
|
'info' => $info,
|
||||||
|
'prizes' => array(
|
||||||
|
$grid1,
|
||||||
|
$grid2
|
||||||
|
)
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user