|
|
@@ -1065,12 +1065,12 @@ class Fullorder extends Start_Controller {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- if((($post['express'] == 2 || $post['express'] == 63 || $post['express'] == 64 || $post['express'] == 81) && $post['type'] != 5) )
|
|
|
+ if((($post['express'] == 2 || $post['express'] == 63 || $post['express'] == 64 || $post['express'] == 81 || $post['express'] == 85 || $post['express'] == 87 ) && $post['type'] != 5) )
|
|
|
{
|
|
|
echo json_encode(array('msg'=>'此快递方式必须从美仓发货!','success'=>false));exit;
|
|
|
}
|
|
|
|
|
|
- if( ($post['express'] != 2 && $post['express'] != 63 && $post['express'] != 64 && $post['express'] != 81 && $post['type'] == 5)){
|
|
|
+ if( ($post['express'] != 2 && $post['express'] != 63 && $post['express'] != 64 && $post['express'] != 81 && $post['express'] != 85 && $post['express'] != 87 && $post['type'] == 5)){
|
|
|
echo json_encode(array('msg'=>'此快递方式不能美仓发货!','success'=>false));exit;
|
|
|
}
|
|
|
//仅独立站 地址美国对电话 10或者11位进行判断
|