刘桂岩 3 years ago
parent
commit
8a535ebe8f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/controller/DiAn.php

+ 1 - 0
app/controller/DiAn.php

@@ -21,6 +21,7 @@ class DiAn extends BaseController
 
     public static function getDiAnData($data)
     {
+        return 1;
         ini_set('default_socket_timeout', 600);
         $xml = $data;
         $obj = simplexml_load_string($xml,"SimpleXMLElement", LIBXML_NOCDATA);