mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-16 13:01:14 +00:00
fix
This commit is contained in:
parent
82e807fd80
commit
bb93df06b2
@ -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: '',
|
||||
|
Loading…
Reference in New Issue
Block a user