刘桂岩 3 năm trước cách đây
mục cha
commit
26297788de
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      app/controller/Index.php

+ 2 - 1
app/controller/Index.php

@@ -24,7 +24,8 @@ class Index extends BaseController
         $code = $_REQUEST['code'];
         $type = $_REQUEST['type'];
         libxml_disable_entity_loader(false);
-        $client = new \SoapClient("http://report.dalabs.cn/RasClientDetail.asmx?wsdl");
+//        $client = new \SoapClient("http://report.dalabs.cn/RasClientDetail.asmx?wsdl");
+        $client = new \SoapClient("http://115.238.253.166/RasClientDetail.asmx?wsdl");
         $data = [
             'ClientID'=>Config::get('app')['dian']['ClientID'],
             'ClientGUID'=>Config::get('app')['dian']['ClientGUID'],