lvhao 1 tydzień temu
rodzic
commit
90ad79aafc
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      core/CoreApp/controllers/Apitt.php

+ 2 - 2
core/CoreApp/controllers/Apitt.php

@@ -697,9 +697,9 @@ $j = json_decode($j, true);
 								
 								}
 								//如果是走cbt的店铺那么系统将会自动将获取的快递修改为cbt的快递
-								if(in_array($post['shop'],[39,40,41,44,46,49,58])){
+								if(in_array($post['shop'],[39,40,41,46,49,58])){
 									$post['express'] = 83;
-								}else if(in_array($post['shop'],[35,38])){
+								}else if(in_array($post['shop'],[35,38,44])){
 									$post['express'] = 85;
 								}
 								if(in_array($post['shop'],[42,47])){