public function ajaxBindTicket($request, $response)
 {
     /*{{{*/
     $doctorCommentPostList = DoctorCommentPost::createList($request->ids);
     $res = InspectClient::getInstance()->bindTicket($doctorCommentPostList, $this->inspector);
     echo json_encode($res);
     return parent::DIRECT_OUTPUT;
 }