| 
...
 | 
...
 | 
@@ -260,7 +260,7 @@ public function websiteHtml(Request $request) | 
| 
 | 
 | 
             "zip_count" => $zip_count
 | 
| 
 | 
 | 
         ];
 | 
| 
 | 
 | 
         $info = json_encode($info);
 | 
| 
 | 
 | 
         Redis::lpush('handle_html', $info);
 | 
| 
 | 
 | 
         Redis::lpush(env('REDIS_NAME','handle_html'), $info);
 | 
| 
 | 
 | 
         return $this->success();
 | 
| 
 | 
 | 
     }
 | 
| 
 | 
 | 
 
 | 
...
 | 
...
 | 
 |