|
|
@@ -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;
|
|
|
}
|
|
|
|