Ken 3 hafta önce
ebeveyn
işleme
f5bd01227f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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) {