lvhao hace 3 meses
padre
commit
8167913562
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      core/CoreApp/controllers/Aatest.php

+ 2 - 2
core/CoreApp/controllers/Aatest.php

@@ -76,7 +76,7 @@ class Aatest extends Start_Controller {
 		}elseif($arg == 'logistic'){
 			$this->_logistic($arg_array);
 		}elseif($arg == 'th'){
-		   // $this->_th($arg_array);
+		    $this->_th($arg_array);
 		}else{
 			
 			$this->_a($arg_array);
@@ -98,7 +98,7 @@ class Aatest extends Start_Controller {
             exit(2);
         }
         
-        $r = $this->usps->get_return($data);
+        $r = $this->usps->get_return_new($data);
         echo "<pre>";
         print_r($r);
     }