Ken 2 weeks ago
parent
commit
71933a1a65
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

@@ -161,7 +161,7 @@ class Issue extends Controller
             if ($result['errorCode'] != 0) {
             if ($result['errorCode'] != 0) {
                 return $this->error(HttpStatus::CUSTOM_ERROR, '参数错误');
                 return $this->error(HttpStatus::CUSTOM_ERROR, '参数错误');
             }
             }
-            return $this->success($result);
+            return $this->success($result['data']['list']);
 
 
         }
         }
         if (explode(',', $winning_numbers) < 3) {
         if (explode(',', $winning_numbers) < 3) {