1
This commit is contained in:
parent
19637fd825
commit
aaa0003b64
@ -193,6 +193,18 @@ class BigwheelController extends BaseAuthedController {
|
|||||||
array_push($data['grid_list'], $grid1);
|
array_push($data['grid_list'], $grid1);
|
||||||
array_push($data['grid_list'], $grid2);
|
array_push($data['grid_list'], $grid2);
|
||||||
myself()->_callModelStatic('MidData', 'setData', $key, json_encode($data));
|
myself()->_callModelStatic('MidData', 'setData', $key, json_encode($data));
|
||||||
|
{
|
||||||
|
$priceInfo = $this->getPriceInfo($data['drawed_times']);
|
||||||
|
if (empty($priceInfo)) {
|
||||||
|
myself()->_rspErr(500, 'server internal error');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
$info = array();
|
||||||
|
$this->fillInfo($info, $data, $priceInfo);
|
||||||
|
myself()->_rspData(array(
|
||||||
|
'info' => $info
|
||||||
|
));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function buyS()
|
public function buyS()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user