Browse Source

提交数据

lvhao 3 months ago
parent
commit
285e558282
1 changed files with 2 additions and 1 deletions
  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,
 		'Clientid'=>$Clientid,
 		'Token'=>$Token
 		'Token'=>$Token
 		),
 		),
-		'Datas'=> array(0=>array('TrackNumber'=>$data['waybill']))
+		//'Datas'=> array(0=>array('TrackNumber'=>$data['waybill']))
+		'Datas'=>$data
 		);
 		);
 	    
 	    
 		$count = json_encode($count,true);
 		$count = json_encode($count,true);