|
@@ -314,7 +314,7 @@ class Model_logic_order extends Lin_Model {
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
- if($post['type'] != 5 && in_array($post['express'],[2,63,64,81,83]))
|
|
|
|
|
|
|
+ if($post['type'] != 5 && in_array($post['express'],[2,63,64,81,83,85]))
|
|
|
{
|
|
{
|
|
|
return [
|
|
return [
|
|
|
'code'=>-1,
|
|
'code'=>-1,
|
|
@@ -322,7 +322,7 @@ class Model_logic_order extends Lin_Model {
|
|
|
];
|
|
];
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if($post['type'] == 5 && !in_array($post['express'],[2,63,64,81,83]))
|
|
|
|
|
|
|
+ if($post['type'] == 5 && !in_array($post['express'],[2,63,64,81,83,85]))
|
|
|
{
|
|
{
|
|
|
return [
|
|
return [
|
|
|
'code'=>-1,
|
|
'code'=>-1,
|
|
@@ -533,7 +533,7 @@ class Model_logic_order extends Lin_Model {
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if($post['type'] != 5 && in_array($post['express'],[2,63,64,81,83]))
|
|
|
|
|
|
|
+ if($post['type'] != 5 && in_array($post['express'],[2,63,64,81,83,85]))
|
|
|
{
|
|
{
|
|
|
return [
|
|
return [
|
|
|
'code'=>-1,
|
|
'code'=>-1,
|
|
@@ -541,7 +541,7 @@ class Model_logic_order extends Lin_Model {
|
|
|
];
|
|
];
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if($post['type'] == 5 && !in_array($post['express'],[2,63,64,81,83]))
|
|
|
|
|
|
|
+ if($post['type'] == 5 && !in_array($post['express'],[2,63,64,81,83,85]))
|
|
|
{
|
|
{
|
|
|
return [
|
|
return [
|
|
|
'code'=>-1,
|
|
'code'=>-1,
|