Client cli = new Client.Builder(feiShuProperties.getAppId(), feiShuProperties.getAppSecret()) .domain(feiShuProperties.getBaseUrl()) 选择了内部转发到互联网的地址, 但是看源码 需要通过 Request{method=POST, url=https://open.feishu.cn/callback/ws/endpoint, tags={}} 获取一个wss 地址(wss://msg-frontier.feishu.cn/ws/),这个地址域名是固定的吗,能否修改这个地址 <img width="1954" height="598" alt="Image" src="https://github.com/user-attachments/assets/fe5b9698-3b94-4c79-a6a1-0f9526fa319a" />