This commit is contained in:
手瓜一十雪 2024-10-16 21:02:28 +08:00
parent 82e807fd80
commit bb93df06b2

View File

@ -1,3 +1,5 @@
import { GeneralCallResult } from "./common";
export interface NodeIKernelMSFService {
getServerTime(): string;
setNetworkProxy(param: {
@ -8,7 +10,7 @@ export interface NodeIKernelMSFService {
proxyType: number,
domain: string,
isSocket: boolean
}): void;
}): Promise<GeneralCallResult>;
//http
// userName: '',
// userPwd: '',