This commit is contained in:
qq
2026-04-22 16:08:25 +08:00
parent c8a3b7a5ba
commit fd5bbf0c6c
6 changed files with 15 additions and 10 deletions
+6
View File
@@ -96,6 +96,12 @@ class IMHelp {
const json = (await res.json());
return json;
}
static async changeGroupOwner(params) {
const url = `https://xxxxxx/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;
}
static async sendGroupMsg(params) {
const url = `https://console.tim.qq.com/v4/group_open_http_svc/send_group_msg?${this.getUrlParams()}`;
const res = await fetch_help_1.FetchHelp.post(url, params);