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