mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
import { GeneralCallResult } from "./common";
|
||||||
|
|
||||||
export interface NodeIKernelMSFService {
|
export interface NodeIKernelMSFService {
|
||||||
getServerTime(): string;
|
getServerTime(): string;
|
||||||
setNetworkProxy(param: {
|
setNetworkProxy(param: {
|
||||||
@@ -8,7 +10,7 @@ export interface NodeIKernelMSFService {
|
|||||||
proxyType: number,
|
proxyType: number,
|
||||||
domain: string,
|
domain: string,
|
||||||
isSocket: boolean
|
isSocket: boolean
|
||||||
}): void;
|
}): Promise<GeneralCallResult>;
|
||||||
//http
|
//http
|
||||||
// userName: '',
|
// userName: '',
|
||||||
// userPwd: '',
|
// userPwd: '',
|
||||||
|
Reference in New Issue
Block a user