固定服务地址配置。

interface ServerUrlsConfig {
    restApiUrl?: string;
    wsUrl?: string;
    syncRestApiUrl?: string;
    syncWsUrl?: string;
}

Properties

restApiUrl?: string

REST API 服务的基准地址。

wsUrl?: string

消息长连接的 WebSocket 地址。

syncRestApiUrl?: string

会话与好友同步 REST API 服务的基准地址。

syncWsUrl?: string

会话与好友同步长连接的 WebSocket 地址。