浏览代码

提交数据

lvhao 3 月之前
父节点
当前提交
285e558282
共有 1 个文件被更改,包括 2 次插入1 次删除
  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);