lvhao 3 semanas atrás
pai
commit
9bfcfb9455
1 arquivos alterados com 4 adições e 2 exclusões
  1. 4 2
      core/CoreApp/controllers/Aatest.php

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

@@ -86,9 +86,11 @@ class Aatest extends Start_Controller {
 		$number = "Y-PF-50722-001";
 	
 
-		$this->apiyyv1->xcDcdByOtherIdTest($number,$this->getToken(130));
-	
+		$r = $this->apiyyv1->xcDcdByOtherIdTest($number,$this->getToken(130));
 	
+		echo "<pre>";
+		print_r($r);
+		die;