|
@@ -973,7 +973,7 @@ class Fullordersmt extends Start_Controller {
|
|
|
{
|
|
{
|
|
|
echo json_encode(array('msg'=>'Ground Advantage不可使用签名服务!','success'=>false));exit;
|
|
echo json_encode(array('msg'=>'Ground Advantage不可使用签名服务!','success'=>false));exit;
|
|
|
}
|
|
}
|
|
|
- if(($post['express'] == '3' || $post['express'] == '42' || $post['express'] == '24' || $post['express'] == '31') && $post['shouldmoney'] < 1)
|
|
|
|
|
|
|
+ if(($post['express'] == '3' || $post['express'] == '42' ) && $post['shouldmoney'] < 1)
|
|
|
{
|
|
{
|
|
|
echo json_encode(array('msg'=>'零金额订单不可发 UPS/DHL官方-美国/Fedex(杭州)','success'=>false));exit;
|
|
echo json_encode(array('msg'=>'零金额订单不可发 UPS/DHL官方-美国/Fedex(杭州)','success'=>false));exit;
|
|
|
}
|
|
}
|
|
@@ -1422,7 +1422,7 @@ class Fullordersmt extends Start_Controller {
|
|
|
$post['librarynot'] = "未审核或未通过";
|
|
$post['librarynot'] = "未审核或未通过";
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- if(($post['express'] == '5' || $post['express'] == '24' || $post['express'] == '31') && $ud['country'] != 192)
|
|
|
|
|
|
|
+ if(($post['express'] == '5' ) && $ud['country'] != 192)
|
|
|
{
|
|
{
|
|
|
echo json_encode(array('msg'=>'非美国无法选择Fedex!','success'=>false));exit;
|
|
echo json_encode(array('msg'=>'非美国无法选择Fedex!','success'=>false));exit;
|
|
|
}
|
|
}
|