|
@@ -873,7 +873,7 @@ class Fullordersmt extends Start_Controller {
|
|
|
// echo json_encode(array('msg'=>'此快递方式必须选择Human Hair Wigs/Human Hair Goods!','success'=>false));exit;
|
|
// echo json_encode(array('msg'=>'此快递方式必须选择Human Hair Wigs/Human Hair Goods!','success'=>false));exit;
|
|
|
// }
|
|
// }
|
|
|
//减少代码复用吧
|
|
//减少代码复用吧
|
|
|
- $lo_ret = $this->logic_order->checkEditExpress($post);
|
|
|
|
|
|
|
+ $lo_ret = $this->logic_order->checkEditExpress($post,['plat'=>'fullordersmt']);
|
|
|
if($lo_ret['code'] != 1){
|
|
if($lo_ret['code'] != 1){
|
|
|
echo json_encode(array('msg'=>$lo_ret['msg'],'success'=>false));exit;
|
|
echo json_encode(array('msg'=>$lo_ret['msg'],'success'=>false));exit;
|
|
|
}
|
|
}
|
|
@@ -3765,7 +3765,7 @@ class Fullordersmt extends Start_Controller {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
//减少代码复用吧
|
|
//减少代码复用吧
|
|
|
- $lo_ret = $this->logic_order->checkEditExpress($post);
|
|
|
|
|
|
|
+ $lo_ret = $this->logic_order->checkEditExpress($post,['plat'=>'fullordersmt']);
|
|
|
if($lo_ret['code'] != 1){
|
|
if($lo_ret['code'] != 1){
|
|
|
echo json_encode(array('msg'=>$lo_ret['msg'],'success'=>false));exit;
|
|
echo json_encode(array('msg'=>$lo_ret['msg'],'success'=>false));exit;
|
|
|
}
|
|
}
|