|
|
@@ -294,7 +294,7 @@ class Model_logic_order extends Lin_Model {
|
|
|
|
|
|
|
|
|
}
|
|
|
- if($post['type'] != 5 && in_array($post['express'],[2,63,64]))
|
|
|
+ if($post['type'] != 5 && in_array($post['express'],[2,63,64,81]))
|
|
|
{
|
|
|
return [
|
|
|
'code'=>-1,
|
|
|
@@ -302,7 +302,7 @@ class Model_logic_order extends Lin_Model {
|
|
|
];
|
|
|
}
|
|
|
|
|
|
- if($post['type'] == 5 && !in_array($post['express'],[2,63,64]))
|
|
|
+ if($post['type'] == 5 && !in_array($post['express'],[2,63,64,81]))
|
|
|
{
|
|
|
return [
|
|
|
'code'=>-1,
|
|
|
@@ -311,7 +311,7 @@ class Model_logic_order extends Lin_Model {
|
|
|
}
|
|
|
|
|
|
//云尚 3pe fedex usps 必须收件国家位美国
|
|
|
- if(in_array($post['express'],[2,24,31,63,64,71,75,76,77])){
|
|
|
+ if(in_array($post['express'],[2,24,31,63,64,71,75,76,77,81])){
|
|
|
if($post['country'] != 192 ){
|
|
|
return [
|
|
|
'code'=>-1,
|
|
|
@@ -489,7 +489,7 @@ class Model_logic_order extends Lin_Model {
|
|
|
|
|
|
}
|
|
|
|
|
|
- if($post['type'] != 5 && in_array($post['express'],[2,63,64]))
|
|
|
+ if($post['type'] != 5 && in_array($post['express'],[2,63,64,81]))
|
|
|
{
|
|
|
return [
|
|
|
'code'=>-1,
|
|
|
@@ -497,7 +497,7 @@ class Model_logic_order extends Lin_Model {
|
|
|
];
|
|
|
}
|
|
|
|
|
|
- if($post['type'] == 5 && !in_array($post['express'],[2,63,64]))
|
|
|
+ if($post['type'] == 5 && !in_array($post['express'],[2,63,64,81]))
|
|
|
{
|
|
|
return [
|
|
|
'code'=>-1,
|
|
|
@@ -513,7 +513,7 @@ class Model_logic_order extends Lin_Model {
|
|
|
// }
|
|
|
// }
|
|
|
//云尚 3pe fedex usps 必须收件国家位美国
|
|
|
- if(in_array($post['express'],[2,24,31,63,64,71,75,76,77])){
|
|
|
+ if(in_array($post['express'],[2,24,31,63,64,71,75,76,77,81])){
|
|
|
if($post['country'] != 192 ){
|
|
|
return [
|
|
|
'code'=>-1,
|