Browse Source

提交数据

lvhao 3 tháng trước cách đây
mục cha
commit
285e558282
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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);