|
@@ -27,6 +27,9 @@ class Issue extends BaseController
|
|
|
$data = json_decode($data,true);
|
|
$data = json_decode($data,true);
|
|
|
|
|
|
|
|
$data = array_reverse($data['data']);
|
|
$data = array_reverse($data['data']);
|
|
|
|
|
+ foreach ($data as &$item){
|
|
|
|
|
+ $item['keno'] = explode(',',$item['keno']);
|
|
|
|
|
+ }
|
|
|
return $this->success($data);
|
|
return $this->success($data);
|
|
|
}
|
|
}
|
|
|
|
|
|