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 { 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: '',