|
|
@@ -249,17 +249,18 @@ class Model_logic_order extends Lin_Model {
|
|
|
}
|
|
|
}
|
|
|
//3pe非盒子 只限定2个申报名字
|
|
|
- if($post['express'] == 77){
|
|
|
+ if($post['express'] == 77 || $post['express'] == 76){
|
|
|
if(!in_array($post['sbpm'],[
|
|
|
'Human Hair Wigs',
|
|
|
'Human Hair Weave',
|
|
|
])){
|
|
|
return [
|
|
|
'code'=>-1,
|
|
|
- "msg"=>"此快递方式必须选择Human Hair Wigs | Human Hair Weave"
|
|
|
+ "msg"=>"该快递方式仅支持[人发产品]发货!"
|
|
|
];
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
//usps GA和priority服务类型下可勾选签名,EXPRESS不可勾选签名。
|
|
|
// 待设置所有服务类型下的保险金额填写都要小于500美金,如果大于等于500美金弹错误提示:购买保险金额需小于500美金!
|
|
|
|
|
|
@@ -449,14 +450,14 @@ class Model_logic_order extends Lin_Model {
|
|
|
}
|
|
|
}
|
|
|
//3pe非盒子 只限定2个申报名字
|
|
|
- if($post['express'] == 77){
|
|
|
+ if($post['express'] == 77 || $post['express'] == 76){
|
|
|
if(!in_array($post['sbpm'],[
|
|
|
'Human Hair Wigs',
|
|
|
'Human Hair Weave',
|
|
|
])){
|
|
|
return [
|
|
|
'code'=>-1,
|
|
|
- "msg"=>"此快递方式必须选择Human Hair Wigs | Human Hair Weave"
|
|
|
+ "msg"=>"该快递方式仅支持[人发产品]发货!"
|
|
|
];
|
|
|
}
|
|
|
}
|