lvhao hace 3 meses
padre
commit
285e558282
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      core/CoreApp/models/Model_cne.php

+ 2 - 1
core/CoreApp/models/Model_cne.php

@@ -531,7 +531,8 @@ function __construct(){
 		'Clientid'=>$Clientid,
 		'Token'=>$Token
 		),
-		'Datas'=> array(0=>array('TrackNumber'=>$data['waybill']))
+		//'Datas'=> array(0=>array('TrackNumber'=>$data['waybill']))
+		'Datas'=>$data
 		);
 	    
 		$count = json_encode($count,true);