service = ImService::getInstance(); } public function bind() { $clientId = request()->input('client_id'); try { return jok($this->service->bindClientIdByUserId($clientId)); } catch (\Exception $e) { return jerr($e->getMessage()); } } }