|
|
@@ -161,7 +161,7 @@ class Issue extends Controller
|
|
|
if ($result['errorCode'] != 0) {
|
|
|
return $this->error(HttpStatus::CUSTOM_ERROR, '参数错误');
|
|
|
}
|
|
|
- return $this->success($result);
|
|
|
+ return $this->success($result['data']['list']);
|
|
|
|
|
|
}
|
|
|
if (explode(',', $winning_numbers) < 3) {
|