Ken 2 weeks ago
parent
commit
f5bd01227f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/admin/Issue.php

+ 1 - 1
app/Http/Controllers/admin/Issue.php

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