刘桂岩 3 년 전
부모
커밋
af806d80b8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/controller/Index.php

+ 1 - 1
app/controller/Index.php

@@ -32,7 +32,7 @@ class Index extends BaseController
             )
         );
         $streamContext = stream_context_create($opts);
-        $client = new \SoapClient("http://192.168.0.207:10020/server.php?wsdl",
+        $client = new \SoapClient("http://112.103.134.89:10020/server.php?wsdl",
             array(
                 'stream_context'    => $streamContext
             ));