浏览代码

测试数据

lvhao 3 月之前
父节点
当前提交
11968c6716
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      core/CoreApp/models/Model_cne.php

+ 4 - 0
core/CoreApp/models/Model_cne.php

@@ -93,6 +93,10 @@ function __construct(){
 		)
 		);
 
+		if($data['printcode'] == 'FEDEX_G'){
+			$count['OrderType'] = 1;
+		}
+
 		$count = json_encode($count,true);
 
 		$ch = curl_init();