cqp 1 miesiąc temu
rodzic
commit
7c6d159579
2 zmienionych plików z 2 dodań i 1 usunięć
  1. 1 1
      app/Jobs/ManDeviceJobLf.php
  2. 1 0
      config/ip.php

+ 1 - 1
app/Jobs/ManDeviceJobLf.php

@@ -27,7 +27,7 @@ class ManDeviceJobLf implements ShouldQueue
     public function __construct($data)
     {
         $this->data = $data;
-        $this->url = config('ip.zslf');
+        $this->url = config('ip.zslfip');
     }
 
     public $device = "0140142407030000927124847284,0140142407030000927124847285,0140142407030000927124847286,0140142407030000927124847287,0140142407030000927124848151,0140142407030000916024847613,0140142407030000916024847614,0140142407030000916024847615,0140142407030000916024847616,0140142407030000916024847617,0140142407030000937124849723,0140142407030000937124849724,0140142407030000937124849725,0140142407030000937124849726,0140142407030000937124849727,0140142407030000937124849728,0140142407030000937124849729,0140142407030000937124849730,0140142407030000894824848319,0140142407030000894824848320,0140142407030000894824848321,0140142407030000894824848322,0140142407030000894824848323,0140142407030000894824848324,0140142407030000894824848325,0140142407030000894824848326";

+ 1 - 0
config/ip.php

@@ -4,4 +4,5 @@ return [
     'cs' => 'http://121.36.142.167:7774/', //测试
     'zs' => 'http://122.112.250.253:7774/', //正式
     'zslf' => 'https://gzy.qingyaokeji.com/', //正式朗峰
+    'zslfip' => 'http://120.27.218.142:7784/', //正式朗峰
 ];