Ken 3 주 전
부모
커밋
f5bd01227f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {