XuqmGroup-RNSDK/packages/common/src/constants.ts
XuqmGroup edbffce815 feat(sdk): 初始化 Android SDK 核心功能模块
- 添加 SDK 配置管理、网络请求客户端和令牌存储功能
- 实现即时通讯 IM 模块,包括消息收发、群组管理和会话功能
- 集成推送服务和应用更新功能模块
- 创建示例应用演示 SDK 使用方法
- 配置项目依赖管理和构建设置
2026-04-27 17:18:56 +08:00

13 行
407 B
TypeScript

/**
* @deprecated These hardcoded URLs are no longer used by the SDK.
* The SDK now fetches configuration from the tenant platform via
* XuqmSDK.initialize(). These constants are kept only as fallback
* references and for backward compatibility.
*/
export const API_BASE_URL = 'https://dev.xuqinmin.com'
/**
* @deprecated See API_BASE_URL.
*/
export const IM_WS_URL = 'wss://dev.xuqinmin.com/ws/im'