This commit is contained in:
qq
2026-04-22 16:11:04 +08:00
parent fd5bbf0c6c
commit 6d83c4af19
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ class IMHelp {
return json;
}
static async changeGroupOwner(params) {
const url = `https://xxxxxx/v4/group_open_http_svc/change_group_owner?${this.getUrlParams()}`;
const url = `https://console.tim.qq.com/v4/group_open_http_svc/change_group_owner?${this.getUrlParams()}`;
const res = await fetch_help_1.FetchHelp.post(url, params);
const json = (await res.json());
return json;