m
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user