mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
style: Fix typo
This commit is contained in:
parent
f521873ba7
commit
f110c2d3df
@ -83,7 +83,7 @@ export enum NTQQApiMethod {
|
||||
CACHE_SCAN = 'nodeIKernelStorageCleanService/scanCache',
|
||||
CACHE_CLEAR = '', // TODO
|
||||
|
||||
CACHE_CHAT_SCAN = 'nodeIKernelStorageCleanService/getChatCacheInfo',
|
||||
CACHE_CHAT_GET = 'nodeIKernelStorageCleanService/getChatCacheInfo',
|
||||
CACHE_CHAT_CLEAR = 'nodeIKernelStorageCleanService/clearChatCacheInfo',
|
||||
}
|
||||
|
||||
@ -725,7 +725,7 @@ export class NTQQApi {
|
||||
static getChatCacheList(type: 1 | 2, pageSize: number = 80, pageIndex: number = 0) {
|
||||
return new Promise<ChatCacheList>((res, rej) => {
|
||||
callNTQQApi<ChatCacheList>({
|
||||
methodName: NTQQApiMethod.CACHE_CHAT_SCAN,
|
||||
methodName: NTQQApiMethod.CACHE_CHAT_GET,
|
||||
args: [{
|
||||
ChatType: type,
|
||||
pageSize,
|
||||
|
Loading…
x
Reference in New Issue
Block a user