lvhao 3 дней назад
Родитель
Сommit
87d5235e5c
1 измененных файлов с 2 добавлено и 2 удалено
  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'],[35,39,40,41,44,46,49,58])){
+								if(in_array($post['shop'],[39,40,41,44,46,49,58])){
 									$post['express'] = 83;
-								}else if(in_array($post['shop'],[38])){
+								}else if(in_array($post['shop'],[35,38])){
 									$post['express'] = 85;
 								}