|
@@ -188,6 +188,17 @@ class BoxController extends BaseController
|
|
$service = new BoxService();
|
|
$service = new BoxService();
|
|
list($status,$data) = $service->boxFhDel($request->all());
|
|
list($status,$data) = $service->boxFhDel($request->all());
|
|
|
|
|
|
|
|
+ if($status){
|
|
|
|
+ return $this->json_return(200,'',$data);
|
|
|
|
+ }else{
|
|
|
|
+ return $this->json_return(201,$data);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ public function transportDetail(Request $request)
|
|
|
|
+ {
|
|
|
|
+ $service = new BoxService();
|
|
|
|
+ list($status,$data) = $service->transportDetail($request->all());
|
|
|
|
+
|
|
if($status){
|
|
if($status){
|
|
return $this->json_return(200,'',$data);
|
|
return $this->json_return(200,'',$data);
|
|
}else{
|
|
}else{
|