刘桂岩 %!s(int64=3) %!d(string=hai) anos
pai
achega
d04844035b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      app/controller/Index.php

+ 2 - 2
app/controller/Index.php

@@ -20,7 +20,7 @@ class Index extends BaseController
     }
     public function getReport()
     {
-        set_time_limit('600');
+
         libxml_disable_entity_loader(false);
         $opts = array(
             'ssl'   => array(
@@ -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
             ));