|
|
@@ -170,7 +170,7 @@ class Issue extends Controller
|
|
|
}
|
|
|
}
|
|
|
if (empty($winning_numbers)) {
|
|
|
- return $this->error(HttpStatus::CUSTOM_ERROR, '自动开奖失败,请使用手动开奖');
|
|
|
+ return $this->error(HttpStatus::CUSTOM_ERROR, '未查询到开奖信息,请手动开奖');
|
|
|
}
|
|
|
}
|
|
|
if (explode(',', $winning_numbers) < 3) {
|