|
@@ -1117,10 +1117,10 @@ class Fullorder extends Start_Controller {
|
|
|
{
|
|
|
echo json_encode(array('msg'=>'重量大于16不可按Ground Advantage提交!','success'=>false));exit;
|
|
|
}
|
|
|
- if($post['express'] == '2' && isset($post['js']) && $post['js'] == '0'&& $post['qm'] == '1')
|
|
|
- {
|
|
|
- echo json_encode(array('msg'=>'Ground Advantage不可使用签名服务!','success'=>false));exit;
|
|
|
- }
|
|
|
+ // if($post['express'] == '2' && isset($post['js']) && $post['js'] == '0'&& $post['qm'] == '1')
|
|
|
+ // {
|
|
|
+ // echo json_encode(array('msg'=>'Ground Advantage不可使用签名服务!','success'=>false));exit;
|
|
|
+ // }
|
|
|
if(isset($post['bx']))
|
|
|
{
|
|
|
if($post['express'] == '99' && $post['bx'] > 0)
|