1
This commit is contained in:
parent
71b80cafd5
commit
0b87251841
@ -341,7 +341,10 @@ class BigwheelController extends BaseAuthedController {
|
|||||||
'property_chg' => $this->propertyChgService->toDto(),
|
'property_chg' => $this->propertyChgService->toDto(),
|
||||||
'info' => $info
|
'info' => $info
|
||||||
));
|
));
|
||||||
//myself()->_fireEvent('Bigwheel', 'onBuyOk', $info);
|
myself()->_fireEvent('Bigwheel', 'onBuyOk', array(
|
||||||
|
'grid_id' => $gridId,
|
||||||
|
'buy_price' => $gridRef['buy_price'],
|
||||||
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
private function getMidDataKey()
|
private function getMidDataKey()
|
||||||
|
@ -10,4 +10,8 @@ class Bigwheel
|
|||||||
myself()->_callServiceStatic('BigwheelService', 'onWinPrize', $grid1, $grid2);
|
myself()->_callServiceStatic('BigwheelService', 'onWinPrize', $grid1, $grid2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static function onBuyOk($gridId, $buyPrice)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user