request; $id = $request->post('id',0); if($id){ return ApplicationBusiness::appInfo($id); }else{ return ['code' => 1,'msg' => 'id不能为空']; } } }