소스 검색

小遊戲復活

kyle 2 년 전
부모
커밋
50acabbb19
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      app/Http/Services/Web/Api2021Service.php

+ 1
- 1
app/Http/Services/Web/Api2021Service.php 파일 보기

@@ -295,7 +295,7 @@ class Api2021Service
295 295
                 'connect_timeout' => 10, // Connection timeout
296 296
             ];
297 297
 
298
-            if (!in_array($_SERVER['SERVER_ADDR'], ['172.31.30.167', '172.31.11.96', '172.31.13.29'])) $req['proxy'] = env('CCH_PROXY');
298
+            if (!in_array($_SERVER['SERVER_ADDR'], ['172.31.30.167', '172.31.9.233', '172.31.13.29'])) $req['proxy'] = env('CCH_PROXY');
299 299
             $response = $this->c->request('POST', env('API_BASE') . '/line/api/twpapi/contact/QueryQualification', $req);
300 300
             $res = $response->getBody();
301 301