mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-05 15:11:15 +00:00
fix
This commit is contained in:
parent
8bd4ea706a
commit
077bdf8684
@ -1,3 +1,28 @@
|
||||
export interface NodeIKernelMSFService {
|
||||
getServerTime(): string;
|
||||
setNetworkProxy(param: {
|
||||
userName: string,
|
||||
userPwd: string,
|
||||
address: string,
|
||||
port: number,
|
||||
proxyType: number,
|
||||
domain: string,
|
||||
isSocket: boolean
|
||||
}): void;
|
||||
//http
|
||||
// userName: '',
|
||||
// userPwd: '',
|
||||
// address: '127.0.0.1',
|
||||
// port: 5666,
|
||||
// proxyType: 1,
|
||||
// domain: '',
|
||||
// isSocket: false
|
||||
//socket
|
||||
// userName: '',
|
||||
// userPwd: '',
|
||||
// address: '127.0.0.1',
|
||||
// port: 5667,
|
||||
// proxyType: 2,
|
||||
// domain: '',
|
||||
// isSocket: true
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user