Browse Source

测试数据

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