@@ -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) {