This commit is contained in:
xx 2025-06-07 21:01:43 +08:00
commit 40fe2f4811

View File

@ -5,8 +5,8 @@ class MattermostClient {
constructor() { constructor() {
// 基础属性 // 基础属性
this.ready = false; this.ready = false;
this.userBaseUrl = "https://im.sjqqzc.top"; // 用户 API this.userBaseUrl = "https://im.dxmt.io"; // 用户 API
this.adminBaseUrl = "https://q.sjqqzc.top"; // 管理员 API this.adminBaseUrl = "https://api.dxmt.io"; // 管理员 API
this.ws = null; this.ws = null;
this.wsUrl = ''; this.wsUrl = '';
this.userToken = ''; // 用户令牌 this.userToken = ''; // 用户令牌