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