|
@@ -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);
|
|
|
}
|