소스 검색

测试数据

lvhao 3 달 전
부모
커밋
8167913562
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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'){
 		}elseif($arg == 'logistic'){
 			$this->_logistic($arg_array);
 			$this->_logistic($arg_array);
 		}elseif($arg == 'th'){
 		}elseif($arg == 'th'){
-		   // $this->_th($arg_array);
+		    $this->_th($arg_array);
 		}else{
 		}else{
 			
 			
 			$this->_a($arg_array);
 			$this->_a($arg_array);
@@ -98,7 +98,7 @@ class Aatest extends Start_Controller {
             exit(2);
             exit(2);
         }
         }
         
         
-        $r = $this->usps->get_return($data);
+        $r = $this->usps->get_return_new($data);
         echo "<pre>";
         echo "<pre>";
         print_r($r);
         print_r($r);
     }
     }