adminId; if ($doctorId <= 0) { return $this->success('', []); } $list = ChatNotifyLogic::getNotifies($doctorId, true); return $this->success('', $list); } }