|
@@ -3553,7 +3553,8 @@ class Fullordersmt extends Start_Controller {
|
|
{
|
|
{
|
|
echo json_encode(array('msg'=>'不允许修改运单号','success'=>true));exit;
|
|
echo json_encode(array('msg'=>'不允许修改运单号','success'=>true));exit;
|
|
}
|
|
}
|
|
- if($post['express'] == 52){
|
|
|
|
|
|
+ //南非 限制邮箱
|
|
|
|
+ if($post['country'] == 166){
|
|
if(empty($post['email'])){
|
|
if(empty($post['email'])){
|
|
echo json_encode(array('msg'=>'惠程安迈世发货需要有邮箱!','success'=>false));exit;
|
|
echo json_encode(array('msg'=>'惠程安迈世发货需要有邮箱!','success'=>false));exit;
|
|
}else{
|
|
}else{
|