lvhao 3 kuukautta sitten
vanhempi
commit
847f8b56a4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      core/CoreApp/controllers/Systembound.php

+ 1 - 1
core/CoreApp/controllers/Systembound.php

@@ -1088,7 +1088,7 @@ class Systembound extends Start_Controller {
 					}
 				}
 				**/
-				if(strlen($number) == 12 && $sex['printcode'] != 'FEDEX' && $sex['printcode'] != 'FEDEXGF' && $sex['printcode'] != 'HUALEI-MLXY' && $sex['printcode'] != 'FEDEX_G')
+				if(strlen($number) == 12 && $sex['printcode'] != 'FEDEX' && $sex['printcode'] != 'FEDEXGF' && $sex['printcode'] != 'HUALEI-MLXY' && $sex['printcode'] != 'FEDEX_G' && $sex['printcode'] != 'HUALEIXW-USPS' )
 				{
 					echo json_encode(array('msg'=>'运单号和快递类型不符!F','success'=>false));exit;
 				}