Browse Source

提交数据信息

lvhao 3 months ago
parent
commit
7027cc4e12
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/models/Model_usps.php

+ 1 - 1
core/CoreApp/models/Model_usps.php

@@ -353,7 +353,7 @@ function __construct(){
 			$fw[] = 930;
 		}
 		//有签名 有保险 是ep   默认保额为500美金
-		if( $data['js'] == 2 && $data['qm'] == 0 && $data['bx'] > 0){
+		if( $data['js'] == 2 && $data['qm'] == 1 && $data['bx'] > 0){
 			$fw[] = 922;
 			$fw[] = 925;
 			$fw[] = 986;