刘桂岩 hace 3 años
padre
commit
5f2247f8c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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://112.103.134.89:10020/server.php?wsdl",
+        $client = new \SoapClient("http://192.168.0.207:10020/server.php?wsdl",
             array(
                 'stream_context'    => $streamContext
             ));