mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
Compare commits
72 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
285fc1d33d | ||
![]() |
e14ba108fc | ||
![]() |
e0be0bcc77 | ||
![]() |
c24fa6cea1 | ||
![]() |
04b2a323a7 | ||
![]() |
970f1a98ec | ||
![]() |
3064a6eb7c | ||
![]() |
f93e2b5a95 | ||
![]() |
e185e700b7 | ||
![]() |
eae6e09e22 | ||
![]() |
e204bb0957 | ||
![]() |
ed546ace3d | ||
![]() |
3c79cffa42 | ||
![]() |
acce444dee | ||
![]() |
f359e3ea9d | ||
![]() |
fe99da985f | ||
![]() |
58d5de572c | ||
![]() |
b2088824cc | ||
![]() |
fffa664400 | ||
![]() |
02e5222f92 | ||
![]() |
18d253edf6 | ||
![]() |
da8b5e2429 | ||
![]() |
502be69bc5 | ||
![]() |
273d4133eb | ||
![]() |
44bfc5aab9 | ||
![]() |
050c9d9b54 | ||
![]() |
7904f45c20 | ||
![]() |
1afdad1452 | ||
![]() |
cd930c43b6 | ||
![]() |
b7efbdf239 | ||
![]() |
56706f3838 | ||
![]() |
387c9dcb52 | ||
![]() |
a7bb55b31c | ||
![]() |
fbf09e1db4 | ||
![]() |
9b98f8f33d | ||
![]() |
727f399de6 | ||
![]() |
e03b82fb44 | ||
![]() |
ba413b9581 | ||
![]() |
abcec99ce0 | ||
![]() |
a7da7ab598 | ||
![]() |
5cc8a2b96e | ||
![]() |
f0d8c851d4 | ||
![]() |
828b20e0e8 | ||
![]() |
3570349fcd | ||
![]() |
ad74854e42 | ||
![]() |
15e7afed62 | ||
![]() |
bf71328650 | ||
![]() |
b3299ba1e3 | ||
![]() |
d36ea93e63 | ||
![]() |
0bd3f8f1a2 | ||
![]() |
4bf79e021e | ||
![]() |
2dac109e58 | ||
![]() |
2637a5da6d | ||
![]() |
f8b2be246f | ||
![]() |
44921e85ad | ||
![]() |
388e016365 | ||
![]() |
a2056a43f3 | ||
![]() |
a249e0b581 | ||
![]() |
f7343332d7 | ||
![]() |
bf17d46157 | ||
![]() |
3e3f792035 | ||
![]() |
d7cc5d68a7 | ||
![]() |
64a8efb8df | ||
![]() |
6af31c48c4 | ||
![]() |
6954551cb7 | ||
![]() |
c71885a29e | ||
![]() |
183eab2cf4 | ||
![]() |
c0b682606c | ||
![]() |
8564630c4d | ||
![]() |
abd5a12708 | ||
![]() |
234167f305 | ||
![]() |
da75f59d0d |
19
.github/workflows/publish.yml
vendored
19
.github/workflows/publish.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: 'publish'
|
name: Publish
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
@@ -8,31 +8,36 @@ jobs:
|
|||||||
build-and-publish:
|
build-and-publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
|
||||||
- name: install dependenies
|
- name: Install dependenies
|
||||||
run: |
|
run: |
|
||||||
export ELECTRON_SKIP_BINARY_DOWNLOAD=1
|
export ELECTRON_SKIP_BINARY_DOWNLOAD=1
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
- name: build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: zip
|
- name: Compress
|
||||||
run: |
|
run: |
|
||||||
sudo apt install zip -y
|
sudo apt install zip -y
|
||||||
cd ./dist/
|
cd ./dist/
|
||||||
zip -r ../LLOneBot.zip ./*
|
zip -r ../LLOneBot.zip ./*
|
||||||
|
|
||||||
- name: publish
|
- name: Extract version from tag
|
||||||
|
id: get-version
|
||||||
|
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
|
- name: Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: 'LLOneBot.zip'
|
artifacts: 'LLOneBot.zip'
|
||||||
draft: true
|
draft: true
|
||||||
token: ${{ secrets.RELEASE_TOKEN }}
|
token: ${{ secrets.RELEASE_TOKEN }}
|
||||||
|
name: LLOneBot v${{ steps.get-version.outputs.VERSION }}
|
||||||
|
@@ -15,10 +15,6 @@ TG 群:<https://t.me/+nLZEnpne-pQ1OWFl>
|
|||||||
|
|
||||||
<img src="./doc/image/setting.png" width="400px" alt="设置界面"/>
|
<img src="./doc/image/setting.png" width="400px" alt="设置界面"/>
|
||||||
|
|
||||||
## HTTP 调用示例
|
|
||||||
|
|
||||||
<img src="./doc/image/example.jpg" width="500px" alt="HTTP调用示例"/>
|
|
||||||
|
|
||||||
## 支持的 API
|
## 支持的 API
|
||||||
|
|
||||||
见 <https://llonebot.github.io/zh-CN/develop/api>
|
见 <https://llonebot.github.io/zh-CN/develop/api>
|
||||||
@@ -31,10 +27,10 @@ TG 群:<https://t.me/+nLZEnpne-pQ1OWFl>
|
|||||||
|
|
||||||
- [NapCatQQ](https://github.com/NapNeko/NapCatQQ)
|
- [NapCatQQ](https://github.com/NapNeko/NapCatQQ)
|
||||||
- [LiteLoaderQQNT](https://liteloaderqqnt.github.io/guide/install.html)
|
- [LiteLoaderQQNT](https://liteloaderqqnt.github.io/guide/install.html)
|
||||||
- [chronocat](https://github.com/chrononeko/chronocat)
|
- [Chronocat](https://github.com/chrononeko/chronocat)
|
||||||
- [koishi-plugin-adapter-onebot](https://github.com/koishijs/koishi-plugin-adapter-onebot)
|
- [koishi-plugin-adapter-onebot](https://github.com/koishijs/koishi-plugin-adapter-onebot)
|
||||||
- [silk-wasm](https://github.com/idranme/silk-wasm)
|
- [silk-wasm](https://github.com/idranme/silk-wasm)
|
||||||
|
|
||||||
## 友链
|
## 友链
|
||||||
|
|
||||||
- [Lagrange.Core](https://github.com/LagrangeDev/Lagrange.Core) 一款用C#实现的NTQQ纯协议跨平台QQ机器人框架
|
- [Lagrange.Core](https://github.com/LagrangeDev/Lagrange.Core): An Implementation of NTQQ Protocol
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
import cp from 'vite-plugin-cp'
|
import cp from 'vite-plugin-cp'
|
||||||
import path from 'node:path'
|
import path from 'node:path'
|
||||||
import './scripts/gen-manifest'
|
import './scripts/gen-manifest'
|
||||||
|
import type { ElectronViteConfig } from 'electron-vite'
|
||||||
|
|
||||||
const external = [
|
const external = [
|
||||||
'silk-wasm',
|
'silk-wasm',
|
||||||
@@ -12,7 +13,7 @@ function genCpModule(module: string) {
|
|||||||
return { src: `./node_modules/${module}`, dest: `dist/node_modules/${module}`, flatten: false }
|
return { src: `./node_modules/${module}`, dest: `dist/node_modules/${module}`, flatten: false }
|
||||||
}
|
}
|
||||||
|
|
||||||
let config = {
|
const config: ElectronViteConfig = {
|
||||||
main: {
|
main: {
|
||||||
build: {
|
build: {
|
||||||
outDir: 'dist/main',
|
outDir: 'dist/main',
|
||||||
@@ -39,9 +40,6 @@ let config = {
|
|||||||
...external.map(genCpModule),
|
...external.map(genCpModule),
|
||||||
{ src: './manifest.json', dest: 'dist' },
|
{ src: './manifest.json', dest: 'dist' },
|
||||||
{ src: './icon.webp', dest: 'dist' },
|
{ src: './icon.webp', dest: 'dist' },
|
||||||
// { src: './src/ntqqapi/native/crychic/crychic-win32-x64.node', dest: 'dist/main/' },
|
|
||||||
// { src: './src/ntqqapi/native/moehook/MoeHoo-win32-x64.node', dest: 'dist/main/' },
|
|
||||||
// { src: './src/ntqqapi/native/moehook/MoeHoo-linux-x64.node', dest: 'dist/main/' },
|
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
"name": "LLOneBot",
|
"name": "LLOneBot",
|
||||||
"slug": "LLOneBot",
|
"slug": "LLOneBot",
|
||||||
"description": "实现 OneBot 11 协议,用于 QQ 机器人开发",
|
"description": "实现 OneBot 11 协议,用于 QQ 机器人开发",
|
||||||
"version": "3.31.0",
|
"version": "3.31.9",
|
||||||
"icon": "./icon.webp",
|
"icon": "./icon.webp",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"cosmokit": "^1.6.2",
|
"cosmokit": "^1.6.2",
|
||||||
"express": "^4.19.2",
|
"express": "^4.19.2",
|
||||||
"fast-xml-parser": "^4.4.1",
|
"fast-xml-parser": "^4.5.0",
|
||||||
"file-type": "^19.4.1",
|
"file-type": "^19.4.1",
|
||||||
"fluent-ffmpeg": "^2.1.3",
|
"fluent-ffmpeg": "^2.1.3",
|
||||||
"minato": "^3.5.1",
|
"minato": "^3.5.1",
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
"electron": "^31.4.0",
|
"electron": "^31.4.0",
|
||||||
"electron-vite": "^2.3.0",
|
"electron-vite": "^2.3.0",
|
||||||
"typescript": "^5.5.4",
|
"typescript": "^5.5.4",
|
||||||
"vite": "^5.4.2",
|
"vite": "^5.4.3",
|
||||||
"vite-plugin-cp": "^4.0.8"
|
"vite-plugin-cp": "^4.0.8"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.4.1"
|
"packageManager": "yarn@4.4.1"
|
||||||
|
@@ -1,25 +1,8 @@
|
|||||||
import fs from 'node:fs'
|
import fs from 'node:fs'
|
||||||
import { Config, OB11Config } from './types'
|
|
||||||
import path from 'node:path'
|
import path from 'node:path'
|
||||||
|
import { Config, OB11Config } from './types'
|
||||||
import { selfInfo, DATA_DIR } from './globalVars'
|
import { selfInfo, DATA_DIR } from './globalVars'
|
||||||
|
import { mergeNewProperties } from './utils/misc'
|
||||||
// 在保证老对象已有的属性不变化的情况下将新对象的属性复制到老对象
|
|
||||||
function mergeNewProperties(newObj: any, oldObj: any) {
|
|
||||||
Object.keys(newObj).forEach((key) => {
|
|
||||||
// 如果老对象不存在当前属性,则直接复制
|
|
||||||
if (!oldObj.hasOwnProperty(key)) {
|
|
||||||
oldObj[key] = newObj[key]
|
|
||||||
} else {
|
|
||||||
// 如果老对象和新对象的当前属性都是对象,则递归合并
|
|
||||||
if (typeof oldObj[key] === 'object' && typeof newObj[key] === 'object') {
|
|
||||||
mergeNewProperties(newObj[key], oldObj[key])
|
|
||||||
} else if (typeof oldObj[key] === 'object' || typeof newObj[key] === 'object') {
|
|
||||||
// 属性冲突,有一方不是对象,直接覆盖
|
|
||||||
oldObj[key] = newObj[key]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
export class ConfigUtil {
|
export class ConfigUtil {
|
||||||
private readonly configPath: string
|
private readonly configPath: string
|
||||||
@@ -38,7 +21,7 @@ export class ConfigUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
reloadConfig(): Config {
|
reloadConfig(): Config {
|
||||||
let ob11Default: OB11Config = {
|
const ob11Default: OB11Config = {
|
||||||
httpPort: 3000,
|
httpPort: 3000,
|
||||||
httpHosts: [],
|
httpHosts: [],
|
||||||
httpSecret: '',
|
httpSecret: '',
|
||||||
@@ -50,9 +33,10 @@ export class ConfigUtil {
|
|||||||
enableWsReverse: false,
|
enableWsReverse: false,
|
||||||
messagePostFormat: 'array',
|
messagePostFormat: 'array',
|
||||||
enableHttpHeart: false,
|
enableHttpHeart: false,
|
||||||
enableQOAutoQuote: false
|
enableQOAutoQuote: false,
|
||||||
|
listenLocalhost: false
|
||||||
}
|
}
|
||||||
let defaultConfig: Config = {
|
const defaultConfig: Config = {
|
||||||
enableLLOB: true,
|
enableLLOB: true,
|
||||||
ob11: ob11Default,
|
ob11: ob11Default,
|
||||||
heartInterval: 60000,
|
heartInterval: 60000,
|
||||||
@@ -83,7 +67,6 @@ export class ConfigUtil {
|
|||||||
this.checkOldConfig(jsonData.ob11, jsonData, 'httpPort', 'http')
|
this.checkOldConfig(jsonData.ob11, jsonData, 'httpPort', 'http')
|
||||||
this.checkOldConfig(jsonData.ob11, jsonData, 'httpHosts', 'hosts')
|
this.checkOldConfig(jsonData.ob11, jsonData, 'httpHosts', 'hosts')
|
||||||
this.checkOldConfig(jsonData.ob11, jsonData, 'wsPort', 'wsPort')
|
this.checkOldConfig(jsonData.ob11, jsonData, 'wsPort', 'wsPort')
|
||||||
// console.log("get config", jsonData);
|
|
||||||
this.config = jsonData
|
this.config = jsonData
|
||||||
return this.config
|
return this.config
|
||||||
}
|
}
|
||||||
@@ -95,15 +78,15 @@ export class ConfigUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private checkOldConfig(
|
private checkOldConfig(
|
||||||
currentConfig: Config | OB11Config,
|
currentConfig: OB11Config,
|
||||||
oldConfig: Config | OB11Config,
|
oldConfig: Config,
|
||||||
currentKey: string,
|
currentKey: 'httpPort' | 'httpHosts' | 'wsPort',
|
||||||
oldKey: string,
|
oldKey: 'http' | 'hosts' | 'wsPort',
|
||||||
) {
|
) {
|
||||||
// 迁移旧的配置到新配置,避免用户重新填写配置
|
// 迁移旧的配置到新配置,避免用户重新填写配置
|
||||||
const oldValue = oldConfig[oldKey]
|
const oldValue = oldConfig[oldKey]
|
||||||
if (oldValue) {
|
if (oldValue) {
|
||||||
currentConfig[currentKey] = oldValue
|
Object.assign(currentConfig, { [currentKey]: oldValue })
|
||||||
delete oldConfig[oldKey]
|
delete oldConfig[oldKey]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -11,6 +11,7 @@ export interface OB11Config {
|
|||||||
messagePostFormat?: 'array' | 'string'
|
messagePostFormat?: 'array' | 'string'
|
||||||
enableHttpHeart?: boolean
|
enableHttpHeart?: boolean
|
||||||
enableQOAutoQuote: boolean // 快速操作回复自动引用原消息
|
enableQOAutoQuote: boolean // 快速操作回复自动引用原消息
|
||||||
|
listenLocalhost: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface CheckVersion {
|
export interface CheckVersion {
|
||||||
@@ -34,6 +35,12 @@ export interface Config {
|
|||||||
ignoreBeforeLoginMsg?: boolean
|
ignoreBeforeLoginMsg?: boolean
|
||||||
/** 单位为秒 */
|
/** 单位为秒 */
|
||||||
msgCacheExpire?: number
|
msgCacheExpire?: number
|
||||||
|
/** @deprecated */
|
||||||
|
http?: string
|
||||||
|
/** @deprecated */
|
||||||
|
hosts?: string[]
|
||||||
|
/** @deprecated */
|
||||||
|
wsPort?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface LLOneBotError {
|
export interface LLOneBotError {
|
||||||
|
@@ -3,7 +3,6 @@ import ffmpeg from 'fluent-ffmpeg'
|
|||||||
import fsPromise from 'node:fs/promises'
|
import fsPromise from 'node:fs/promises'
|
||||||
import { decode, encode, getDuration, getWavFileInfo, isWav, isSilk, EncodeResult } from 'silk-wasm'
|
import { decode, encode, getDuration, getWavFileInfo, isWav, isSilk, EncodeResult } from 'silk-wasm'
|
||||||
import { TEMP_DIR } from '../globalVars'
|
import { TEMP_DIR } from '../globalVars'
|
||||||
import { getConfigUtil } from '../config'
|
|
||||||
import { randomUUID } from 'node:crypto'
|
import { randomUUID } from 'node:crypto'
|
||||||
import { Readable } from 'node:stream'
|
import { Readable } from 'node:stream'
|
||||||
import { Context } from 'cordis'
|
import { Context } from 'cordis'
|
||||||
@@ -17,8 +16,8 @@ type Input = string | Readable
|
|||||||
|
|
||||||
function convert(ctx: Context, input: Input, options: FFmpegOptions): Promise<Buffer>
|
function convert(ctx: Context, input: Input, options: FFmpegOptions): Promise<Buffer>
|
||||||
function convert(ctx: Context, input: Input, options: FFmpegOptions, outputPath: string): Promise<string>
|
function convert(ctx: Context, input: Input, options: FFmpegOptions, outputPath: string): Promise<string>
|
||||||
function convert(ctx: Context, input: Input, options: FFmpegOptions, outputPath?: string): Promise<Buffer> | Promise<string> {
|
function convert(ctx: Context, input: Input, options: FFmpegOptions, outputPath?: string): Promise<Buffer | string> {
|
||||||
return new Promise<any>((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
const chunks: Buffer[] = []
|
const chunks: Buffer[] = []
|
||||||
let command = ffmpeg(input)
|
let command = ffmpeg(input)
|
||||||
.on('error', err => {
|
.on('error', err => {
|
||||||
@@ -38,7 +37,7 @@ function convert(ctx: Context, input: Input, options: FFmpegOptions, outputPath?
|
|||||||
if (options.output) {
|
if (options.output) {
|
||||||
command = command.outputOptions(options.output)
|
command = command.outputOptions(options.output)
|
||||||
}
|
}
|
||||||
const ffmpegPath = getConfigUtil().getConfig().ffmpeg
|
const ffmpegPath: string | undefined = ctx.config.ffmpeg
|
||||||
if (ffmpegPath) {
|
if (ffmpegPath) {
|
||||||
command = command.setFfmpegPath(ffmpegPath)
|
command = command.setFfmpegPath(ffmpegPath)
|
||||||
}
|
}
|
||||||
@@ -85,8 +84,8 @@ export async function encodeSilk(ctx: Context, filePath: string) {
|
|||||||
let duration = 1
|
let duration = 1
|
||||||
try {
|
try {
|
||||||
duration = getDuration(silk) / 1000
|
duration = getDuration(silk) / 1000
|
||||||
} catch (e: any) {
|
} catch (e) {
|
||||||
ctx.logger.warn('获取语音文件时长失败, 默认为1秒', filePath, e.stack)
|
ctx.logger.warn('获取语音文件时长失败, 默认为1秒', filePath, (e as Error).stack)
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
converted: false,
|
converted: false,
|
||||||
@@ -94,8 +93,8 @@ export async function encodeSilk(ctx: Context, filePath: string) {
|
|||||||
duration,
|
duration,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (error: any) {
|
} catch (err) {
|
||||||
ctx.logger.error('convert silk failed', error.stack)
|
ctx.logger.error('convert silk failed', (err as Error).stack)
|
||||||
return {}
|
return {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -4,8 +4,8 @@ import { randomUUID } from 'node:crypto'
|
|||||||
interface Internal_MapKey {
|
interface Internal_MapKey {
|
||||||
timeout: number
|
timeout: number
|
||||||
createtime: number
|
createtime: number
|
||||||
func: (...arg: any[]) => any
|
func: (...arg: any[]) => unknown
|
||||||
checker: ((...args: any[]) => boolean) | undefined
|
checker?: (...args: any[]) => boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
export class ListenerClassBase {
|
export class ListenerClassBase {
|
||||||
@@ -13,7 +13,7 @@ export class ListenerClassBase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface ListenerIBase {
|
export interface ListenerIBase {
|
||||||
new(listener: any): ListenerClassBase
|
new(listener: unknown): ListenerClassBase
|
||||||
}
|
}
|
||||||
|
|
||||||
// forked from https://github.com/NapNeko/NapCatQQ/blob/6f6b258f22d7563f15d84e7172c4d4cbb547f47e/src/common/utils/EventTask.ts#L20
|
// forked from https://github.com/NapNeko/NapCatQQ/blob/6f6b258f22d7563f15d84e7172c4d4cbb547f47e/src/common/utils/EventTask.ts#L20
|
||||||
@@ -30,11 +30,11 @@ export class NTEventWrapper {
|
|||||||
createProxyDispatch(ListenerMainName: string) {
|
createProxyDispatch(ListenerMainName: string) {
|
||||||
const current = this
|
const current = this
|
||||||
return new Proxy({}, {
|
return new Proxy({}, {
|
||||||
get(target: any, prop: any, receiver: any) {
|
get(target: any, prop: string, receiver: unknown) {
|
||||||
// console.log('get', prop, typeof target[prop])
|
// console.log('get', prop, typeof target[prop])
|
||||||
if (typeof target[prop] === 'undefined') {
|
if (typeof target[prop] === 'undefined') {
|
||||||
// 如果方法不存在,返回一个函数,这个函数调用existentMethod
|
// 如果方法不存在,返回一个函数,这个函数调用existentMethod
|
||||||
return (...args: any[]) => {
|
return (...args: unknown[]) => {
|
||||||
current.dispatcherListener.apply(current, [ListenerMainName, prop, ...args]).then()
|
current.dispatcherListener.apply(current, [ListenerMainName, prop, ...args]).then()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -50,7 +50,7 @@ export class NTEventWrapper {
|
|||||||
this.initialised = true
|
this.initialised = true
|
||||||
}
|
}
|
||||||
|
|
||||||
createEventFunction<T extends (...args: any) => any>(eventName: string): T | undefined {
|
createEventFunction<T extends (...args: any) => unknown>(eventName: string): T | undefined {
|
||||||
const eventNameArr = eventName.split('/')
|
const eventNameArr = eventName.split('/')
|
||||||
type eventType = {
|
type eventType = {
|
||||||
[key: string]: () => { [key: string]: (...params: Parameters<T>) => Promise<ReturnType<T>> }
|
[key: string]: () => { [key: string]: (...params: Parameters<T>) => Promise<ReturnType<T>> }
|
||||||
@@ -87,7 +87,7 @@ export class NTEventWrapper {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//统一回调清理事件
|
//统一回调清理事件
|
||||||
async dispatcherListener(ListenerMainName: string, ListenerSubName: string, ...args: any[]) {
|
async dispatcherListener(ListenerMainName: string, ListenerSubName: string, ...args: unknown[]) {
|
||||||
//console.log("[EventDispatcher]",ListenerMainName, ListenerSubName, ...args)
|
//console.log("[EventDispatcher]",ListenerMainName, ListenerSubName, ...args)
|
||||||
this.EventTask.get(ListenerMainName)?.get(ListenerSubName)?.forEach((task, uuid) => {
|
this.EventTask.get(ListenerMainName)?.get(ListenerSubName)?.forEach((task, uuid) => {
|
||||||
//console.log(task.func, uuid, task.createtime, task.timeout)
|
//console.log(task.func, uuid, task.createtime, task.timeout)
|
||||||
@@ -101,7 +101,7 @@ export class NTEventWrapper {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
async CallNoListenerEvent<EventType extends (...args: any[]) => Promise<any> | any>(EventName = '', timeout: number = 3000, ...args: Parameters<EventType>) {
|
async CallNoListenerEvent<EventType extends (...args: any[]) => Promise<any>>(EventName = '', timeout: number = 3000, ...args: Parameters<EventType>) {
|
||||||
return new Promise<Awaited<ReturnType<EventType>>>(async (resolve, reject) => {
|
return new Promise<Awaited<ReturnType<EventType>>>(async (resolve, reject) => {
|
||||||
const EventFunc = this.createEventFunction<EventType>(EventName)
|
const EventFunc = this.createEventFunction<EventType>(EventName)
|
||||||
let complete = false
|
let complete = false
|
||||||
@@ -162,7 +162,7 @@ export class NTEventWrapper {
|
|||||||
const id = randomUUID()
|
const id = randomUUID()
|
||||||
let complete = 0
|
let complete = 0
|
||||||
let retData: Parameters<ListenerType> | undefined = undefined
|
let retData: Parameters<ListenerType> | undefined = undefined
|
||||||
let retEvent: any = {}
|
let retEvent = {}
|
||||||
const databack = () => {
|
const databack = () => {
|
||||||
if (complete == 0) {
|
if (complete == 0) {
|
||||||
reject(new Error('Timeout: NTEvent EventName:' + EventName + ' ListenerName:' + ListenerName + ' EventRet:\n' + JSON.stringify(retEvent, null, 4) + '\n'))
|
reject(new Error('Timeout: NTEvent EventName:' + EventName + ' ListenerName:' + ListenerName + ' EventRet:\n' + JSON.stringify(retEvent, null, 4) + '\n'))
|
||||||
@@ -181,7 +181,7 @@ export class NTEventWrapper {
|
|||||||
timeout: timeout,
|
timeout: timeout,
|
||||||
createtime: Date.now(),
|
createtime: Date.now(),
|
||||||
checker: checker,
|
checker: checker,
|
||||||
func: (...args: any[]) => {
|
func: (...args: unknown[]) => {
|
||||||
complete++
|
complete++
|
||||||
//console.log('func', ...args)
|
//console.log('func', ...args)
|
||||||
retData = args as Parameters<ListenerType>
|
retData = args as Parameters<ListenerType>
|
||||||
@@ -200,7 +200,7 @@ export class NTEventWrapper {
|
|||||||
this.EventTask.get(ListenerMainName)?.get(ListenerSubName)?.set(id, eventCallbak)
|
this.EventTask.get(ListenerMainName)?.get(ListenerSubName)?.set(id, eventCallbak)
|
||||||
this.createListenerFunction(ListenerMainName)
|
this.createListenerFunction(ListenerMainName)
|
||||||
const EventFunc = this.createEventFunction<EventType>(EventName)
|
const EventFunc = this.createEventFunction<EventType>(EventName)
|
||||||
retEvent = await EventFunc!(...(args as any[]))
|
retEvent = await EventFunc!(...args)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -142,8 +142,8 @@ export async function uri2local(uri: string, filename?: string): Promise<Uri2Loc
|
|||||||
const filePath = path.join(TEMP_DIR, filename)
|
const filePath = path.join(TEMP_DIR, filename)
|
||||||
await fsPromise.writeFile(filePath, res.data)
|
await fsPromise.writeFile(filePath, res.data)
|
||||||
return { success: true, errMsg: '', fileName: filename, path: filePath, isLocal: false }
|
return { success: true, errMsg: '', fileName: filename, path: filePath, isLocal: false }
|
||||||
} catch (e: any) {
|
} catch (e) {
|
||||||
const errMsg = `${uri} 下载失败, ${e.message}`
|
const errMsg = `${uri} 下载失败, ${(e as Error).message}`
|
||||||
return { success: false, errMsg, fileName: '', path: '', isLocal: false }
|
return { success: false, errMsg, fileName: '', path: '', isLocal: false }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -175,7 +175,7 @@ export async function copyFolder(sourcePath: string, destPath: string) {
|
|||||||
try {
|
try {
|
||||||
const entries = await fsPromise.readdir(sourcePath, { withFileTypes: true })
|
const entries = await fsPromise.readdir(sourcePath, { withFileTypes: true })
|
||||||
await fsPromise.mkdir(destPath, { recursive: true })
|
await fsPromise.mkdir(destPath, { recursive: true })
|
||||||
for (let entry of entries) {
|
for (const entry of entries) {
|
||||||
const srcPath = path.join(sourcePath, entry.name)
|
const srcPath = path.join(sourcePath, entry.name)
|
||||||
const dstPath = path.join(destPath, entry.name)
|
const dstPath = path.join(destPath, entry.name)
|
||||||
if (entry.isDirectory()) {
|
if (entry.isDirectory()) {
|
||||||
|
@@ -2,8 +2,9 @@ import fs from 'fs'
|
|||||||
import path from 'node:path'
|
import path from 'node:path'
|
||||||
import { getConfigUtil } from '../config'
|
import { getConfigUtil } from '../config'
|
||||||
import { LOG_DIR } from '../globalVars'
|
import { LOG_DIR } from '../globalVars'
|
||||||
|
import { Dict } from 'cosmokit'
|
||||||
|
|
||||||
function truncateString(obj: any, maxLength = 500) {
|
function truncateString(obj: Dict | null, maxLength = 500) {
|
||||||
if (obj !== null && typeof obj === 'object') {
|
if (obj !== null && typeof obj === 'object') {
|
||||||
Object.keys(obj).forEach((key) => {
|
Object.keys(obj).forEach((key) => {
|
||||||
if (typeof obj[key] === 'string') {
|
if (typeof obj[key] === 'string') {
|
||||||
@@ -22,7 +23,7 @@ function truncateString(obj: any, maxLength = 500) {
|
|||||||
|
|
||||||
export const logFileName = `llonebot-${new Date().toLocaleString('zh-CN')}.log`.replace(/\//g, '-').replace(/:/g, '-')
|
export const logFileName = `llonebot-${new Date().toLocaleString('zh-CN')}.log`.replace(/\//g, '-').replace(/:/g, '-')
|
||||||
|
|
||||||
export function log(...msg: any[]) {
|
export function log(...msg: unknown[]) {
|
||||||
if (!getConfigUtil().getConfig().log) {
|
if (!getConfigUtil().getConfig().log) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
@@ -82,7 +82,7 @@ class MessageUniqueWrapper {
|
|||||||
return ret.map((t) => t?.MsgId).filter((t) => t !== undefined)
|
return ret.map((t) => t?.MsgId).filter((t) => t !== undefined)
|
||||||
}
|
}
|
||||||
|
|
||||||
createMsg(peer: Peer, msgId: string): number | undefined {
|
createMsg(peer: Peer, msgId: string): number {
|
||||||
const key = `${msgId}|${peer.chatType}|${peer.peerUid}`
|
const key = `${msgId}|${peer.chatType}|${peer.peerUid}`
|
||||||
const hash = createHash('md5').update(key).digest()
|
const hash = createHash('md5').update(key).digest()
|
||||||
//设置第一个bit为0 保证shortId为正数
|
//设置第一个bit为0 保证shortId为正数
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
import { QQLevel } from '@/ntqqapi/types'
|
import { QQLevel } from '@/ntqqapi/types'
|
||||||
|
import { Dict } from 'cosmokit'
|
||||||
|
|
||||||
export function isNumeric(str: string) {
|
export function isNumeric(str: string) {
|
||||||
return /^\d+$/.test(str)
|
return /^\d+$/.test(str)
|
||||||
@@ -13,4 +14,22 @@ export function calcQQLevel(level: QQLevel) {
|
|||||||
export function getBuildVersion(): number {
|
export function getBuildVersion(): number {
|
||||||
const version: string = globalThis.LiteLoader.versions.qqnt
|
const version: string = globalThis.LiteLoader.versions.qqnt
|
||||||
return +version.split('-')[1]
|
return +version.split('-')[1]
|
||||||
|
}
|
||||||
|
|
||||||
|
/** 在保证老对象已有的属性不变化的情况下将新对象的属性复制到老对象 */
|
||||||
|
export function mergeNewProperties(newObj: Dict, oldObj: Dict) {
|
||||||
|
Object.keys(newObj).forEach((key) => {
|
||||||
|
// 如果老对象不存在当前属性,则直接复制
|
||||||
|
if (!oldObj.hasOwnProperty(key)) {
|
||||||
|
oldObj[key] = newObj[key]
|
||||||
|
} else {
|
||||||
|
// 如果老对象和新对象的当前属性都是对象,则递归合并
|
||||||
|
if (typeof oldObj[key] === 'object' && typeof newObj[key] === 'object') {
|
||||||
|
mergeNewProperties(newObj[key], oldObj[key])
|
||||||
|
} else if (typeof oldObj[key] === 'object' || typeof newObj[key] === 'object') {
|
||||||
|
// 属性冲突,有一方不是对象,直接覆盖
|
||||||
|
oldObj[key] = newObj[key]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
}
|
}
|
@@ -1,106 +1,104 @@
|
|||||||
import https from 'node:https'
|
import https from 'node:https'
|
||||||
import http from 'node:http'
|
import http from 'node:http'
|
||||||
|
import { Dict } from 'cosmokit'
|
||||||
|
|
||||||
export class RequestUtil {
|
export class RequestUtil {
|
||||||
// 适用于获取服务器下发cookies时获取,仅GET
|
// 适用于获取服务器下发cookies时获取,仅GET
|
||||||
static async HttpsGetCookies(url: string): Promise<{ [key: string]: string }> {
|
static async HttpsGetCookies(url: string): Promise<{ [key: string]: string }> {
|
||||||
const client = url.startsWith('https') ? https : http;
|
const client = url.startsWith('https') ? https : http
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
client.get(url, (res) => {
|
client.get(url, (res) => {
|
||||||
let cookies: { [key: string]: string } = {};
|
let cookies: { [key: string]: string } = {}
|
||||||
const handleRedirect = (res: http.IncomingMessage) => {
|
const handleRedirect = (res: http.IncomingMessage) => {
|
||||||
//console.log(res.headers.location);
|
|
||||||
if (res.statusCode === 301 || res.statusCode === 302) {
|
if (res.statusCode === 301 || res.statusCode === 302) {
|
||||||
if (res.headers.location) {
|
if (res.headers.location) {
|
||||||
const redirectUrl = new URL(res.headers.location, url);
|
const redirectUrl = new URL(res.headers.location, url)
|
||||||
RequestUtil.HttpsGetCookies(redirectUrl.href).then((redirectCookies) => {
|
RequestUtil.HttpsGetCookies(redirectUrl.href).then((redirectCookies) => {
|
||||||
// 合并重定向过程中的cookies
|
// 合并重定向过程中的cookies
|
||||||
//log('redirectCookies', redirectCookies)
|
//log('redirectCookies', redirectCookies)
|
||||||
cookies = { ...cookies, ...redirectCookies };
|
cookies = { ...cookies, ...redirectCookies }
|
||||||
resolve(cookies);
|
resolve(cookies)
|
||||||
});
|
})
|
||||||
} else {
|
} else {
|
||||||
resolve(cookies);
|
resolve(cookies)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
resolve(cookies);
|
resolve(cookies)
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
res.on('data', () => { }); // Necessary to consume the stream
|
res.on('data', () => { }) // Necessary to consume the stream
|
||||||
res.on('end', () => {
|
res.on('end', () => {
|
||||||
handleRedirect(res);
|
handleRedirect(res)
|
||||||
});
|
})
|
||||||
if (res.headers['set-cookie']) {
|
if (res.headers['set-cookie']) {
|
||||||
// console.log(res.headers['set-cookie']);
|
//log('set-cookie', url, res.headers['set-cookie'])
|
||||||
//log('set-cookie', url, res.headers['set-cookie']);
|
|
||||||
res.headers['set-cookie'].forEach((cookie) => {
|
res.headers['set-cookie'].forEach((cookie) => {
|
||||||
const parts = cookie.split(';')[0].split('=');
|
const parts = cookie.split(';')[0].split('=')
|
||||||
const key = parts[0];
|
const key = parts[0]
|
||||||
const value = parts[1];
|
const value = parts[1]
|
||||||
if (key && value && key.length > 0 && value.length > 0) {
|
if (key && value && key.length > 0 && value.length > 0) {
|
||||||
cookies[key] = value;
|
cookies[key] = value
|
||||||
}
|
}
|
||||||
});
|
})
|
||||||
}
|
}
|
||||||
}).on('error', (err) => {
|
}).on('error', (err) => {
|
||||||
reject(err);
|
reject(err)
|
||||||
});
|
})
|
||||||
});
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// 请求和回复都是JSON data传原始内容 自动编码json
|
// 请求和回复都是JSON data传原始内容 自动编码json
|
||||||
static async HttpGetJson<T>(url: string, method: string = 'GET', data?: any, headers: Record<string, string> = {}, isJsonRet: boolean = true, isArgJson: boolean = true): Promise<T> {
|
static async HttpGetJson<T>(url: string, method: string = 'GET', data?: unknown, headers: Record<string, string> = {}, isJsonRet: boolean = true, isArgJson: boolean = true): Promise<T> {
|
||||||
let option = new URL(url);
|
const option = new URL(url)
|
||||||
const protocol = url.startsWith('https://') ? https : http;
|
const protocol = url.startsWith('https://') ? https : http
|
||||||
const options = {
|
const options = {
|
||||||
hostname: option.hostname,
|
hostname: option.hostname,
|
||||||
port: option.port,
|
port: option.port,
|
||||||
path: option.href,
|
path: option.href,
|
||||||
method: method,
|
method: method,
|
||||||
headers: headers
|
headers: headers
|
||||||
};
|
}
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
const req = protocol.request(options, (res: any) => {
|
const req = protocol.request(options, (res: Dict) => {
|
||||||
let responseBody = '';
|
let responseBody = ''
|
||||||
res.on('data', (chunk: string | Buffer) => {
|
res.on('data', (chunk: string | Buffer) => {
|
||||||
responseBody += chunk.toString();
|
responseBody += chunk.toString()
|
||||||
});
|
})
|
||||||
|
|
||||||
res.on('end', () => {
|
res.on('end', () => {
|
||||||
try {
|
try {
|
||||||
if (res.statusCode && res.statusCode >= 200 && res.statusCode < 300) {
|
if (res.statusCode && res.statusCode >= 200 && res.statusCode < 300) {
|
||||||
if (isJsonRet) {
|
if (isJsonRet) {
|
||||||
const responseJson = JSON.parse(responseBody);
|
const responseJson = JSON.parse(responseBody)
|
||||||
resolve(responseJson as T);
|
resolve(responseJson as T)
|
||||||
} else {
|
} else {
|
||||||
resolve(responseBody as T);
|
resolve(responseBody as T)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
reject(new Error(`Unexpected status code: ${res.statusCode}`));
|
reject(new Error(`Unexpected status code: ${res.statusCode}`))
|
||||||
}
|
}
|
||||||
} catch (parseError) {
|
} catch (parseError) {
|
||||||
reject(parseError);
|
reject(parseError)
|
||||||
}
|
}
|
||||||
});
|
})
|
||||||
});
|
})
|
||||||
|
|
||||||
req.on('error', (error: any) => {
|
req.on('error', (error) => {
|
||||||
reject(error);
|
reject(error)
|
||||||
});
|
})
|
||||||
if (method === 'POST' || method === 'PUT' || method === 'PATCH') {
|
if (method === 'POST' || method === 'PUT' || method === 'PATCH') {
|
||||||
if (isArgJson) {
|
if (isArgJson) {
|
||||||
req.write(JSON.stringify(data));
|
req.write(JSON.stringify(data))
|
||||||
} else {
|
} else {
|
||||||
req.write(data);
|
req.write(data)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
req.end();
|
req.end()
|
||||||
});
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// 请求返回都是原始内容
|
// 请求返回都是原始内容
|
||||||
static async HttpGetText(url: string, method: string = 'GET', data?: any, headers: Record<string, string> = {}) {
|
static async HttpGetText(url: string, method: string = 'GET', data?: unknown, headers: Record<string, string> = {}) {
|
||||||
return this.HttpGetJson<string>(url, method, data, headers, false, false);
|
return this.HttpGetJson<string>(url, method, data, headers, false, false)
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -14,7 +14,7 @@ export async function checkNewVersion() {
|
|||||||
//log('llonebot last version', latestVersion)
|
//log('llonebot last version', latestVersion)
|
||||||
const currentVersion: string[] = version.split('.')
|
const currentVersion: string[] = version.split('.')
|
||||||
//log('llonebot current version', currentVersion)
|
//log('llonebot current version', currentVersion)
|
||||||
for (let k of [0, 1, 2]) {
|
for (const k of [0, 1, 2]) {
|
||||||
if (parseInt(latestVersion[k]) > parseInt(currentVersion[k])) {
|
if (parseInt(latestVersion[k]) > parseInt(currentVersion[k])) {
|
||||||
log('')
|
log('')
|
||||||
return { result: true, version: latestVersionText }
|
return { result: true, version: latestVersionText }
|
||||||
@@ -47,14 +47,14 @@ export async function upgradeLLOneBot() {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
const temp_ver_dir = path.join(TEMP_DIR, 'LLOneBot' + latestVersion)
|
const temp_ver_dir = path.join(TEMP_DIR, 'LLOneBot' + latestVersion)
|
||||||
let uncompressedPromise = async function () {
|
const uncompressedPromise = async function () {
|
||||||
return new Promise<boolean>((resolve, reject) => {
|
return new Promise<boolean>(resolve => {
|
||||||
compressing.zip
|
compressing.zip
|
||||||
.uncompress(filePath, temp_ver_dir)
|
.uncompress(filePath, temp_ver_dir)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
resolve(true)
|
resolve(true)
|
||||||
})
|
})
|
||||||
.catch((reason: any) => {
|
.catch(reason => {
|
||||||
log('llonebot upgrade failed, ', reason)
|
log('llonebot upgrade failed, ', reason)
|
||||||
if (reason?.errno == -4082) {
|
if (reason?.errno == -4082) {
|
||||||
resolve(true)
|
resolve(true)
|
||||||
@@ -75,8 +75,8 @@ export async function upgradeLLOneBot() {
|
|||||||
export async function getRemoteVersion() {
|
export async function getRemoteVersion() {
|
||||||
let Version = ''
|
let Version = ''
|
||||||
for (let i = 0; i < checkVersionMirrorHosts.length; i++) {
|
for (let i = 0; i < checkVersionMirrorHosts.length; i++) {
|
||||||
let mirrorGithub = checkVersionMirrorHosts[i]
|
const mirrorGithub = checkVersionMirrorHosts[i]
|
||||||
let tVersion = await getRemoteVersionByMirror(mirrorGithub)
|
const tVersion = await getRemoteVersionByMirror(mirrorGithub)
|
||||||
if (tVersion && tVersion != '') {
|
if (tVersion && tVersion != '') {
|
||||||
Version = tVersion
|
Version = tVersion
|
||||||
break
|
break
|
||||||
|
File diff suppressed because one or more lines are too long
7
src/global.d.ts
vendored
7
src/global.d.ts
vendored
@@ -2,9 +2,8 @@ import type { LLOneBot } from './preload'
|
|||||||
import { Dict } from 'cosmokit'
|
import { Dict } from 'cosmokit'
|
||||||
|
|
||||||
declare global {
|
declare global {
|
||||||
interface Window {
|
var llonebot: LLOneBot
|
||||||
llonebot: LLOneBot
|
|
||||||
LiteLoader: Dict
|
|
||||||
}
|
|
||||||
var LiteLoader: Dict
|
var LiteLoader: Dict
|
||||||
|
var authData: Dict | undefined
|
||||||
|
var navigation: Dict | undefined
|
||||||
}
|
}
|
@@ -18,18 +18,15 @@ export default class Log {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
const file = path.join(LOG_DIR, cfg.filename)
|
const file = path.join(LOG_DIR, cfg.filename)
|
||||||
const refreshNick = ctx.debounce(() => {
|
/*const refreshNick = ctx.debounce(() => {
|
||||||
const ntUserApi = ctx.get('ntUserApi')
|
const ntUserApi = ctx.get('ntUserApi')
|
||||||
if (ntUserApi && !selfInfo.nick) {
|
if (ntUserApi && !selfInfo.nick) {
|
||||||
ntUserApi.getSelfNick(true)
|
ntUserApi.getSelfNick(true)
|
||||||
}
|
}
|
||||||
}, 1000)
|
}, 1000)*/
|
||||||
const target: Logger.Target = {
|
const target: Logger.Target = {
|
||||||
colors: 0,
|
colors: 0,
|
||||||
record: (record: Logger.Record) => {
|
record: (record: Logger.Record) => {
|
||||||
if (!selfInfo.nick) {
|
|
||||||
refreshNick()
|
|
||||||
}
|
|
||||||
const dateTime = new Date(record.timestamp).toLocaleString()
|
const dateTime = new Date(record.timestamp).toLocaleString()
|
||||||
const userInfo = selfInfo.uin ? `${selfInfo.nick}(${selfInfo.uin})` : ''
|
const userInfo = selfInfo.uin ? `${selfInfo.nick}(${selfInfo.uin})` : ''
|
||||||
const content = `${dateTime} [${record.type}] ${userInfo} | ${record.name} ${record.content}\n\n`
|
const content = `${dateTime} [${record.type}] ${userInfo} | ${record.name} ${record.content}\n\n`
|
||||||
|
@@ -53,15 +53,15 @@ function onLoad() {
|
|||||||
fs.mkdirSync(LOG_DIR)
|
fs.mkdirSync(LOG_DIR)
|
||||||
}
|
}
|
||||||
|
|
||||||
ipcMain.handle(CHANNEL_CHECK_VERSION, async (event, arg) => {
|
ipcMain.handle(CHANNEL_CHECK_VERSION, async () => {
|
||||||
return checkNewVersion()
|
return checkNewVersion()
|
||||||
})
|
})
|
||||||
|
|
||||||
ipcMain.handle(CHANNEL_UPDATE, async (event, arg) => {
|
ipcMain.handle(CHANNEL_UPDATE, async () => {
|
||||||
return upgradeLLOneBot()
|
return upgradeLLOneBot()
|
||||||
})
|
})
|
||||||
|
|
||||||
ipcMain.handle(CHANNEL_SELECT_FILE, async (event, arg) => {
|
ipcMain.handle(CHANNEL_SELECT_FILE, async () => {
|
||||||
const selectPath = new Promise<string>((resolve, reject) => {
|
const selectPath = new Promise<string>((resolve, reject) => {
|
||||||
dialog
|
dialog
|
||||||
.showOpenDialog({
|
.showOpenDialog({
|
||||||
@@ -90,10 +90,10 @@ function onLoad() {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
ipcMain.handle(CHANNEL_ERROR, async (event, arg) => {
|
ipcMain.handle(CHANNEL_ERROR, async () => {
|
||||||
const ffmpegOk = await checkFfmpeg(getConfigUtil().getConfig().ffmpeg)
|
const ffmpegOk = await checkFfmpeg(getConfigUtil().getConfig().ffmpeg)
|
||||||
llonebotError.ffmpegError = ffmpegOk ? '' : '没有找到 FFmpeg, 音频只能发送 WAV 和 SILK, 视频尺寸可能异常'
|
llonebotError.ffmpegError = ffmpegOk ? '' : '没有找到 FFmpeg, 音频只能发送 WAV 和 SILK, 视频尺寸可能异常'
|
||||||
let { httpServerError, wsServerError, otherError, ffmpegError } = llonebotError
|
const { httpServerError, wsServerError, otherError, ffmpegError } = llonebotError
|
||||||
let error = `${otherError}\n${httpServerError}\n${wsServerError}\n${ffmpegError}`
|
let error = `${otherError}\n${httpServerError}\n${wsServerError}\n${ffmpegError}`
|
||||||
error = error.replace('\n\n', '\n')
|
error = error.replace('\n\n', '\n')
|
||||||
error = error.trim()
|
error = error.trim()
|
||||||
@@ -101,12 +101,12 @@ function onLoad() {
|
|||||||
return error
|
return error
|
||||||
})
|
})
|
||||||
|
|
||||||
ipcMain.handle(CHANNEL_GET_CONFIG, async (event, arg) => {
|
ipcMain.handle(CHANNEL_GET_CONFIG, async () => {
|
||||||
const config = getConfigUtil().getConfig()
|
const config = getConfigUtil().getConfig()
|
||||||
return config
|
return config
|
||||||
})
|
})
|
||||||
|
|
||||||
ipcMain.handle(CHANNEL_SET_CONFIG, (event, ask: boolean, config: LLOBConfig) => {
|
ipcMain.handle(CHANNEL_SET_CONFIG, (_event, ask: boolean, config: LLOBConfig) => {
|
||||||
return new Promise<boolean>(resolve => {
|
return new Promise<boolean>(resolve => {
|
||||||
if (!ask) {
|
if (!ask) {
|
||||||
getConfigUtil().setConfig(config)
|
getConfigUtil().setConfig(config)
|
||||||
@@ -139,7 +139,7 @@ function onLoad() {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
ipcMain.on(CHANNEL_LOG, (event, arg) => {
|
ipcMain.on(CHANNEL_LOG, (_event, arg) => {
|
||||||
log(arg)
|
log(arg)
|
||||||
})
|
})
|
||||||
|
|
||||||
@@ -175,6 +175,9 @@ function onLoad() {
|
|||||||
debug: config.debug!,
|
debug: config.debug!,
|
||||||
reportSelfMessage: config.reportSelfMessage!,
|
reportSelfMessage: config.reportSelfMessage!,
|
||||||
msgCacheExpire: config.msgCacheExpire!,
|
msgCacheExpire: config.msgCacheExpire!,
|
||||||
|
musicSignUrl: config.musicSignUrl,
|
||||||
|
enableLocalFile2Url: config.enableLocalFile2Url!,
|
||||||
|
ffmpeg: config.ffmpeg,
|
||||||
})
|
})
|
||||||
ctx.start()
|
ctx.start()
|
||||||
ipcMain.on(CHANNEL_SET_CONFIG_CONFIRMED, (event, config: LLOBConfig) => {
|
ipcMain.on(CHANNEL_SET_CONFIG_CONFIRMED, (event, config: LLOBConfig) => {
|
||||||
@@ -199,23 +202,25 @@ function onLoad() {
|
|||||||
|
|
||||||
// 创建窗口时触发
|
// 创建窗口时触发
|
||||||
function onBrowserWindowCreated(window: BrowserWindow) {
|
function onBrowserWindowCreated(window: BrowserWindow) {
|
||||||
if (window.id !== 2) {
|
if (![2, 4].includes(window.id)) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
mainWindow = window
|
if (window.id === 2) {
|
||||||
log('window create', window.webContents.getURL().toString())
|
mainWindow = window
|
||||||
|
}
|
||||||
|
//log('window create', window.webContents.getURL().toString())
|
||||||
try {
|
try {
|
||||||
hookNTQQApiCall(window)
|
hookNTQQApiCall(window, window.id !== 2)
|
||||||
hookNTQQApiReceive(window)
|
hookNTQQApiReceive(window, window.id !== 2)
|
||||||
} catch (e: any) {
|
} catch (e) {
|
||||||
log('LLOneBot hook error: ', e.toString())
|
log('LLOneBot hook error: ', String(e))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
onLoad()
|
onLoad()
|
||||||
} catch (e: any) {
|
} catch (e) {
|
||||||
console.log(e.toString())
|
console.log(e)
|
||||||
}
|
}
|
||||||
|
|
||||||
// 这两个函数都是可选的
|
// 这两个函数都是可选的
|
||||||
|
@@ -5,7 +5,6 @@ import {
|
|||||||
CacheFileListItem,
|
CacheFileListItem,
|
||||||
CacheFileType,
|
CacheFileType,
|
||||||
CacheScanResult,
|
CacheScanResult,
|
||||||
ChatCacheList,
|
|
||||||
ChatCacheListItemBasic,
|
ChatCacheListItemBasic,
|
||||||
ChatType,
|
ChatType,
|
||||||
ElementType,
|
ElementType,
|
||||||
@@ -43,14 +42,32 @@ export class NTQQFileApi extends Service {
|
|||||||
this.rkeyManager = new RkeyManager(ctx, 'http://napcat-sign.wumiao.wang:2082/rkey')
|
this.rkeyManager = new RkeyManager(ctx, 'http://napcat-sign.wumiao.wang:2082/rkey')
|
||||||
}
|
}
|
||||||
|
|
||||||
/** 27187 TODO */
|
|
||||||
async getVideoUrl(peer: Peer, msgId: string, elementId: string) {
|
async getVideoUrl(peer: Peer, msgId: string, elementId: string) {
|
||||||
const session = getSession()
|
const session = getSession()
|
||||||
return (await session?.getRichMediaService().getVideoPlayUrlV2(peer,
|
if (session) {
|
||||||
msgId,
|
return (await session.getRichMediaService().getVideoPlayUrlV2(
|
||||||
elementId,
|
peer,
|
||||||
0,
|
msgId,
|
||||||
{ downSourceType: 1, triggerType: 1 }))?.urlResult.domainUrl[0].url
|
elementId,
|
||||||
|
0,
|
||||||
|
{ downSourceType: 1, triggerType: 1 }
|
||||||
|
)).urlResult.domainUrl[0]?.url
|
||||||
|
} else {
|
||||||
|
const data = await invoke('nodeIKernelRichMediaService/getVideoPlayUrlV2', [{
|
||||||
|
peer,
|
||||||
|
msgId,
|
||||||
|
elemId: elementId,
|
||||||
|
videoCodecFormat: 0,
|
||||||
|
exParams: {
|
||||||
|
downSourceType: 1,
|
||||||
|
triggerType: 1
|
||||||
|
},
|
||||||
|
}, null])
|
||||||
|
if (data.result !== 0) {
|
||||||
|
this.ctx.logger.warn('getVideoUrl', data)
|
||||||
|
}
|
||||||
|
return data.urlResult.domainUrl[0]?.url
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async getFileType(filePath: string) {
|
async getFileType(filePath: string) {
|
||||||
@@ -82,23 +99,18 @@ export class NTQQFileApi extends Service {
|
|||||||
file_uuid: ''
|
file_uuid: ''
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
mediaPath = await invoke<string>({
|
mediaPath = await invoke(NTMethod.MEDIA_FILE_PATH, [{
|
||||||
methodName: NTMethod.MEDIA_FILE_PATH,
|
path_info: {
|
||||||
args: [
|
md5HexStr: fileMd5,
|
||||||
{
|
fileName: fileName,
|
||||||
path_info: {
|
elementType: elementType,
|
||||||
md5HexStr: fileMd5,
|
elementSubType,
|
||||||
fileName: fileName,
|
thumbSize: 0,
|
||||||
elementType: elementType,
|
needCreate: true,
|
||||||
elementSubType,
|
downloadType: 1,
|
||||||
thumbSize: 0,
|
file_uuid: '',
|
||||||
needCreate: true,
|
},
|
||||||
downloadType: 1,
|
}])
|
||||||
file_uuid: '',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
await fsPromise.copyFile(filePath, mediaPath)
|
await fsPromise.copyFile(filePath, mediaPath)
|
||||||
const fileSize = (await fsPromise.stat(filePath)).size
|
const fileSize = (await fsPromise.stat(filePath)).size
|
||||||
@@ -174,9 +186,9 @@ export class NTQQFileApi extends Service {
|
|||||||
)
|
)
|
||||||
filePath = data[1].filePath
|
filePath = data[1].filePath
|
||||||
} else {
|
} else {
|
||||||
const data = await invoke<{ notifyInfo: OnRichMediaDownloadCompleteParams }>({
|
const data = await invoke<{ notifyInfo: OnRichMediaDownloadCompleteParams }>(
|
||||||
methodName: NTMethod.DOWNLOAD_MEDIA,
|
'nodeIKernelMsgService/downloadRichMedia',
|
||||||
args: [
|
[
|
||||||
{
|
{
|
||||||
getReq: {
|
getReq: {
|
||||||
fileModelId: '0',
|
fileModelId: '0',
|
||||||
@@ -193,10 +205,12 @@ export class NTQQFileApi extends Service {
|
|||||||
},
|
},
|
||||||
null,
|
null,
|
||||||
],
|
],
|
||||||
cbCmd: ReceiveCmdS.MEDIA_DOWNLOAD_COMPLETE,
|
{
|
||||||
cmdCB: payload => payload.notifyInfo.msgId === msgId,
|
cbCmd: ReceiveCmdS.MEDIA_DOWNLOAD_COMPLETE,
|
||||||
timeout
|
cmdCB: payload => payload.notifyInfo.msgId === msgId,
|
||||||
})
|
timeout
|
||||||
|
}
|
||||||
|
)
|
||||||
filePath = data.notifyInfo.filePath
|
filePath = data.notifyInfo.filePath
|
||||||
}
|
}
|
||||||
if (filePath.startsWith('\\')) {
|
if (filePath.startsWith('\\')) {
|
||||||
@@ -208,11 +222,13 @@ export class NTQQFileApi extends Service {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async getImageSize(filePath: string) {
|
async getImageSize(filePath: string) {
|
||||||
return await invoke<{ width: number; height: number }>({
|
return await invoke<{ width: number; height: number }>(
|
||||||
className: NTClass.FS_API,
|
NTMethod.IMAGE_SIZE,
|
||||||
methodName: NTMethod.IMAGE_SIZE,
|
[filePath],
|
||||||
args: [filePath],
|
{
|
||||||
})
|
className: NTClass.FS_API,
|
||||||
|
}
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
async getImageUrl(element: PicElement) {
|
async getImageUrl(element: PicElement) {
|
||||||
@@ -222,19 +238,19 @@ export class NTQQFileApi extends Service {
|
|||||||
const url: string = element.originImageUrl! // 没有域名
|
const url: string = element.originImageUrl! // 没有域名
|
||||||
const md5HexStr = element.md5HexStr
|
const md5HexStr = element.md5HexStr
|
||||||
const fileMd5 = element.md5HexStr
|
const fileMd5 = element.md5HexStr
|
||||||
|
|
||||||
if (url) {
|
if (url) {
|
||||||
const UrlParse = new URL(IMAGE_HTTP_HOST + url) //临时解析拼接
|
const parsedUrl = new URL(IMAGE_HTTP_HOST + url) //临时解析拼接
|
||||||
const imageAppid = UrlParse.searchParams.get('appid')
|
const imageAppid = parsedUrl.searchParams.get('appid')
|
||||||
const isNewPic = imageAppid && ['1406', '1407'].includes(imageAppid)
|
const isNewPic = imageAppid && ['1406', '1407'].includes(imageAppid)
|
||||||
if (isNewPic) {
|
if (isNewPic) {
|
||||||
let UrlRkey = UrlParse.searchParams.get('rkey')
|
let rkey = parsedUrl.searchParams.get('rkey')
|
||||||
if (UrlRkey) {
|
if (rkey) {
|
||||||
return IMAGE_HTTP_HOST_NT + url
|
return IMAGE_HTTP_HOST_NT + url
|
||||||
}
|
}
|
||||||
const rkeyData = await this.rkeyManager.getRkey()
|
const rkeyData = await this.rkeyManager.getRkey()
|
||||||
UrlRkey = imageAppid === '1406' ? rkeyData.private_rkey : rkeyData.group_rkey
|
rkey = imageAppid === '1406' ? rkeyData.private_rkey : rkeyData.group_rkey
|
||||||
return IMAGE_HTTP_HOST_NT + url + `${UrlRkey}`
|
return IMAGE_HTTP_HOST_NT + url + rkey
|
||||||
} else {
|
} else {
|
||||||
// 老的图片url,不需要rkey
|
// 老的图片url,不需要rkey
|
||||||
return IMAGE_HTTP_HOST + url
|
return IMAGE_HTTP_HOST + url
|
||||||
@@ -254,15 +270,7 @@ export class NTQQFileCacheApi extends Service {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async setCacheSilentScan(isSilent: boolean = true) {
|
async setCacheSilentScan(isSilent: boolean = true) {
|
||||||
return await invoke<GeneralCallResult>({
|
return await invoke<GeneralCallResult>(NTMethod.CACHE_SET_SILENCE, [{ isSilent }, null])
|
||||||
methodName: NTMethod.CACHE_SET_SILENCE,
|
|
||||||
args: [
|
|
||||||
{
|
|
||||||
isSilent,
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
getCacheSessionPathList() {
|
getCacheSessionPathList() {
|
||||||
@@ -271,110 +279,38 @@ export class NTQQFileCacheApi extends Service {
|
|||||||
key: string
|
key: string
|
||||||
value: string
|
value: string
|
||||||
}[]
|
}[]
|
||||||
>({
|
>(NTMethod.CACHE_PATH_SESSION, [], { className: NTClass.OS_API })
|
||||||
className: NTClass.OS_API,
|
|
||||||
methodName: NTMethod.CACHE_PATH_SESSION,
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
clearCache(cacheKeys: Array<string> = ['tmp', 'hotUpdate']) {
|
|
||||||
return invoke<any>({
|
|
||||||
// TODO: 目前还不知道真正的返回值是什么
|
|
||||||
methodName: NTMethod.CACHE_CLEAR,
|
|
||||||
args: [
|
|
||||||
{
|
|
||||||
keys: cacheKeys,
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
addCacheScannedPaths(pathMap: object = {}) {
|
|
||||||
return invoke<GeneralCallResult>({
|
|
||||||
methodName: NTMethod.CACHE_ADD_SCANNED_PATH,
|
|
||||||
args: [
|
|
||||||
{
|
|
||||||
pathMap: { ...pathMap },
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
scanCache() {
|
scanCache() {
|
||||||
invoke<GeneralCallResult>({
|
invoke<GeneralCallResult>(ReceiveCmdS.CACHE_SCAN_FINISH, [], { classNameIsRegister: true })
|
||||||
methodName: ReceiveCmdS.CACHE_SCAN_FINISH,
|
return invoke<CacheScanResult>(NTMethod.CACHE_SCAN, [null, null], { timeout: 300 * Time.second })
|
||||||
classNameIsRegister: true,
|
|
||||||
}).then()
|
|
||||||
return invoke<CacheScanResult>({
|
|
||||||
methodName: NTMethod.CACHE_SCAN,
|
|
||||||
args: [null, null],
|
|
||||||
timeout: 300 * Time.second,
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
getHotUpdateCachePath() {
|
getHotUpdateCachePath() {
|
||||||
return invoke<string>({
|
return invoke<string>(NTMethod.CACHE_PATH_HOT_UPDATE, [], { className: NTClass.HOTUPDATE_API })
|
||||||
className: NTClass.HOTUPDATE_API,
|
|
||||||
methodName: NTMethod.CACHE_PATH_HOT_UPDATE,
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
getDesktopTmpPath() {
|
getDesktopTmpPath() {
|
||||||
return invoke<string>({
|
return invoke<string>(NTMethod.CACHE_PATH_DESKTOP_TEMP, [], { className: NTClass.BUSINESS_API })
|
||||||
className: NTClass.BUSINESS_API,
|
|
||||||
methodName: NTMethod.CACHE_PATH_DESKTOP_TEMP,
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
getChatCacheList(type: ChatType, pageSize: number = 1000, pageIndex: number = 0) {
|
|
||||||
return new Promise<ChatCacheList>((res, rej) => {
|
|
||||||
invoke<ChatCacheList>({
|
|
||||||
methodName: NTMethod.CACHE_CHAT_GET,
|
|
||||||
args: [
|
|
||||||
{
|
|
||||||
chatType: type,
|
|
||||||
pageSize,
|
|
||||||
order: 1,
|
|
||||||
pageIndex,
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
.then((list) => res(list))
|
|
||||||
.catch((e) => rej(e))
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
getFileCacheInfo(fileType: CacheFileType, pageSize: number = 1000, lastRecord?: CacheFileListItem) {
|
getFileCacheInfo(fileType: CacheFileType, pageSize: number = 1000, lastRecord?: CacheFileListItem) {
|
||||||
const _lastRecord = lastRecord ? lastRecord : { fileType: fileType }
|
const _lastRecord = lastRecord ? lastRecord : { fileType: fileType }
|
||||||
|
|
||||||
return invoke<CacheFileList>({
|
return invoke<CacheFileList>(NTMethod.CACHE_FILE_GET, [{
|
||||||
methodName: NTMethod.CACHE_FILE_GET,
|
fileType: fileType,
|
||||||
args: [
|
restart: true,
|
||||||
{
|
pageSize: pageSize,
|
||||||
fileType: fileType,
|
order: 1,
|
||||||
restart: true,
|
lastRecord: _lastRecord,
|
||||||
pageSize: pageSize,
|
}, null])
|
||||||
order: 1,
|
|
||||||
lastRecord: _lastRecord,
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async clearChatCache(chats: ChatCacheListItemBasic[] = [], fileKeys: string[] = []) {
|
async clearChatCache(chats: ChatCacheListItemBasic[] = [], fileKeys: string[] = []) {
|
||||||
return await invoke<GeneralCallResult>({
|
return await invoke<GeneralCallResult>(NTMethod.CACHE_CHAT_CLEAR, [{
|
||||||
methodName: NTMethod.CACHE_CHAT_CLEAR,
|
chats,
|
||||||
args: [
|
fileKeys,
|
||||||
{
|
}, null])
|
||||||
chats,
|
|
||||||
fileKeys,
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -4,8 +4,7 @@ import { invoke, NTMethod, NTClass } from '../ntcall'
|
|||||||
import { getSession } from '@/ntqqapi/wrapper'
|
import { getSession } from '@/ntqqapi/wrapper'
|
||||||
import { BuddyListReqType, NodeIKernelProfileService } from '../services'
|
import { BuddyListReqType, NodeIKernelProfileService } from '../services'
|
||||||
import { NTEventDispatch } from '@/common/utils/eventTask'
|
import { NTEventDispatch } from '@/common/utils/eventTask'
|
||||||
import { LimitedHashTable } from '@/common/utils/table'
|
import { Dict, pick } from 'cosmokit'
|
||||||
import { pick } from 'cosmokit'
|
|
||||||
import { Service, Context } from 'cordis'
|
import { Service, Context } from 'cordis'
|
||||||
|
|
||||||
declare module 'cordis' {
|
declare module 'cordis' {
|
||||||
@@ -20,7 +19,7 @@ export class NTQQFriendApi extends Service {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** 大于或等于 26702 应使用 getBuddyV2 */
|
/** 大于或等于 26702 应使用 getBuddyV2 */
|
||||||
async getFriends(forced = false) {
|
async getFriends(_forced = false) {
|
||||||
const data = await invoke<{
|
const data = await invoke<{
|
||||||
data: {
|
data: {
|
||||||
categoryId: number
|
categoryId: number
|
||||||
@@ -28,12 +27,15 @@ export class NTQQFriendApi extends Service {
|
|||||||
categroyMbCount: number
|
categroyMbCount: number
|
||||||
buddyList: Friend[]
|
buddyList: Friend[]
|
||||||
}[]
|
}[]
|
||||||
}>({
|
}>(
|
||||||
className: NTClass.NODE_STORE_API,
|
'getBuddyList',
|
||||||
methodName: 'getBuddyList',
|
[],
|
||||||
cbCmd: ReceiveCmdS.FRIENDS,
|
{
|
||||||
afterFirstCmd: false,
|
className: NTClass.NODE_STORE_API,
|
||||||
})
|
cbCmd: ReceiveCmdS.FRIENDS,
|
||||||
|
afterFirstCmd: false,
|
||||||
|
}
|
||||||
|
)
|
||||||
const _friends: Friend[] = []
|
const _friends: Friend[] = []
|
||||||
for (const item of data.data) {
|
for (const item of data.data) {
|
||||||
_friends.push(...item.buddyList)
|
_friends.push(...item.buddyList)
|
||||||
@@ -56,18 +58,13 @@ export class NTQQFriendApi extends Service {
|
|||||||
accept
|
accept
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
return await invoke({
|
return await invoke(NTMethod.HANDLE_FRIEND_REQUEST, [{
|
||||||
methodName: NTMethod.HANDLE_FRIEND_REQUEST,
|
approvalInfo: {
|
||||||
args: [
|
friendUid,
|
||||||
{
|
reqTime,
|
||||||
approvalInfo: {
|
accept,
|
||||||
friendUid,
|
},
|
||||||
reqTime,
|
}])
|
||||||
accept,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -86,13 +83,15 @@ export class NTQQFriendApi extends Service {
|
|||||||
const data = await invoke<{
|
const data = await invoke<{
|
||||||
buddyCategory: CategoryFriend[]
|
buddyCategory: CategoryFriend[]
|
||||||
userSimpleInfos: Record<string, SimpleInfo>
|
userSimpleInfos: Record<string, SimpleInfo>
|
||||||
}>({
|
}>(
|
||||||
className: NTClass.NODE_STORE_API,
|
'getBuddyList',
|
||||||
methodName: 'getBuddyList',
|
[refresh],
|
||||||
args: [refresh],
|
{
|
||||||
cbCmd: ReceiveCmdS.FRIENDS,
|
className: NTClass.NODE_STORE_API,
|
||||||
afterFirstCmd: false,
|
cbCmd: ReceiveCmdS.FRIENDS,
|
||||||
})
|
afterFirstCmd: false,
|
||||||
|
}
|
||||||
|
)
|
||||||
const categoryUids: Map<number, string[]> = new Map()
|
const categoryUids: Map<number, string[]> = new Map()
|
||||||
for (const item of data.buddyCategory) {
|
for (const item of data.buddyCategory) {
|
||||||
categoryUids.set(item.categoryId, item.buddyUids)
|
categoryUids.set(item.categoryId, item.buddyUids)
|
||||||
@@ -101,8 +100,9 @@ export class NTQQFriendApi extends Service {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async getBuddyIdMap(refresh = false): Promise<LimitedHashTable<string, string>> {
|
/** uid => uin */
|
||||||
const retMap: LimitedHashTable<string, string> = new LimitedHashTable<string, string>(5000)
|
async getBuddyIdMap(refresh = false): Promise<Map<string, string>> {
|
||||||
|
const retMap: Map<string, string> = new Map()
|
||||||
const session = getSession()
|
const session = getSession()
|
||||||
if (session) {
|
if (session) {
|
||||||
const uids: string[] = []
|
const uids: string[] = []
|
||||||
@@ -112,22 +112,30 @@ export class NTQQFriendApi extends Service {
|
|||||||
const data = await NTEventDispatch.CallNoListenerEvent<NodeIKernelProfileService['getCoreAndBaseInfo']>(
|
const data = await NTEventDispatch.CallNoListenerEvent<NodeIKernelProfileService['getCoreAndBaseInfo']>(
|
||||||
'NodeIKernelProfileService/getCoreAndBaseInfo', 5000, 'nodeStore', uids
|
'NodeIKernelProfileService/getCoreAndBaseInfo', 5000, 'nodeStore', uids
|
||||||
)
|
)
|
||||||
data.forEach((value, key) => {
|
for (const [, item] of data) {
|
||||||
retMap.set(value.uin!, value.uid!)
|
if (retMap.size > 5000) {
|
||||||
})
|
break
|
||||||
|
}
|
||||||
|
retMap.set(item.uid!, item.uin!)
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
const data = await invoke<{
|
const data = await invoke<{
|
||||||
buddyCategory: CategoryFriend[]
|
buddyCategory: CategoryFriend[]
|
||||||
userSimpleInfos: Record<string, SimpleInfo>
|
userSimpleInfos: Record<string, SimpleInfo>
|
||||||
}>({
|
}>(
|
||||||
className: NTClass.NODE_STORE_API,
|
'getBuddyList',
|
||||||
methodName: 'getBuddyList',
|
[refresh],
|
||||||
args: [refresh],
|
{
|
||||||
cbCmd: ReceiveCmdS.FRIENDS,
|
className: NTClass.NODE_STORE_API,
|
||||||
afterFirstCmd: false,
|
cbCmd: ReceiveCmdS.FRIENDS,
|
||||||
})
|
afterFirstCmd: false,
|
||||||
|
}
|
||||||
|
)
|
||||||
for (const item of Object.values(data.userSimpleInfos)) {
|
for (const item of Object.values(data.userSimpleInfos)) {
|
||||||
retMap.set(item.uin!, item.uid!)
|
if (retMap.size > 5000) {
|
||||||
|
break
|
||||||
|
}
|
||||||
|
retMap.set(item.uid!, item.uin!)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return retMap
|
return retMap
|
||||||
@@ -137,16 +145,16 @@ export class NTQQFriendApi extends Service {
|
|||||||
const session = getSession()
|
const session = getSession()
|
||||||
if (session) {
|
if (session) {
|
||||||
const uids: string[] = []
|
const uids: string[] = []
|
||||||
const categoryMap: Map<string, any> = new Map()
|
const categoryMap: Map<string, Dict> = new Map()
|
||||||
const buddyService = session.getBuddyService()
|
const buddyService = session.getBuddyService()
|
||||||
const buddyListV2 = (await buddyService?.getBuddyListV2('0', BuddyListReqType.KNOMAL))?.data
|
const buddyListV2 = (await buddyService.getBuddyListV2('0', BuddyListReqType.KNOMAL)).data
|
||||||
uids.push(
|
uids.push(
|
||||||
...buddyListV2?.flatMap(item => {
|
...buddyListV2.flatMap(item => {
|
||||||
item.buddyUids.forEach(uid => {
|
item.buddyUids.forEach(uid => {
|
||||||
categoryMap.set(uid, { categoryId: item.categoryId, categroyName: item.categroyName })
|
categoryMap.set(uid, { categoryId: item.categoryId, categroyName: item.categroyName })
|
||||||
})
|
})
|
||||||
return item.buddyUids
|
return item.buddyUids
|
||||||
})!)
|
}))
|
||||||
const data = await NTEventDispatch.CallNoListenerEvent<NodeIKernelProfileService['getCoreAndBaseInfo']>(
|
const data = await NTEventDispatch.CallNoListenerEvent<NodeIKernelProfileService['getCoreAndBaseInfo']>(
|
||||||
'NodeIKernelProfileService/getCoreAndBaseInfo', 5000, 'nodeStore', uids
|
'NodeIKernelProfileService/getCoreAndBaseInfo', 5000, 'nodeStore', uids
|
||||||
)
|
)
|
||||||
@@ -158,13 +166,15 @@ export class NTQQFriendApi extends Service {
|
|||||||
const data = await invoke<{
|
const data = await invoke<{
|
||||||
buddyCategory: CategoryFriend[]
|
buddyCategory: CategoryFriend[]
|
||||||
userSimpleInfos: Record<string, SimpleInfo>
|
userSimpleInfos: Record<string, SimpleInfo>
|
||||||
}>({
|
}>(
|
||||||
className: NTClass.NODE_STORE_API,
|
'getBuddyList',
|
||||||
methodName: 'getBuddyList',
|
[refresh],
|
||||||
args: [refresh],
|
{
|
||||||
cbCmd: ReceiveCmdS.FRIENDS,
|
className: NTClass.NODE_STORE_API,
|
||||||
afterFirstCmd: false,
|
cbCmd: ReceiveCmdS.FRIENDS,
|
||||||
})
|
afterFirstCmd: false,
|
||||||
|
}
|
||||||
|
)
|
||||||
const category: Map<number, Pick<CategoryFriend, 'buddyUids' | 'categroyName'>> = new Map()
|
const category: Map<number, Pick<CategoryFriend, 'buddyUids' | 'categroyName'>> = new Map()
|
||||||
for (const item of data.buddyCategory) {
|
for (const item of data.buddyCategory) {
|
||||||
category.set(item.categoryId, pick(item, ['buddyUids', 'categroyName']))
|
category.set(item.categoryId, pick(item, ['buddyUids', 'categroyName']))
|
||||||
@@ -186,13 +196,7 @@ export class NTQQFriendApi extends Service {
|
|||||||
if (session) {
|
if (session) {
|
||||||
return session.getBuddyService().isBuddy(uid)
|
return session.getBuddyService().isBuddy(uid)
|
||||||
} else {
|
} else {
|
||||||
return await invoke<boolean>({
|
return await invoke('nodeIKernelBuddyService/isBuddy', [{ uid }, null])
|
||||||
methodName: 'nodeIKernelBuddyService/isBuddy',
|
|
||||||
args: [
|
|
||||||
{ uid },
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
import { ReceiveCmdS } from '../hook'
|
import { ReceiveCmdS } from '../hook'
|
||||||
import { Group, GroupMember, GroupMemberRole, GroupNotifies, GroupRequestOperateTypes, GroupNotify } from '../types'
|
import { Group, GroupMember, GroupMemberRole, GroupNotifies, GroupRequestOperateTypes, GroupNotify, GetFileListParam } from '../types'
|
||||||
import { invoke, NTClass, NTMethod } from '../ntcall'
|
import { invoke, NTClass, NTMethod } from '../ntcall'
|
||||||
import { GeneralCallResult } from '../services'
|
import { GeneralCallResult } from '../services'
|
||||||
import { NTQQWindows } from './window'
|
import { NTQQWindows } from './window'
|
||||||
import { getSession } from '../wrapper'
|
import { getSession } from '../wrapper'
|
||||||
import { NTEventDispatch } from '@/common/utils/eventTask'
|
import { OnGroupFileInfoUpdateParams } from '../listeners'
|
||||||
import { NodeIKernelGroupListener } from '../listeners'
|
|
||||||
import { NodeIKernelGroupService } from '../services'
|
import { NodeIKernelGroupService } from '../services'
|
||||||
import { Service, Context } from 'cordis'
|
import { Service, Context } from 'cordis'
|
||||||
import { isNumeric } from '@/common/utils/misc'
|
import { isNumeric } from '@/common/utils/misc'
|
||||||
@@ -17,69 +16,40 @@ declare module 'cordis' {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export class NTQQGroupApi extends Service {
|
export class NTQQGroupApi extends Service {
|
||||||
private groupMembers: Map<string, Map<string, GroupMember>> = new Map<string, Map<string, GroupMember>>()
|
static inject = ['ntWindowApi']
|
||||||
|
|
||||||
|
public groupMembers: Map<string, Map<string, GroupMember>> = new Map<string, Map<string, GroupMember>>()
|
||||||
|
|
||||||
constructor(protected ctx: Context) {
|
constructor(protected ctx: Context) {
|
||||||
super(ctx, 'ntGroupApi', true)
|
super(ctx, 'ntGroupApi', true)
|
||||||
}
|
}
|
||||||
|
|
||||||
async getGroups(forced = false): Promise<Group[]> {
|
async getGroups(forced = false): Promise<Group[]> {
|
||||||
if (NTEventDispatch.initialised) {
|
const result = await invoke<{
|
||||||
type ListenerType = NodeIKernelGroupListener['onGroupListUpdate']
|
updateType: number
|
||||||
const [, , groupList] = await NTEventDispatch.CallNormalEvent
|
groupList: Group[]
|
||||||
<(force: boolean) => Promise<any>, ListenerType>
|
}>(
|
||||||
(
|
'getGroupList',
|
||||||
'NodeIKernelGroupService/getGroupList',
|
[],
|
||||||
'NodeIKernelGroupListener/onGroupListUpdate',
|
{
|
||||||
1,
|
|
||||||
5000,
|
|
||||||
() => true,
|
|
||||||
forced
|
|
||||||
)
|
|
||||||
return groupList
|
|
||||||
} else {
|
|
||||||
const result = await invoke<{
|
|
||||||
updateType: number
|
|
||||||
groupList: Group[]
|
|
||||||
}>({
|
|
||||||
className: NTClass.NODE_STORE_API,
|
className: NTClass.NODE_STORE_API,
|
||||||
methodName: 'getGroupList',
|
|
||||||
cbCmd: ReceiveCmdS.GROUPS_STORE,
|
cbCmd: ReceiveCmdS.GROUPS_STORE,
|
||||||
afterFirstCmd: false,
|
afterFirstCmd: false,
|
||||||
})
|
}
|
||||||
return result.groupList
|
)
|
||||||
}
|
return result.groupList
|
||||||
}
|
}
|
||||||
|
|
||||||
async getGroupMembers(groupQQ: string, num = 3000): Promise<Map<string, GroupMember>> {
|
async getGroupMembers(groupCode: string, num = 3000): Promise<Map<string, GroupMember>> {
|
||||||
const session = getSession()
|
const session = getSession()
|
||||||
let result: Awaited<ReturnType<NodeIKernelGroupService['getNextMemberList']>>
|
let result: Awaited<ReturnType<NodeIKernelGroupService['getNextMemberList']>>
|
||||||
if (session) {
|
if (session) {
|
||||||
const groupService = session.getGroupService()
|
const groupService = session.getGroupService()
|
||||||
const sceneId = groupService.createMemberListScene(groupQQ, 'groupMemberList_MainWindow')
|
const sceneId = groupService.createMemberListScene(groupCode, 'groupMemberList_MainWindow')
|
||||||
result = await groupService.getNextMemberList(sceneId, undefined, num)
|
result = await groupService.getNextMemberList(sceneId, undefined, num)
|
||||||
} else {
|
} else {
|
||||||
const sceneId = await invoke<string>({
|
const sceneId = await invoke(NTMethod.GROUP_MEMBER_SCENE, [{ groupCode, scene: 'groupMemberList_MainWindow' }])
|
||||||
methodName: NTMethod.GROUP_MEMBER_SCENE,
|
result = await invoke(NTMethod.GROUP_MEMBERS, [{ sceneId, num }, null])
|
||||||
args: [
|
|
||||||
{
|
|
||||||
groupCode: groupQQ,
|
|
||||||
scene: 'groupMemberList_MainWindow',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
})
|
|
||||||
result = await invoke<
|
|
||||||
ReturnType<NodeIKernelGroupService['getNextMemberList']>
|
|
||||||
>({
|
|
||||||
methodName: NTMethod.GROUP_MEMBERS,
|
|
||||||
args: [
|
|
||||||
{
|
|
||||||
sceneId,
|
|
||||||
num,
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
if (result.errCode !== 0) {
|
if (result.errCode !== 0) {
|
||||||
throw ('获取群成员列表出错,' + result.errMsg)
|
throw ('获取群成员列表出错,' + result.errMsg)
|
||||||
@@ -90,30 +60,29 @@ export class NTQQGroupApi extends Service {
|
|||||||
async getGroupMember(groupCode: string | number, memberUinOrUid: string | number) {
|
async getGroupMember(groupCode: string | number, memberUinOrUid: string | number) {
|
||||||
const groupCodeStr = groupCode.toString()
|
const groupCodeStr = groupCode.toString()
|
||||||
const memberUinOrUidStr = memberUinOrUid.toString()
|
const memberUinOrUidStr = memberUinOrUid.toString()
|
||||||
let members = this.groupMembers.get(groupCodeStr)
|
if (!this.groupMembers.has(groupCodeStr)) {
|
||||||
if (!members) {
|
|
||||||
try {
|
try {
|
||||||
members = await this.getGroupMembers(groupCodeStr)
|
|
||||||
// 更新群成员列表
|
// 更新群成员列表
|
||||||
this.groupMembers.set(groupCodeStr, members)
|
this.groupMembers.set(groupCodeStr, await this.getGroupMembers(groupCodeStr))
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
let members = this.groupMembers.get(groupCodeStr)!
|
||||||
const getMember = () => {
|
const getMember = () => {
|
||||||
let member: GroupMember | undefined = undefined
|
let member: GroupMember | undefined = undefined
|
||||||
if (isNumeric(memberUinOrUidStr)) {
|
if (isNumeric(memberUinOrUidStr)) {
|
||||||
member = Array.from(members!.values()).find(member => member.uin === memberUinOrUidStr)
|
member = Array.from(members.values()).find(member => member.uin === memberUinOrUidStr)
|
||||||
} else {
|
} else {
|
||||||
member = members!.get(memberUinOrUidStr)
|
member = members.get(memberUinOrUidStr)
|
||||||
}
|
}
|
||||||
return member
|
return member
|
||||||
}
|
}
|
||||||
let member = getMember()
|
let member = getMember()
|
||||||
if (!member) {
|
if (!member) {
|
||||||
members = await this.getGroupMembers(groupCodeStr)
|
this.groupMembers.set(groupCodeStr, await this.getGroupMembers(groupCodeStr))
|
||||||
this.groupMembers.set(groupCodeStr, members)
|
members = this.groupMembers.get(groupCodeStr)!
|
||||||
member = getMember()
|
member = getMember()
|
||||||
}
|
}
|
||||||
return member
|
return member
|
||||||
@@ -129,38 +98,16 @@ export class NTQQGroupApi extends Service {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async getSingleScreenNotifies(num: number) {
|
async getSingleScreenNotifies(num: number) {
|
||||||
if (NTEventDispatch.initialised) {
|
invoke(ReceiveCmdS.GROUP_NOTIFY, [], { classNameIsRegister: true })
|
||||||
const [_retData, _doubt, _seq, notifies] = await NTEventDispatch.CallNormalEvent
|
return (await invoke<GroupNotifies>(
|
||||||
<(arg1: boolean, arg2: string, arg3: number) => Promise<any>, (doubt: boolean, seq: string, notifies: GroupNotify[]) => void>
|
'nodeIKernelGroupService/getSingleScreenNotifies',
|
||||||
(
|
[{ doubt: false, startSeq: '', number: num }, null],
|
||||||
'NodeIKernelGroupService/getSingleScreenNotifies',
|
{
|
||||||
'NodeIKernelGroupListener/onGroupSingleScreenNotifies',
|
|
||||||
1,
|
|
||||||
5000,
|
|
||||||
() => true,
|
|
||||||
false,
|
|
||||||
'',
|
|
||||||
num,
|
|
||||||
)
|
|
||||||
return notifies
|
|
||||||
} else {
|
|
||||||
invoke({
|
|
||||||
methodName: ReceiveCmdS.GROUP_NOTIFY,
|
|
||||||
classNameIsRegister: true,
|
|
||||||
})
|
|
||||||
return (await invoke<GroupNotifies>({
|
|
||||||
methodName: NTMethod.GET_GROUP_NOTICE,
|
|
||||||
cbCmd: ReceiveCmdS.GROUP_NOTIFY,
|
cbCmd: ReceiveCmdS.GROUP_NOTIFY,
|
||||||
afterFirstCmd: false,
|
afterFirstCmd: false,
|
||||||
args: [{ doubt: false, startSeq: '', number: num }, null],
|
}
|
||||||
})).notifies
|
)).notifies
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/** 27187 TODO */
|
|
||||||
async delGroupFile(groupCode: string, files: string[]) {
|
|
||||||
const session = getSession()
|
|
||||||
return session?.getRichMediaService().deleteGroupFile(groupCode, [102], files)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async handleGroupRequest(flag: string, operateType: GroupRequestOperateTypes, reason?: string) {
|
async handleGroupRequest(flag: string, operateType: GroupRequestOperateTypes, reason?: string) {
|
||||||
@@ -182,156 +129,91 @@ export class NTQQGroupApi extends Service {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
return await invoke({
|
return await invoke(NTMethod.HANDLE_GROUP_REQUEST, [{
|
||||||
methodName: NTMethod.HANDLE_GROUP_REQUEST,
|
doubt: false,
|
||||||
args: [
|
operateMsg: {
|
||||||
{
|
operateType,
|
||||||
doubt: false,
|
targetMsg: {
|
||||||
operateMsg: {
|
seq,
|
||||||
operateType,
|
type,
|
||||||
targetMsg: {
|
groupCode,
|
||||||
seq,
|
postscript: reason || ' ' // 仅传空值可能导致处理失败,故默认给个空格
|
||||||
type,
|
|
||||||
groupCode,
|
|
||||||
postscript: reason || ' ' // 仅传空值可能导致处理失败,故默认给个空格
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
null,
|
},
|
||||||
],
|
}, null])
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async quitGroup(groupQQ: string) {
|
async quitGroup(groupCode: string) {
|
||||||
const session = getSession()
|
const session = getSession()
|
||||||
if (session) {
|
if (session) {
|
||||||
return session.getGroupService().quitGroup(groupQQ)
|
return session.getGroupService().quitGroup(groupCode)
|
||||||
} else {
|
} else {
|
||||||
return await invoke({
|
return await invoke(NTMethod.QUIT_GROUP, [{ groupCode }, null])
|
||||||
methodName: NTMethod.QUIT_GROUP,
|
|
||||||
args: [{ groupCode: groupQQ }, null],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async kickMember(
|
async kickMember(
|
||||||
groupQQ: string,
|
groupCode: string,
|
||||||
kickUids: string[],
|
kickUids: string[],
|
||||||
refuseForever = false,
|
refuseForever = false,
|
||||||
kickReason = '',
|
kickReason = '',
|
||||||
) {
|
) {
|
||||||
const session = getSession()
|
const session = getSession()
|
||||||
if (session) {
|
if (session) {
|
||||||
return session.getGroupService().kickMember(groupQQ, kickUids, refuseForever, kickReason)
|
return session.getGroupService().kickMember(groupCode, kickUids, refuseForever, kickReason)
|
||||||
} else {
|
} else {
|
||||||
return await invoke({
|
return await invoke(NTMethod.KICK_MEMBER, [{ groupCode, kickUids, refuseForever, kickReason }])
|
||||||
methodName: NTMethod.KICK_MEMBER,
|
|
||||||
args: [
|
|
||||||
{
|
|
||||||
groupCode: groupQQ,
|
|
||||||
kickUids,
|
|
||||||
refuseForever,
|
|
||||||
kickReason,
|
|
||||||
},
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async banMember(groupQQ: string, memList: Array<{ uid: string, timeStamp: number }>) {
|
async banMember(groupCode: string, memList: Array<{ uid: string, timeStamp: number }>) {
|
||||||
// timeStamp为秒数, 0为解除禁言
|
// timeStamp为秒数, 0为解除禁言
|
||||||
const session = getSession()
|
const session = getSession()
|
||||||
if (session) {
|
if (session) {
|
||||||
return session.getGroupService().setMemberShutUp(groupQQ, memList)
|
return session.getGroupService().setMemberShutUp(groupCode, memList)
|
||||||
} else {
|
} else {
|
||||||
return await invoke({
|
return await invoke(NTMethod.MUTE_MEMBER, [{ groupCode, memList }])
|
||||||
methodName: NTMethod.MUTE_MEMBER,
|
|
||||||
args: [
|
|
||||||
{
|
|
||||||
groupCode: groupQQ,
|
|
||||||
memList,
|
|
||||||
},
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async banGroup(groupQQ: string, shutUp: boolean) {
|
async banGroup(groupCode: string, shutUp: boolean) {
|
||||||
const session = getSession()
|
const session = getSession()
|
||||||
if (session) {
|
if (session) {
|
||||||
return session.getGroupService().setGroupShutUp(groupQQ, shutUp)
|
return session.getGroupService().setGroupShutUp(groupCode, shutUp)
|
||||||
} else {
|
} else {
|
||||||
return await invoke({
|
return await invoke(NTMethod.MUTE_GROUP, [{ groupCode, shutUp }, null])
|
||||||
methodName: NTMethod.MUTE_GROUP,
|
|
||||||
args: [
|
|
||||||
{
|
|
||||||
groupCode: groupQQ,
|
|
||||||
shutUp,
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async setMemberCard(groupQQ: string, memberUid: string, cardName: string) {
|
async setMemberCard(groupCode: string, memberUid: string, cardName: string) {
|
||||||
const session = getSession()
|
const session = getSession()
|
||||||
if (session) {
|
if (session) {
|
||||||
return session.getGroupService().modifyMemberCardName(groupQQ, memberUid, cardName)
|
return session.getGroupService().modifyMemberCardName(groupCode, memberUid, cardName)
|
||||||
} else {
|
} else {
|
||||||
return await invoke({
|
return await invoke(NTMethod.SET_MEMBER_CARD, [{ groupCode, uid: memberUid, cardName }, null])
|
||||||
methodName: NTMethod.SET_MEMBER_CARD,
|
|
||||||
args: [
|
|
||||||
{
|
|
||||||
groupCode: groupQQ,
|
|
||||||
uid: memberUid,
|
|
||||||
cardName,
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async setMemberRole(groupQQ: string, memberUid: string, role: GroupMemberRole) {
|
async setMemberRole(groupCode: string, memberUid: string, role: GroupMemberRole) {
|
||||||
const session = getSession()
|
const session = getSession()
|
||||||
if (session) {
|
if (session) {
|
||||||
return session.getGroupService().modifyMemberRole(groupQQ, memberUid, role)
|
return session.getGroupService().modifyMemberRole(groupCode, memberUid, role)
|
||||||
} else {
|
} else {
|
||||||
return await invoke({
|
return await invoke(NTMethod.SET_MEMBER_ROLE, [{ groupCode, uid: memberUid, role }, null])
|
||||||
methodName: NTMethod.SET_MEMBER_ROLE,
|
|
||||||
args: [
|
|
||||||
{
|
|
||||||
groupCode: groupQQ,
|
|
||||||
uid: memberUid,
|
|
||||||
role,
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async setGroupName(groupQQ: string, groupName: string) {
|
async setGroupName(groupCode: string, groupName: string) {
|
||||||
const session = getSession()
|
const session = getSession()
|
||||||
if (session) {
|
if (session) {
|
||||||
return session.getGroupService().modifyGroupName(groupQQ, groupName, false)
|
return session.getGroupService().modifyGroupName(groupCode, groupName, false)
|
||||||
} else {
|
} else {
|
||||||
return await invoke({
|
return await invoke(NTMethod.SET_GROUP_NAME, [{ groupCode, groupName }, null])
|
||||||
methodName: NTMethod.SET_GROUP_NAME,
|
|
||||||
args: [
|
|
||||||
{
|
|
||||||
groupCode: groupQQ,
|
|
||||||
groupName,
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async getGroupAtAllRemainCount(groupCode: string) {
|
async getGroupRemainAtTimes(groupCode: string) {
|
||||||
return await invoke<
|
return await invoke<
|
||||||
GeneralCallResult & {
|
GeneralCallResult & {
|
||||||
atInfo: {
|
atInfo: {
|
||||||
@@ -342,44 +224,68 @@ export class NTQQGroupApi extends Service {
|
|||||||
canNotAtAllMsg: ''
|
canNotAtAllMsg: ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
>({
|
>(NTMethod.GROUP_AT_ALL_REMAIN_COUNT, [{ groupCode }, null])
|
||||||
methodName: NTMethod.GROUP_AT_ALL_REMAIN_COUNT,
|
|
||||||
args: [
|
|
||||||
{
|
|
||||||
groupCode,
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/** 27187 TODO */
|
/** 27187 TODO */
|
||||||
async removeGroupEssence(GroupCode: string, msgId: string) {
|
async removeGroupEssence(groupCode: string, msgId: string) {
|
||||||
const session = getSession()
|
const session = getSession()
|
||||||
// 代码没测过
|
// 代码没测过
|
||||||
// 需要 ob11msgid->msgId + (peer) -> msgSeq + msgRandom
|
// 需要 ob11msgid->msgId + (peer) -> msgSeq + msgRandom
|
||||||
let MsgData = await session?.getMsgService().getMsgsIncludeSelf({ chatType: 2, guildId: '', peerUid: GroupCode }, msgId, 1, false)
|
const data = await session?.getMsgService().getMsgsIncludeSelf({ chatType: 2, guildId: '', peerUid: groupCode }, msgId, 1, false)
|
||||||
let param = {
|
const param = {
|
||||||
groupCode: GroupCode,
|
groupCode: groupCode,
|
||||||
msgRandom: parseInt(MsgData?.msgList[0].msgRandom!),
|
msgRandom: Number(data?.msgList[0].msgRandom),
|
||||||
msgSeq: parseInt(MsgData?.msgList[0].msgSeq!)
|
msgSeq: Number(data?.msgList[0].msgSeq)
|
||||||
}
|
}
|
||||||
// GetMsgByShoretID(ShoretID) -> MsgService.getMsgs(Peer,MsgId,1,false) -> 组出参数
|
// GetMsgByShoretID(ShoretID) -> MsgService.getMsgs(Peer,MsgId,1,false) -> 组出参数
|
||||||
return session?.getGroupService().removeGroupEssence(param)
|
return session?.getGroupService().removeGroupEssence(param)
|
||||||
}
|
}
|
||||||
|
|
||||||
/** 27187 TODO */
|
/** 27187 TODO */
|
||||||
async addGroupEssence(GroupCode: string, msgId: string) {
|
async addGroupEssence(groupCode: string, msgId: string) {
|
||||||
const session = getSession()
|
const session = getSession()
|
||||||
// 代码没测过
|
// 代码没测过
|
||||||
// 需要 ob11msgid->msgId + (peer) -> msgSeq + msgRandom
|
// 需要 ob11msgid->msgId + (peer) -> msgSeq + msgRandom
|
||||||
let MsgData = await session?.getMsgService().getMsgsIncludeSelf({ chatType: 2, guildId: '', peerUid: GroupCode }, msgId, 1, false)
|
const data = await session?.getMsgService().getMsgsIncludeSelf({ chatType: 2, guildId: '', peerUid: groupCode }, msgId, 1, false)
|
||||||
let param = {
|
const param = {
|
||||||
groupCode: GroupCode,
|
groupCode: groupCode,
|
||||||
msgRandom: parseInt(MsgData?.msgList[0].msgRandom!),
|
msgRandom: Number(data?.msgList[0].msgRandom),
|
||||||
msgSeq: parseInt(MsgData?.msgList[0].msgSeq!)
|
msgSeq: Number(data?.msgList[0].msgSeq)
|
||||||
}
|
}
|
||||||
// GetMsgByShoretID(ShoretID) -> MsgService.getMsgs(Peer,MsgId,1,false) -> 组出参数
|
// GetMsgByShoretID(ShoretID) -> MsgService.getMsgs(Peer,MsgId,1,false) -> 组出参数
|
||||||
return session?.getGroupService().addGroupEssence(param)
|
return session?.getGroupService().addGroupEssence(param)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async createGroupFileFolder(groupId: string, folderName: string) {
|
||||||
|
return await invoke('nodeIKernelRichMediaService/createGroupFolder', [{ groupId, folderName }, null])
|
||||||
|
}
|
||||||
|
|
||||||
|
async deleteGroupFileFolder(groupId: string, folderId: string) {
|
||||||
|
return await invoke('nodeIKernelRichMediaService/deleteGroupFolder', [{ groupId, folderId }, null])
|
||||||
|
}
|
||||||
|
|
||||||
|
async deleteGroupFile(groupId: string, fileIdList: string[]) {
|
||||||
|
return await invoke('nodeIKernelRichMediaService/deleteGroupFile', [{ groupId, busIdList: [102], fileIdList }, null])
|
||||||
|
}
|
||||||
|
|
||||||
|
async getGroupFileList(groupId: string, fileListForm: GetFileListParam) {
|
||||||
|
invoke('nodeIKernelMsgListener/onGroupFileInfoUpdate', [], { classNameIsRegister: true })
|
||||||
|
const data = await invoke<{ fileInfo: OnGroupFileInfoUpdateParams }>(
|
||||||
|
'nodeIKernelRichMediaService/getGroupFileList',
|
||||||
|
[
|
||||||
|
{
|
||||||
|
groupId,
|
||||||
|
fileListForm
|
||||||
|
},
|
||||||
|
null,
|
||||||
|
],
|
||||||
|
{
|
||||||
|
cbCmd: 'nodeIKernelMsgListener/onGroupFileInfoUpdate',
|
||||||
|
afterFirstCmd: false,
|
||||||
|
cmdCB: (payload, result) => payload.fileInfo.reqId === result
|
||||||
|
}
|
||||||
|
)
|
||||||
|
return data.fileInfo.item
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
import { invoke, NTMethod } from '../ntcall'
|
import { invoke, NTMethod } from '../ntcall'
|
||||||
import { GeneralCallResult, TmpChatInfoApi } from '../services'
|
import { GeneralCallResult } from '../services'
|
||||||
import { RawMessage, SendMessageElement, Peer, ChatType2 } from '../types'
|
import { RawMessage, SendMessageElement, Peer, ChatType2 } from '../types'
|
||||||
import { getSession } from '@/ntqqapi/wrapper'
|
import { getSession } from '@/ntqqapi/wrapper'
|
||||||
import { NTEventDispatch } from '@/common/utils/eventTask'
|
|
||||||
import { Service, Context } from 'cordis'
|
import { Service, Context } from 'cordis'
|
||||||
import { selfInfo } from '@/common/globalVars'
|
import { selfInfo } from '@/common/globalVars'
|
||||||
|
|
||||||
@@ -23,6 +22,8 @@ function generateMsgId() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export class NTQQMsgApi extends Service {
|
export class NTQQMsgApi extends Service {
|
||||||
|
static inject = ['ntUserApi']
|
||||||
|
|
||||||
constructor(protected ctx: Context) {
|
constructor(protected ctx: Context) {
|
||||||
super(ctx, 'ntMsgApi', true)
|
super(ctx, 'ntMsgApi', true)
|
||||||
}
|
}
|
||||||
@@ -32,41 +33,20 @@ export class NTQQMsgApi extends Service {
|
|||||||
if (session) {
|
if (session) {
|
||||||
return session.getMsgService().getTempChatInfo(chatType, peerUid)
|
return session.getMsgService().getTempChatInfo(chatType, peerUid)
|
||||||
} else {
|
} else {
|
||||||
return await invoke<TmpChatInfoApi>({
|
return await invoke('nodeIKernelMsgService/getTempChatInfo', [{ chatType, peerUid }, null])
|
||||||
methodName: 'nodeIKernelMsgService/getTempChatInfo',
|
|
||||||
args: [
|
|
||||||
{
|
|
||||||
chatType,
|
|
||||||
peerUid,
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async setEmojiLike(peer: Peer, msgSeq: string, emojiId: string, set: boolean = true) {
|
async setEmojiLike(peer: Peer, msgSeq: string, emojiId: string, setEmoji: boolean = true) {
|
||||||
// nt_qq//global//nt_data//Emoji//emoji-resource//sysface_res/apng/ 下可以看到所有QQ表情预览
|
// nt_qq//global//nt_data//Emoji//emoji-resource//sysface_res/apng/ 下可以看到所有QQ表情预览
|
||||||
// nt_qq\global\nt_data\Emoji\emoji-resource\face_config.json 里面有所有表情的id, 自带表情id是QSid, 标准emoji表情id是QCid
|
// nt_qq\global\nt_data\Emoji\emoji-resource\face_config.json 里面有所有表情的id, 自带表情id是QSid, 标准emoji表情id是QCid
|
||||||
// 其实以官方文档为准是最好的,https://bot.q.qq.com/wiki/develop/api-v2/openapi/emoji/model.html#EmojiType
|
// 其实以官方文档为准是最好的,https://bot.q.qq.com/wiki/develop/api-v2/openapi/emoji/model.html#EmojiType
|
||||||
emojiId = emojiId.toString()
|
|
||||||
const session = getSession()
|
const session = getSession()
|
||||||
|
const emojiType = emojiId.length > 3 ? '2' : '1'
|
||||||
if (session) {
|
if (session) {
|
||||||
return session.getMsgService().setMsgEmojiLikes(peer, msgSeq, emojiId, emojiId.length > 3 ? '2' : '1', set)
|
return session.getMsgService().setMsgEmojiLikes(peer, msgSeq, emojiId, emojiType, setEmoji)
|
||||||
} else {
|
} else {
|
||||||
return await invoke({
|
return await invoke(NTMethod.EMOJI_LIKE, [{ peer, msgSeq, emojiId, emojiType, setEmoji }, null])
|
||||||
methodName: NTMethod.EMOJI_LIKE,
|
|
||||||
args: [
|
|
||||||
{
|
|
||||||
peer,
|
|
||||||
msgSeq,
|
|
||||||
emojiId,
|
|
||||||
emojiType: emojiId.length > 3 ? '2' : '1',
|
|
||||||
setEmoji: set,
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -75,33 +55,20 @@ export class NTQQMsgApi extends Service {
|
|||||||
if (session) {
|
if (session) {
|
||||||
return session.getMsgService().getMultiMsg(peer, rootMsgId, parentMsgId)
|
return session.getMsgService().getMultiMsg(peer, rootMsgId, parentMsgId)
|
||||||
} else {
|
} else {
|
||||||
return await invoke<GeneralCallResult & { msgList: RawMessage[] }>({
|
return await invoke(NTMethod.GET_MULTI_MSG, [{ peer, rootMsgId, parentMsgId }, null])
|
||||||
methodName: NTMethod.GET_MULTI_MSG,
|
|
||||||
args: [
|
|
||||||
{
|
|
||||||
peer,
|
|
||||||
rootMsgId,
|
|
||||||
parentMsgId,
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async activateChat(peer: Peer) {
|
async activateChat(peer: Peer) {
|
||||||
return await invoke<GeneralCallResult>({
|
return await invoke<GeneralCallResult>(NTMethod.ACTIVE_CHAT_PREVIEW, [{ peer, cnt: 20 }, null])
|
||||||
methodName: NTMethod.ACTIVE_CHAT_PREVIEW,
|
|
||||||
args: [{ peer, cnt: 20 }, null],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async activateChatAndGetHistory(peer: Peer) {
|
async activateChatAndGetHistory(peer: Peer) {
|
||||||
return await invoke<GeneralCallResult>({
|
return await invoke<GeneralCallResult>(NTMethod.ACTIVE_CHAT_HISTORY, [{ peer, cnt: 20 }, null])
|
||||||
methodName: NTMethod.ACTIVE_CHAT_HISTORY,
|
}
|
||||||
// 参数似乎不是这样
|
|
||||||
args: [{ peer, cnt: 20 }, null],
|
async getAioFirstViewLatestMsgs(peer: Peer, cnt: number) {
|
||||||
})
|
return await invoke('nodeIKernelMsgService/getAioFirstViewLatestMsgs', [{ peer, cnt }, null])
|
||||||
}
|
}
|
||||||
|
|
||||||
async getMsgsByMsgId(peer: Peer | undefined, msgIds: string[] | undefined) {
|
async getMsgsByMsgId(peer: Peer | undefined, msgIds: string[] | undefined) {
|
||||||
@@ -111,93 +78,44 @@ export class NTQQMsgApi extends Service {
|
|||||||
if (session) {
|
if (session) {
|
||||||
return session.getMsgService().getMsgsByMsgId(peer, msgIds)
|
return session.getMsgService().getMsgsByMsgId(peer, msgIds)
|
||||||
} else {
|
} else {
|
||||||
return await invoke<GeneralCallResult & {
|
return await invoke('nodeIKernelMsgService/getMsgsByMsgId', [{ peer, msgIds }, null])
|
||||||
msgList: RawMessage[]
|
|
||||||
}>({
|
|
||||||
methodName: 'nodeIKernelMsgService/getMsgsByMsgId',
|
|
||||||
args: [
|
|
||||||
{
|
|
||||||
peer,
|
|
||||||
msgIds,
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async getMsgHistory(peer: Peer, msgId: string, count: number, isReverseOrder: boolean = false) {
|
async getMsgHistory(peer: Peer, msgId: string, cnt: number, isReverseOrder: boolean = false) {
|
||||||
const session = getSession()
|
const session = getSession()
|
||||||
// 消息时间从旧到新
|
// 消息时间从旧到新
|
||||||
if (session) {
|
if (session) {
|
||||||
return session.getMsgService().getMsgsIncludeSelf(peer, msgId, count, isReverseOrder)
|
return session.getMsgService().getMsgsIncludeSelf(peer, msgId, cnt, isReverseOrder)
|
||||||
} else {
|
} else {
|
||||||
return await invoke<GeneralCallResult & { msgList: RawMessage[] }>({
|
return await invoke(NTMethod.HISTORY_MSG, [{ peer, msgId, cnt, queryOrder: isReverseOrder }, null])
|
||||||
methodName: NTMethod.HISTORY_MSG,
|
|
||||||
args: [
|
|
||||||
{
|
|
||||||
peer,
|
|
||||||
msgId,
|
|
||||||
cnt: count,
|
|
||||||
queryOrder: isReverseOrder,
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async recallMsg(peer: Peer, msgIds: string[]) {
|
async recallMsg(peer: Peer, msgIds: string[]) {
|
||||||
const session = getSession()
|
const session = getSession()
|
||||||
if (session) {
|
if (session) {
|
||||||
return session.getMsgService().recallMsg({
|
return session.getMsgService().recallMsg(peer, msgIds)
|
||||||
chatType: peer.chatType,
|
|
||||||
peerUid: peer.peerUid
|
|
||||||
}, msgIds)
|
|
||||||
} else {
|
} else {
|
||||||
return await invoke({
|
return await invoke(NTMethod.RECALL_MSG, [{ peer, msgIds }, null])
|
||||||
methodName: NTMethod.RECALL_MSG,
|
|
||||||
args: [
|
|
||||||
{
|
|
||||||
peer,
|
|
||||||
msgIds,
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async sendMsg(peer: Peer, msgElements: SendMessageElement[], waitComplete = true, timeout = 10000) {
|
async sendMsg(peer: Peer, msgElements: SendMessageElement[], timeout = 10000) {
|
||||||
const msgId = generateMsgId()
|
const msgId = generateMsgId()
|
||||||
peer.guildId = msgId
|
peer.guildId = msgId
|
||||||
let msgList: RawMessage[]
|
const data = await invoke<{ msgList: RawMessage[] }>(
|
||||||
if (NTEventDispatch.initialised) {
|
'nodeIKernelMsgService/sendMsg',
|
||||||
const data = await NTEventDispatch.CallNormalEvent<
|
[
|
||||||
(msgId: string, peer: Peer, msgElements: SendMessageElement[], map: Map<any, any>) => Promise<unknown>,
|
{
|
||||||
(msgList: RawMessage[]) => void
|
msgId: '0',
|
||||||
>(
|
peer,
|
||||||
'NodeIKernelMsgService/sendMsg',
|
msgElements,
|
||||||
'NodeIKernelMsgListener/onMsgInfoListUpdate',
|
msgAttributeInfos: new Map()
|
||||||
1,
|
|
||||||
timeout,
|
|
||||||
(msgRecords: RawMessage[]) => {
|
|
||||||
for (const msgRecord of msgRecords) {
|
|
||||||
if (msgRecord.guildId === msgId && msgRecord.sendStatus === 2) {
|
|
||||||
return true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return false
|
|
||||||
},
|
},
|
||||||
'0',
|
null
|
||||||
peer,
|
],
|
||||||
msgElements,
|
{
|
||||||
new Map()
|
|
||||||
)
|
|
||||||
msgList = data[1]
|
|
||||||
} else {
|
|
||||||
const data = await invoke<{ msgList: RawMessage[] }>({
|
|
||||||
methodName: 'nodeIKernelMsgService/sendMsg',
|
|
||||||
cbCmd: 'nodeIKernelMsgListener/onMsgInfoListUpdate',
|
cbCmd: 'nodeIKernelMsgListener/onMsgInfoListUpdate',
|
||||||
afterFirstCmd: false,
|
afterFirstCmd: false,
|
||||||
cmdCB: payload => {
|
cmdCB: payload => {
|
||||||
@@ -208,25 +126,10 @@ export class NTQQMsgApi extends Service {
|
|||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
},
|
},
|
||||||
args: [
|
|
||||||
{
|
|
||||||
msgId: '0',
|
|
||||||
peer,
|
|
||||||
msgElements,
|
|
||||||
msgAttributeInfos: new Map()
|
|
||||||
},
|
|
||||||
null
|
|
||||||
],
|
|
||||||
timeout
|
timeout
|
||||||
})
|
|
||||||
msgList = data.msgList
|
|
||||||
}
|
|
||||||
const retMsg = msgList.find(msgRecord => {
|
|
||||||
if (msgRecord.guildId === msgId) {
|
|
||||||
return true
|
|
||||||
}
|
}
|
||||||
})
|
)
|
||||||
return retMsg!
|
return data.msgList.find(msgRecord => msgRecord.guildId === msgId)
|
||||||
}
|
}
|
||||||
|
|
||||||
async forwardMsg(srcPeer: Peer, destPeer: Peer, msgIds: string[]) {
|
async forwardMsg(srcPeer: Peer, destPeer: Peer, msgIds: string[]) {
|
||||||
@@ -234,19 +137,13 @@ export class NTQQMsgApi extends Service {
|
|||||||
if (session) {
|
if (session) {
|
||||||
return session.getMsgService().forwardMsg(msgIds, srcPeer, [destPeer], [])
|
return session.getMsgService().forwardMsg(msgIds, srcPeer, [destPeer], [])
|
||||||
} else {
|
} else {
|
||||||
return await invoke<GeneralCallResult>({
|
return await invoke(NTMethod.FORWARD_MSG, [{
|
||||||
methodName: NTMethod.FORWARD_MSG,
|
msgIds,
|
||||||
args: [
|
srcContact: srcPeer,
|
||||||
{
|
dstContacts: [destPeer],
|
||||||
msgIds: msgIds,
|
commentElements: [],
|
||||||
srcContact: srcPeer,
|
msgAttributeInfos: new Map(),
|
||||||
dstContacts: [destPeer],
|
}, null])
|
||||||
commentElements: [],
|
|
||||||
msgAttributeInfos: new Map(),
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -256,34 +153,19 @@ export class NTQQMsgApi extends Service {
|
|||||||
return { msgId: id, senderShowName }
|
return { msgId: id, senderShowName }
|
||||||
})
|
})
|
||||||
const selfUid = selfInfo.uid
|
const selfUid = selfInfo.uid
|
||||||
let msgList: RawMessage[]
|
const data = await invoke<{ msgList: RawMessage[] }>(
|
||||||
if (NTEventDispatch.initialised) {
|
'nodeIKernelMsgService/multiForwardMsgWithComment',
|
||||||
const data = await NTEventDispatch.CallNormalEvent<
|
[
|
||||||
(msgInfo: typeof msgInfos, srcPeer: Peer, destPeer: Peer, comment: Array<any>, attr: Map<any, any>,) => Promise<unknown>,
|
{
|
||||||
(msgList: RawMessage[]) => void
|
msgInfos,
|
||||||
>(
|
srcContact: srcPeer,
|
||||||
'NodeIKernelMsgService/multiForwardMsgWithComment',
|
dstContact: destPeer,
|
||||||
'NodeIKernelMsgListener/onMsgInfoListUpdate',
|
commentElements: [],
|
||||||
1,
|
msgAttributeInfos: new Map(),
|
||||||
5000,
|
|
||||||
(msgRecords: RawMessage[]) => {
|
|
||||||
for (let msgRecord of msgRecords) {
|
|
||||||
if (msgRecord.peerUid == destPeer.peerUid && msgRecord.senderUid == selfUid) {
|
|
||||||
return true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return false
|
|
||||||
},
|
},
|
||||||
msgInfos,
|
null,
|
||||||
srcPeer,
|
],
|
||||||
destPeer,
|
{
|
||||||
[],
|
|
||||||
new Map()
|
|
||||||
)
|
|
||||||
msgList = data[1]
|
|
||||||
} else {
|
|
||||||
const data = await invoke<{ msgList: RawMessage[] }>({
|
|
||||||
methodName: 'nodeIKernelMsgService/multiForwardMsgWithComment',
|
|
||||||
cbCmd: 'nodeIKernelMsgListener/onMsgInfoListUpdate',
|
cbCmd: 'nodeIKernelMsgListener/onMsgInfoListUpdate',
|
||||||
afterFirstCmd: false,
|
afterFirstCmd: false,
|
||||||
cmdCB: payload => {
|
cmdCB: payload => {
|
||||||
@@ -294,25 +176,14 @@ export class NTQQMsgApi extends Service {
|
|||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
},
|
},
|
||||||
args: [
|
}
|
||||||
{
|
)
|
||||||
msgInfos,
|
for (const msg of data.msgList) {
|
||||||
srcContact: srcPeer,
|
|
||||||
dstContact: destPeer,
|
|
||||||
commentElements: [],
|
|
||||||
msgAttributeInfos: new Map(),
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
msgList = data.msgList
|
|
||||||
}
|
|
||||||
for (const msg of msgList) {
|
|
||||||
const arkElement = msg.elements.find(ele => ele.arkElement)
|
const arkElement = msg.elements.find(ele => ele.arkElement)
|
||||||
if (!arkElement) {
|
if (!arkElement) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
const forwardData: any = JSON.parse(arkElement.arkElement.bytesData)
|
const forwardData = JSON.parse(arkElement.arkElement.bytesData)
|
||||||
if (forwardData.app != 'com.tencent.multimsg') {
|
if (forwardData.app != 'com.tencent.multimsg') {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
@@ -323,61 +194,62 @@ export class NTQQMsgApi extends Service {
|
|||||||
throw new Error('转发消息超时')
|
throw new Error('转发消息超时')
|
||||||
}
|
}
|
||||||
|
|
||||||
async getMsgsBySeqAndCount(peer: Peer, seq: string, count: number, desc: boolean, z: boolean) {
|
async getMsgsBySeqAndCount(peer: Peer, msgSeq: string, count: number, desc: boolean, z: boolean) {
|
||||||
const session = getSession()
|
const session = getSession()
|
||||||
if (session) {
|
if (session) {
|
||||||
return await session.getMsgService().getMsgsBySeqAndCount(peer, seq, count, desc, z)
|
return await session.getMsgService().getMsgsBySeqAndCount(peer, msgSeq, count, desc, z)
|
||||||
} else {
|
} else {
|
||||||
return await invoke<GeneralCallResult & {
|
return await invoke('nodeIKernelMsgService/getMsgsBySeqAndCount', [{
|
||||||
msgList: RawMessage[]
|
peer,
|
||||||
}>({
|
cnt: count,
|
||||||
methodName: 'nodeIKernelMsgService/getMsgsBySeqAndCount',
|
msgSeq,
|
||||||
args: [
|
queryOrder: desc
|
||||||
{
|
}, null])
|
||||||
peer,
|
|
||||||
cnt: count,
|
|
||||||
msgSeq: seq,
|
|
||||||
queryOrder: desc
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** 27187 TODO */
|
async getSingleMsg(peer: Peer, msgSeq: string) {
|
||||||
async getLastestMsgByUids(peer: Peer, count = 20, isReverseOrder = false) {
|
|
||||||
const session = getSession()
|
|
||||||
const ret = await session?.getMsgService().queryMsgsWithFilterEx('0', '0', '0', {
|
|
||||||
chatInfo: peer,
|
|
||||||
filterMsgType: [],
|
|
||||||
filterSendersUid: [],
|
|
||||||
filterMsgToTime: '0',
|
|
||||||
filterMsgFromTime: '0',
|
|
||||||
isReverseOrder: isReverseOrder, //此参数有点离谱 注意不是本次查询的排序 而是全部消历史信息的排序 默认false 从新消息拉取到旧消息
|
|
||||||
isIncludeCurrent: true,
|
|
||||||
pageLimit: count,
|
|
||||||
})
|
|
||||||
return ret
|
|
||||||
}
|
|
||||||
|
|
||||||
async getSingleMsg(peer: Peer, seq: string) {
|
|
||||||
const session = getSession()
|
const session = getSession()
|
||||||
if (session) {
|
if (session) {
|
||||||
return await session.getMsgService().getSingleMsg(peer, seq)
|
return await session.getMsgService().getSingleMsg(peer, msgSeq)
|
||||||
} else {
|
} else {
|
||||||
return await invoke<GeneralCallResult & {
|
return await invoke('nodeIKernelMsgService/getSingleMsg', [{ peer, msgSeq }, null])
|
||||||
msgList: RawMessage[]
|
|
||||||
}>({
|
|
||||||
methodName: 'nodeIKernelMsgService/getSingleMsg',
|
|
||||||
args: [
|
|
||||||
{
|
|
||||||
peer,
|
|
||||||
msgSeq: seq,
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async queryFirstMsgBySeq(peer: Peer, msgSeq: string) {
|
||||||
|
return await invoke('nodeIKernelMsgService/queryMsgsWithFilterEx', [{
|
||||||
|
msgId: '0',
|
||||||
|
msgTime: '0',
|
||||||
|
msgSeq,
|
||||||
|
params: {
|
||||||
|
chatInfo: peer,
|
||||||
|
filterMsgType: [],
|
||||||
|
filterSendersUid: [],
|
||||||
|
filterMsgToTime: '0',
|
||||||
|
filterMsgFromTime: '0',
|
||||||
|
isReverseOrder: true,
|
||||||
|
isIncludeCurrent: true,
|
||||||
|
pageLimit: 1,
|
||||||
|
}
|
||||||
|
}, null])
|
||||||
|
}
|
||||||
|
|
||||||
|
async queryMsgsWithFilterExBySeq(peer: Peer, msgSeq: string, filterMsgTime: string, filterSendersUid: string[]) {
|
||||||
|
return await invoke('nodeIKernelMsgService/queryMsgsWithFilterEx', [{
|
||||||
|
msgId: '0',
|
||||||
|
msgTime: '0',
|
||||||
|
msgSeq,
|
||||||
|
params: {
|
||||||
|
chatInfo: peer,
|
||||||
|
filterMsgType: [],
|
||||||
|
filterSendersUid,
|
||||||
|
filterMsgToTime: filterMsgTime,
|
||||||
|
filterMsgFromTime: filterMsgTime,
|
||||||
|
isReverseOrder: true,
|
||||||
|
isIncludeCurrent: true,
|
||||||
|
pageLimit: 1,
|
||||||
|
}
|
||||||
|
}, null])
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,12 +1,9 @@
|
|||||||
import { invoke, NTMethod } from '../ntcall'
|
import { invoke } from '../ntcall'
|
||||||
import { GeneralCallResult } from '../services'
|
|
||||||
import { User, UserDetailInfoByUin, UserDetailInfoByUinV2, UserDetailInfoListenerArg } from '../types'
|
import { User, UserDetailInfoByUin, UserDetailInfoByUinV2, UserDetailInfoListenerArg } from '../types'
|
||||||
import { getBuildVersion } from '@/common/utils'
|
import { getBuildVersion } from '@/common/utils'
|
||||||
import { getSession } from '@/ntqqapi/wrapper'
|
import { getSession } from '@/ntqqapi/wrapper'
|
||||||
import { RequestUtil } from '@/common/utils/request'
|
import { RequestUtil } from '@/common/utils/request'
|
||||||
import { NodeIKernelProfileService, UserDetailSource, ProfileBizType, forceFetchClientKeyRetType } from '../services'
|
import { UserDetailSource, ProfileBizType } from '../services'
|
||||||
import { NodeIKernelProfileListener } from '../listeners'
|
|
||||||
import { NTEventDispatch } from '@/common/utils/eventTask'
|
|
||||||
import { Time } from 'cosmokit'
|
import { Time } from 'cosmokit'
|
||||||
import { Service, Context } from 'cordis'
|
import { Service, Context } from 'cordis'
|
||||||
import { selfInfo } from '@/common/globalVars'
|
import { selfInfo } from '@/common/globalVars'
|
||||||
@@ -18,60 +15,44 @@ declare module 'cordis' {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export class NTQQUserApi extends Service {
|
export class NTQQUserApi extends Service {
|
||||||
|
static inject = ['ntFriendApi', 'ntGroupApi']
|
||||||
|
|
||||||
constructor(protected ctx: Context) {
|
constructor(protected ctx: Context) {
|
||||||
super(ctx, 'ntUserApi', true)
|
super(ctx, 'ntUserApi', true)
|
||||||
}
|
}
|
||||||
|
|
||||||
async setQQAvatar(filePath: string) {
|
async setQQAvatar(path: string) {
|
||||||
return await invoke<GeneralCallResult>({
|
return await invoke(
|
||||||
methodName: NTMethod.SET_QQ_AVATAR,
|
'nodeIKernelProfileService/setHeader',
|
||||||
args: [
|
[
|
||||||
{
|
{ path },
|
||||||
path: filePath,
|
|
||||||
},
|
|
||||||
null,
|
null,
|
||||||
],
|
],
|
||||||
timeout: 10 * Time.second, // 10秒不一定够
|
{
|
||||||
})
|
timeout: 10 * Time.second, // 10秒不一定够
|
||||||
|
}
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
async fetchUserDetailInfo(uid: string) {
|
async fetchUserDetailInfo(uid: string) {
|
||||||
let info: UserDetailInfoListenerArg
|
const result = await invoke<{ info: UserDetailInfoListenerArg }>(
|
||||||
if (NTEventDispatch.initialised) {
|
'nodeIKernelProfileService/fetchUserDetailInfo',
|
||||||
type EventService = NodeIKernelProfileService['fetchUserDetailInfo']
|
[
|
||||||
type EventListener = NodeIKernelProfileListener['onUserDetailInfoChanged']
|
{
|
||||||
const [_retData, profile] = await NTEventDispatch.CallNormalEvent
|
callFrom: 'BuddyProfileStore',
|
||||||
<EventService, EventListener>
|
uid: [uid],
|
||||||
(
|
source: UserDetailSource.KSERVER,
|
||||||
'NodeIKernelProfileService/fetchUserDetailInfo',
|
bizList: [ProfileBizType.KALL]
|
||||||
'NodeIKernelProfileListener/onUserDetailInfoChanged',
|
},
|
||||||
1,
|
null
|
||||||
5000,
|
],
|
||||||
(profile) => profile.uid === uid,
|
{
|
||||||
'BuddyProfileStore',
|
|
||||||
[uid],
|
|
||||||
UserDetailSource.KSERVER,
|
|
||||||
[ProfileBizType.KALL]
|
|
||||||
)
|
|
||||||
info = profile
|
|
||||||
} else {
|
|
||||||
const result = await invoke<{ info: UserDetailInfoListenerArg }>({
|
|
||||||
methodName: 'nodeIKernelProfileService/fetchUserDetailInfo',
|
|
||||||
cbCmd: 'nodeIKernelProfileListener/onUserDetailInfoChanged',
|
cbCmd: 'nodeIKernelProfileListener/onUserDetailInfoChanged',
|
||||||
afterFirstCmd: false,
|
afterFirstCmd: false,
|
||||||
cmdCB: payload => payload.info.uid === uid,
|
cmdCB: payload => payload.info.uid === uid,
|
||||||
args: [
|
}
|
||||||
{
|
)
|
||||||
callFrom: 'BuddyProfileStore',
|
const { info } = result
|
||||||
uid: [uid],
|
|
||||||
source: UserDetailSource.KSERVER,
|
|
||||||
bizList: [ProfileBizType.KALL]
|
|
||||||
},
|
|
||||||
null
|
|
||||||
],
|
|
||||||
})
|
|
||||||
info = result.info
|
|
||||||
}
|
|
||||||
const ret: User = {
|
const ret: User = {
|
||||||
...info.simpleInfo.coreInfo,
|
...info.simpleInfo.coreInfo,
|
||||||
...info.simpleInfo.status,
|
...info.simpleInfo.status,
|
||||||
@@ -84,41 +65,26 @@ export class NTQQUserApi extends Service {
|
|||||||
return ret
|
return ret
|
||||||
}
|
}
|
||||||
|
|
||||||
async getUserDetailInfo(uid: string, getLevel = false, withBizInfo = true) {
|
async getUserDetailInfo(uid: string, _getLevel = false) {
|
||||||
if (getBuildVersion() >= 26702) {
|
if (getBuildVersion() >= 26702) {
|
||||||
return this.fetchUserDetailInfo(uid)
|
return this.fetchUserDetailInfo(uid)
|
||||||
}
|
}
|
||||||
if (NTEventDispatch.initialised) {
|
const result = await invoke<{ info: User }>(
|
||||||
type EventService = NodeIKernelProfileService['getUserDetailInfoWithBizInfo']
|
'nodeIKernelProfileService/getUserDetailInfoWithBizInfo',
|
||||||
type EventListener = NodeIKernelProfileListener['onProfileDetailInfoChanged']
|
[
|
||||||
const [_retData, profile] = await NTEventDispatch.CallNormalEvent
|
{
|
||||||
<EventService, EventListener>
|
|
||||||
(
|
|
||||||
'NodeIKernelProfileService/getUserDetailInfoWithBizInfo',
|
|
||||||
'NodeIKernelProfileListener/onProfileDetailInfoChanged',
|
|
||||||
2,
|
|
||||||
5000,
|
|
||||||
(profile) => profile.uid === uid,
|
|
||||||
uid,
|
uid,
|
||||||
[0]
|
bizList: [0]
|
||||||
)
|
},
|
||||||
return profile
|
null,
|
||||||
} else {
|
],
|
||||||
const result = await invoke<{ info: User }>({
|
{
|
||||||
methodName: 'nodeIKernelProfileService/getUserDetailInfoWithBizInfo',
|
|
||||||
cbCmd: 'nodeIKernelProfileListener/onProfileDetailInfoChanged',
|
cbCmd: 'nodeIKernelProfileListener/onProfileDetailInfoChanged',
|
||||||
afterFirstCmd: false,
|
afterFirstCmd: false,
|
||||||
cmdCB: (payload) => payload.info.uid === uid,
|
cmdCB: (payload) => payload.info.uid === uid,
|
||||||
args: [
|
}
|
||||||
{
|
)
|
||||||
uid,
|
return result.info
|
||||||
bizList: [0]
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
return result.info
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async getSkey(): Promise<string> {
|
async getSkey(): Promise<string> {
|
||||||
@@ -139,7 +105,7 @@ export class NTQQUserApi extends Service {
|
|||||||
}
|
}
|
||||||
const uin = selfInfo.uin
|
const uin = selfInfo.uin
|
||||||
const requestUrl = 'https://ssl.ptlogin2.qq.com/jump?ptlang=1033&clientuin=' + uin + '&clientkey=' + clientKeyData.clientKey + '&u1=https%3A%2F%2F' + domain + '%2F' + uin + '%2Finfocenter&keyindex=19%27'
|
const requestUrl = 'https://ssl.ptlogin2.qq.com/jump?ptlang=1033&clientuin=' + uin + '&clientkey=' + clientKeyData.clientKey + '&u1=https%3A%2F%2F' + domain + '%2F' + uin + '%2Finfocenter&keyindex=19%27'
|
||||||
const cookies: { [key: string]: string; } = await RequestUtil.HttpsGetCookies(requestUrl)
|
const cookies: { [key: string]: string } = await RequestUtil.HttpsGetCookies(requestUrl)
|
||||||
return cookies
|
return cookies
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -165,9 +131,9 @@ export class NTQQUserApi extends Service {
|
|||||||
doLikeTollCount: 0
|
doLikeTollCount: 0
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
return await invoke<GeneralCallResult & { succCounts: number }>({
|
return await invoke(
|
||||||
methodName: 'nodeIKernelProfileLikeService/setBuddyProfileLike',
|
'nodeIKernelProfileLikeService/setBuddyProfileLike',
|
||||||
args: [
|
[
|
||||||
{
|
{
|
||||||
doLikeUserInfo: {
|
doLikeUserInfo: {
|
||||||
friendUid: uid,
|
friendUid: uid,
|
||||||
@@ -178,20 +144,35 @@ export class NTQQUserApi extends Service {
|
|||||||
},
|
},
|
||||||
null,
|
null,
|
||||||
],
|
],
|
||||||
})
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async getUidByUinV1(Uin: string) {
|
async getUidByUinV1(uin: string) {
|
||||||
const session = getSession()
|
const session = getSession()
|
||||||
// 通用转换开始尝试
|
// 通用转换开始尝试
|
||||||
let uid = (await session?.getUixConvertService().getUid([Uin]))?.uidInfo.get(Uin)
|
let uid = (await session?.getUixConvertService().getUid([uin]))?.uidInfo.get(uin)
|
||||||
if (!uid) {
|
if (!uid) {
|
||||||
let unveifyUid = (await this.getUserDetailInfoByUin(Uin)).info.uid;//从QQ Native 特殊转换 方法三
|
for (const membersList of this.ctx.ntGroupApi.groupMembers.values()) { //从群友列表转
|
||||||
if (unveifyUid.indexOf('*') == -1) {
|
for (const member of membersList.values()) {
|
||||||
|
if (member.uin === uin) {
|
||||||
|
uid = member.uid
|
||||||
|
break
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (uid) break
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (!uid) {
|
||||||
|
const unveifyUid = (await this.getUserDetailInfoByUin(uin)).info.uid //特殊转换
|
||||||
|
if (unveifyUid.indexOf('*') === -1) {
|
||||||
uid = unveifyUid
|
uid = unveifyUid
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (!uid) {
|
||||||
|
const friends = await this.ctx.ntFriendApi.getFriends() //从好友列表转
|
||||||
|
uid = friends.find(item => item.uin === uin)?.uid
|
||||||
|
}
|
||||||
return uid
|
return uid
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -205,83 +186,49 @@ export class NTQQUserApi extends Service {
|
|||||||
uid = (await session.getUixConvertService().getUid([uin])).uidInfo.get(uin)
|
uid = (await session.getUixConvertService().getUid([uin])).uidInfo.get(uin)
|
||||||
if (uid) return uid
|
if (uid) return uid
|
||||||
} else {
|
} else {
|
||||||
let uid = (await invoke<{ uids: Map<string, string> }>({
|
let uid = (await invoke('nodeIKernelGroupService/getUidByUins', [{ uin: [uin] }])).uids.get(uin)
|
||||||
methodName: 'nodeIKernelGroupService/getUidByUins',
|
|
||||||
args: [
|
|
||||||
{ uin: [uin] },
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})).uids.get(uin)
|
|
||||||
if (uid) return uid
|
if (uid) return uid
|
||||||
uid = (await invoke<Map<string, string>>({
|
uid = (await invoke('nodeIKernelProfileService/getUidByUin', [{ callFrom: 'FriendsServiceImpl', uin: [uin] }])).get(uin)
|
||||||
methodName: 'nodeIKernelProfileService/getUidByUin',
|
|
||||||
args: [
|
|
||||||
{
|
|
||||||
callFrom: 'FriendsServiceImpl',
|
|
||||||
uin: [uin],
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})).get(uin)
|
|
||||||
if (uid) return uid
|
if (uid) return uid
|
||||||
uid = (await invoke<{ uidInfo: Map<string, string> }>({
|
uid = (await invoke('nodeIKernelUixConvertService/getUid', [{ uins: [uin] }])).uidInfo.get(uin)
|
||||||
methodName: 'nodeIKernelUixConvertService/getUid',
|
|
||||||
args: [
|
|
||||||
{ uin: [uin] },
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})).uidInfo.get(uin)
|
|
||||||
if (uid) return uid
|
if (uid) return uid
|
||||||
}
|
}
|
||||||
const unveifyUid = (await this.getUserDetailInfoByUinV2(uin)).detail.uid //从QQ Native 特殊转换
|
const unveifyUid = (await this.getUserDetailInfoByUinV2(uin)).detail.uid //从QQ Native 特殊转换
|
||||||
if (unveifyUid.indexOf('*') == -1) return unveifyUid
|
if (unveifyUid.indexOf('*') == -1) return unveifyUid
|
||||||
}
|
}
|
||||||
|
|
||||||
async getUidByUin(Uin: string) {
|
async getUidByUin(uin: string) {
|
||||||
if (getBuildVersion() >= 26702) {
|
if (getBuildVersion() >= 26702) {
|
||||||
return await this.getUidByUinV2(Uin)
|
return this.getUidByUinV2(uin)
|
||||||
}
|
}
|
||||||
return await this.getUidByUinV1(Uin)
|
return this.getUidByUinV1(uin)
|
||||||
}
|
}
|
||||||
|
|
||||||
async getUserDetailInfoByUinV2(uin: string) {
|
async getUserDetailInfoByUinV2(uin: string) {
|
||||||
if (NTEventDispatch.initialised) {
|
return await invoke<UserDetailInfoByUinV2>(
|
||||||
return await NTEventDispatch.CallNoListenerEvent
|
'nodeIKernelProfileService/getUserDetailInfoByUin',
|
||||||
<(Uin: string) => Promise<UserDetailInfoByUinV2>>(
|
[
|
||||||
'NodeIKernelProfileService/getUserDetailInfoByUin',
|
{ uin },
|
||||||
5000,
|
null,
|
||||||
uin
|
],
|
||||||
)
|
)
|
||||||
} else {
|
|
||||||
return await invoke<UserDetailInfoByUinV2>({
|
|
||||||
methodName: 'nodeIKernelProfileService/getUserDetailInfoByUin',
|
|
||||||
args: [
|
|
||||||
{ uin },
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async getUserDetailInfoByUin(Uin: string) {
|
async getUserDetailInfoByUin(uin: string) {
|
||||||
return NTEventDispatch.CallNoListenerEvent
|
return await invoke<UserDetailInfoByUin>(
|
||||||
<(Uin: string) => Promise<UserDetailInfoByUin>>(
|
'nodeIKernelProfileService/getUserDetailInfoByUin',
|
||||||
'NodeIKernelProfileService/getUserDetailInfoByUin',
|
[
|
||||||
5000,
|
{ uin },
|
||||||
Uin
|
null,
|
||||||
)
|
],
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
async getUinByUidV1(Uid: string) {
|
async getUinByUidV1(uid: string) {
|
||||||
const ret = await NTEventDispatch.CallNoListenerEvent
|
const ret = await invoke('nodeIKernelUixConvertService/getUin', [{ uids: [uid] }])
|
||||||
<(Uin: string[]) => Promise<{ uinInfo: Map<string, string> }>>(
|
let uin = ret.uinInfo.get(uid)
|
||||||
'NodeIKernelUixConvertService/getUin',
|
|
||||||
5000,
|
|
||||||
[Uid]
|
|
||||||
)
|
|
||||||
let uin = ret.uinInfo.get(Uid)
|
|
||||||
if (!uin) {
|
if (!uin) {
|
||||||
uin = (await this.getUserDetailInfo(Uid)).uin //从QQ Native 转换
|
uin = (await this.getUserDetailInfo(uid)).uin //从QQ Native 转换
|
||||||
}
|
}
|
||||||
return uin
|
return uin
|
||||||
}
|
}
|
||||||
@@ -295,46 +242,25 @@ export class NTQQUserApi extends Service {
|
|||||||
if (uin) return uin
|
if (uin) return uin
|
||||||
uin = (await session.getUixConvertService().getUin([uid])).uinInfo.get(uid)
|
uin = (await session.getUixConvertService().getUin([uid])).uinInfo.get(uid)
|
||||||
if (uin) return uin
|
if (uin) return uin
|
||||||
return uin
|
|
||||||
} else {
|
} else {
|
||||||
let uin = (await invoke<{ uins: Map<string, string> }>({
|
let uin = (await invoke('nodeIKernelGroupService/getUinByUids', [{ uid: [uid] }])).uins.get(uid)
|
||||||
methodName: 'nodeIKernelGroupService/getUinByUids',
|
|
||||||
args: [
|
|
||||||
{ uid: [uid] },
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})).uins.get(uid)
|
|
||||||
if (uin) return uin
|
if (uin) return uin
|
||||||
uin = (await invoke<Map<string, string>>({
|
uin = (await invoke('nodeIKernelProfileService/getUinByUid', [{ callFrom: 'FriendsServiceImpl', uid: [uid] }])).get(uid)
|
||||||
methodName: 'nodeIKernelProfileService/getUinByUid',
|
|
||||||
args: [
|
|
||||||
{
|
|
||||||
callFrom: 'FriendsServiceImpl',
|
|
||||||
uid: [uid],
|
|
||||||
},
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})).get(uid)
|
|
||||||
if (uin) return uin
|
if (uin) return uin
|
||||||
uin = (await invoke<{ uinInfo: Map<string, string> }>({
|
uin = (await invoke('nodeIKernelUixConvertService/getUin', [{ uids: [uid] }])).uinInfo.get(uid)
|
||||||
methodName: 'nodeIKernelUixConvertService/getUin',
|
|
||||||
args: [
|
|
||||||
{ uid: [uid] },
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
})).uinInfo.get(uid)
|
|
||||||
if (uin) return uin
|
if (uin) return uin
|
||||||
}
|
}
|
||||||
let uin = (await this.ctx.ntFriendApi.getBuddyIdMap(true)).getKey(uid)
|
let uin = (await this.ctx.ntFriendApi.getBuddyIdMap(true)).get(uid)
|
||||||
if (uin) return uin
|
if (uin) return uin
|
||||||
uin = (await this.getUserDetailInfo(uid)).uin //从QQ Native 转换
|
uin = (await this.getUserDetailInfo(uid)).uin //从QQ Native 转换
|
||||||
|
return uin
|
||||||
}
|
}
|
||||||
|
|
||||||
async getUinByUid(Uid: string) {
|
async getUinByUid(uid: string) {
|
||||||
if (getBuildVersion() >= 26702) {
|
if (getBuildVersion() >= 26702) {
|
||||||
return (await this.getUinByUidV2(Uid))!
|
return this.getUinByUidV2(uid)
|
||||||
}
|
}
|
||||||
return await this.getUinByUidV1(Uid)
|
return this.getUinByUidV1(uid)
|
||||||
}
|
}
|
||||||
|
|
||||||
async forceFetchClientKey() {
|
async forceFetchClientKey() {
|
||||||
@@ -342,12 +268,7 @@ export class NTQQUserApi extends Service {
|
|||||||
if (session) {
|
if (session) {
|
||||||
return await session.getTicketService().forceFetchClientKey('')
|
return await session.getTicketService().forceFetchClientKey('')
|
||||||
} else {
|
} else {
|
||||||
return await invoke<forceFetchClientKeyRetType>({
|
return await invoke('nodeIKernelTicketService/forceFetchClientKey', [{ domain: '' }, null])
|
||||||
methodName: 'nodeIKernelTicketService/forceFetchClientKey',
|
|
||||||
args: [{
|
|
||||||
domain: ''
|
|
||||||
}, null],
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -361,4 +282,14 @@ export class NTQQUserApi extends Service {
|
|||||||
}
|
}
|
||||||
return selfInfo.nick
|
return selfInfo.nick
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async setSelfStatus(status: number, extStatus: number, batteryStatus: number) {
|
||||||
|
return await invoke('nodeIKernelMsgService/setStatus', [{
|
||||||
|
statusReq: {
|
||||||
|
status,
|
||||||
|
extStatus,
|
||||||
|
batteryStatus,
|
||||||
|
}
|
||||||
|
}, null])
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
import { RequestUtil } from '@/common/utils/request'
|
import { RequestUtil } from '@/common/utils/request'
|
||||||
import { Service, Context } from 'cordis'
|
import { Service, Context } from 'cordis'
|
||||||
|
import { Dict } from 'cosmokit'
|
||||||
|
|
||||||
declare module 'cordis' {
|
declare module 'cordis' {
|
||||||
interface Context {
|
interface Context {
|
||||||
@@ -40,7 +41,7 @@ interface WebApiGroupMemberRet {
|
|||||||
em: string
|
em: string
|
||||||
cache: number
|
cache: number
|
||||||
adm_num: number
|
adm_num: number
|
||||||
levelname: any
|
levelname: unknown
|
||||||
mems: WebApiGroupMember[]
|
mems: WebApiGroupMember[]
|
||||||
count: number
|
count: number
|
||||||
svr_time: number
|
svr_time: number
|
||||||
@@ -49,56 +50,6 @@ interface WebApiGroupMemberRet {
|
|||||||
extmode: number
|
extmode: number
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface WebApiGroupNoticeFeed {
|
|
||||||
u: number//发送者
|
|
||||||
fid: string//fid
|
|
||||||
pubt: number//时间
|
|
||||||
msg: {
|
|
||||||
text: string
|
|
||||||
text_face: string
|
|
||||||
title: string,
|
|
||||||
pics?: {
|
|
||||||
id: string,
|
|
||||||
w: string,
|
|
||||||
h: string
|
|
||||||
}[]
|
|
||||||
}
|
|
||||||
type: number
|
|
||||||
fn: number
|
|
||||||
cn: number
|
|
||||||
vn: number
|
|
||||||
settings: {
|
|
||||||
is_show_edit_card: number
|
|
||||||
remind_ts: number
|
|
||||||
tip_window_type: number
|
|
||||||
confirm_required: number
|
|
||||||
}
|
|
||||||
read_num: number
|
|
||||||
is_read: number
|
|
||||||
is_all_confirm: number
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface WebApiGroupNoticeRet {
|
|
||||||
ec: number
|
|
||||||
em: string
|
|
||||||
ltsm: number
|
|
||||||
srv_code: number
|
|
||||||
read_only: number
|
|
||||||
role: number
|
|
||||||
feeds: WebApiGroupNoticeFeed[]
|
|
||||||
group: {
|
|
||||||
group_id: number
|
|
||||||
class_ext: number
|
|
||||||
}
|
|
||||||
sta: number,
|
|
||||||
gln: number
|
|
||||||
tst: number,
|
|
||||||
ui: any
|
|
||||||
server_time: number
|
|
||||||
svrt: number
|
|
||||||
ad: number
|
|
||||||
}
|
|
||||||
|
|
||||||
interface GroupEssenceMsg {
|
interface GroupEssenceMsg {
|
||||||
group_code: string
|
group_code: string
|
||||||
msg_seq: number
|
msg_seq: number
|
||||||
@@ -109,7 +60,7 @@ interface GroupEssenceMsg {
|
|||||||
add_digest_uin: string
|
add_digest_uin: string
|
||||||
add_digest_nick: string
|
add_digest_nick: string
|
||||||
add_digest_time: number
|
add_digest_time: number
|
||||||
msg_content: any[]
|
msg_content: unknown[]
|
||||||
can_be_removed: true
|
can_be_removed: true
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -124,21 +75,47 @@ export interface GroupEssenceMsgRet {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
interface SetGroupNoticeParams {
|
||||||
|
groupCode: string
|
||||||
|
content: string
|
||||||
|
pinned: number
|
||||||
|
type: number
|
||||||
|
isShowEditCard: number
|
||||||
|
tipWindowType: number
|
||||||
|
confirmRequired: number
|
||||||
|
picId: string
|
||||||
|
imgWidth?: number
|
||||||
|
imgHeight?: number
|
||||||
|
}
|
||||||
|
|
||||||
|
interface SetGroupNoticeRet {
|
||||||
|
ec: number
|
||||||
|
em: string
|
||||||
|
id: number
|
||||||
|
ltsm: number
|
||||||
|
new_fid: string
|
||||||
|
read_only: number
|
||||||
|
role: number
|
||||||
|
srv_code: number
|
||||||
|
}
|
||||||
|
|
||||||
export class NTQQWebApi extends Service {
|
export class NTQQWebApi extends Service {
|
||||||
|
static inject = ['ntUserApi']
|
||||||
|
|
||||||
constructor(protected ctx: Context) {
|
constructor(protected ctx: Context) {
|
||||||
super(ctx, 'ntWebApi', true)
|
super(ctx, 'ntWebApi', true)
|
||||||
}
|
}
|
||||||
|
|
||||||
async getGroupMembers(GroupCode: string, cached: boolean = true): Promise<WebApiGroupMember[]> {
|
async getGroupMembers(groupCode: string): Promise<WebApiGroupMember[]> {
|
||||||
const memberData: Array<WebApiGroupMember> = new Array<WebApiGroupMember>()
|
const memberData: Array<WebApiGroupMember> = new Array<WebApiGroupMember>()
|
||||||
const cookieObject = await this.ctx.ntUserApi.getCookies('qun.qq.com')
|
const cookieObject = await this.ctx.ntUserApi.getCookies('qun.qq.com')
|
||||||
const cookieStr = Object.entries(cookieObject).map(([key, value]) => `${key}=${value}`).join('; ')
|
const cookieStr = this.cookieToString(cookieObject)
|
||||||
const retList: Promise<WebApiGroupMemberRet>[] = []
|
const retList: Promise<WebApiGroupMemberRet>[] = []
|
||||||
const params = new URLSearchParams({
|
const params = new URLSearchParams({
|
||||||
st: '0',
|
st: '0',
|
||||||
end: '40',
|
end: '40',
|
||||||
sort: '1',
|
sort: '1',
|
||||||
gc: GroupCode,
|
gc: groupCode,
|
||||||
bkn: this.genBkn(cookieObject.skey)
|
bkn: this.genBkn(cookieObject.skey)
|
||||||
})
|
})
|
||||||
const fastRet = await RequestUtil.HttpGetJson<WebApiGroupMemberRet>(`https://qun.qq.com/cgi-bin/qun_mgr/search_group_members?${params}`, 'POST', '', { 'Cookie': cookieStr })
|
const fastRet = await RequestUtil.HttpGetJson<WebApiGroupMemberRet>(`https://qun.qq.com/cgi-bin/qun_mgr/search_group_members?${params}`, 'POST', '', { 'Cookie': cookieStr })
|
||||||
@@ -171,132 +148,161 @@ export class NTQQWebApi extends Service {
|
|||||||
}
|
}
|
||||||
|
|
||||||
genBkn(sKey: string) {
|
genBkn(sKey: string) {
|
||||||
sKey = sKey || '';
|
sKey = sKey || ''
|
||||||
let hash = 5381;
|
let hash = 5381
|
||||||
|
|
||||||
for (let i = 0; i < sKey.length; i++) {
|
for (let i = 0; i < sKey.length; i++) {
|
||||||
const code = sKey.charCodeAt(i);
|
const code = sKey.charCodeAt(i)
|
||||||
hash = hash + (hash << 5) + code;
|
hash = hash + (hash << 5) + code
|
||||||
}
|
}
|
||||||
|
return (hash & 0x7FFFFFFF).toString()
|
||||||
return (hash & 0x7FFFFFFF).toString();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//实现未缓存 考虑2h缓存
|
//实现未缓存 考虑2h缓存
|
||||||
async getGroupHonorInfo(groupCode: string, getType: WebHonorType) {
|
async getGroupHonorInfo(groupCode: string, getType: WebHonorType) {
|
||||||
const getDataInternal = async (Internal_groupCode: string, Internal_type: number) => {
|
const getDataInternal = async (Internal_groupCode: string, Internal_type: number) => {
|
||||||
let url = 'https://qun.qq.com/interactive/honorlist?gc=' + Internal_groupCode + '&type=' + Internal_type.toString();
|
const url = 'https://qun.qq.com/interactive/honorlist?gc=' + Internal_groupCode + '&type=' + Internal_type.toString()
|
||||||
let res = '';
|
let resJson
|
||||||
let resJson;
|
|
||||||
try {
|
try {
|
||||||
res = await RequestUtil.HttpGetText(url, 'GET', '', { 'Cookie': cookieStr });
|
const res = await RequestUtil.HttpGetText(url, 'GET', '', { 'Cookie': cookieStr })
|
||||||
const match = res.match(/window\.__INITIAL_STATE__=(.*?);/);
|
const match = res.match(/window\.__INITIAL_STATE__=(.*?);/)
|
||||||
if (match) {
|
if (match) {
|
||||||
resJson = JSON.parse(match[1].trim());
|
resJson = JSON.parse(match[1].trim())
|
||||||
}
|
}
|
||||||
if (Internal_type === 1) {
|
if (Internal_type === 1) {
|
||||||
return resJson?.talkativeList;
|
return resJson?.talkativeList
|
||||||
} else {
|
} else {
|
||||||
return resJson?.actorList;
|
return resJson?.actorList
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.ctx.logger.error('获取当前群荣耀失败', url, e);
|
this.ctx.logger.error('获取当前群荣耀失败', url, e)
|
||||||
}
|
}
|
||||||
return undefined;
|
return undefined
|
||||||
}
|
}
|
||||||
|
|
||||||
let HonorInfo: any = { group_id: groupCode };
|
const honorInfo: Dict = { group_id: groupCode }
|
||||||
const cookieObject = await this.ctx.ntUserApi.getCookies('qun.qq.com')
|
const cookieObject = await this.ctx.ntUserApi.getCookies('qun.qq.com')
|
||||||
const cookieStr = Object.entries(cookieObject).map(([key, value]) => `${key}=${value}`).join('; ')
|
const cookieStr = this.cookieToString(cookieObject)
|
||||||
|
|
||||||
if (getType === WebHonorType.TALKACTIVE || getType === WebHonorType.ALL) {
|
if (getType === WebHonorType.TALKACTIVE || getType === WebHonorType.ALL) {
|
||||||
try {
|
try {
|
||||||
let RetInternal = await getDataInternal(groupCode, 1);
|
const RetInternal = await getDataInternal(groupCode, 1)
|
||||||
if (!RetInternal) {
|
if (!RetInternal) {
|
||||||
throw new Error('获取龙王信息失败');
|
throw new Error('获取龙王信息失败')
|
||||||
}
|
}
|
||||||
HonorInfo.current_talkative = {
|
honorInfo.current_talkative = {
|
||||||
user_id: RetInternal[0]?.uin,
|
user_id: RetInternal[0]?.uin,
|
||||||
avatar: RetInternal[0]?.avatar,
|
avatar: RetInternal[0]?.avatar,
|
||||||
nickname: RetInternal[0]?.name,
|
nickname: RetInternal[0]?.name,
|
||||||
day_count: 0,
|
day_count: 0,
|
||||||
description: RetInternal[0]?.desc
|
description: RetInternal[0]?.desc
|
||||||
}
|
}
|
||||||
HonorInfo.talkative_list = [];
|
honorInfo.talkative_list = [];
|
||||||
for (const talkative_ele of RetInternal) {
|
for (const talkative_ele of RetInternal) {
|
||||||
HonorInfo.talkative_list.push({
|
honorInfo.talkative_list.push({
|
||||||
user_id: talkative_ele?.uin,
|
user_id: talkative_ele?.uin,
|
||||||
avatar: talkative_ele?.avatar,
|
avatar: talkative_ele?.avatar,
|
||||||
description: talkative_ele?.desc,
|
description: talkative_ele?.desc,
|
||||||
day_count: 0,
|
day_count: 0,
|
||||||
nickname: talkative_ele?.name
|
nickname: talkative_ele?.name
|
||||||
});
|
})
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.ctx.logger.error(e);
|
this.ctx.logger.error(e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (getType === WebHonorType.PERFROMER || getType === WebHonorType.ALL) {
|
if (getType === WebHonorType.PERFROMER || getType === WebHonorType.ALL) {
|
||||||
try {
|
try {
|
||||||
let RetInternal = await getDataInternal(groupCode, 2);
|
const RetInternal = await getDataInternal(groupCode, 2)
|
||||||
if (!RetInternal) {
|
if (!RetInternal) {
|
||||||
throw new Error('获取群聊之火失败');
|
throw new Error('获取群聊之火失败')
|
||||||
}
|
}
|
||||||
HonorInfo.performer_list = [];
|
honorInfo.performer_list = []
|
||||||
for (const performer_ele of RetInternal) {
|
for (const performer_ele of RetInternal) {
|
||||||
HonorInfo.performer_list.push({
|
honorInfo.performer_list.push({
|
||||||
user_id: performer_ele?.uin,
|
user_id: performer_ele?.uin,
|
||||||
nickname: performer_ele?.name,
|
nickname: performer_ele?.name,
|
||||||
avatar: performer_ele?.avatar,
|
avatar: performer_ele?.avatar,
|
||||||
description: performer_ele?.desc
|
description: performer_ele?.desc
|
||||||
});
|
})
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.ctx.logger.error(e);
|
this.ctx.logger.error(e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (getType === WebHonorType.PERFROMER || getType === WebHonorType.ALL) {
|
if (getType === WebHonorType.PERFROMER || getType === WebHonorType.ALL) {
|
||||||
try {
|
try {
|
||||||
let RetInternal = await getDataInternal(groupCode, 3);
|
const RetInternal = await getDataInternal(groupCode, 3)
|
||||||
if (!RetInternal) {
|
if (!RetInternal) {
|
||||||
throw new Error('获取群聊炽焰失败');
|
throw new Error('获取群聊炽焰失败')
|
||||||
}
|
}
|
||||||
HonorInfo.legend_list = [];
|
honorInfo.legend_list = []
|
||||||
for (const legend_ele of RetInternal) {
|
for (const legend_ele of RetInternal) {
|
||||||
HonorInfo.legend_list.push({
|
honorInfo.legend_list.push({
|
||||||
user_id: legend_ele?.uin,
|
user_id: legend_ele?.uin,
|
||||||
nickname: legend_ele?.name,
|
nickname: legend_ele?.name,
|
||||||
avatar: legend_ele?.avatar,
|
avatar: legend_ele?.avatar,
|
||||||
desc: legend_ele?.description
|
desc: legend_ele?.description
|
||||||
});
|
})
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.ctx.logger.error('获取群聊炽焰失败', e);
|
this.ctx.logger.error('获取群聊炽焰失败', e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (getType === WebHonorType.EMOTION || getType === WebHonorType.ALL) {
|
if (getType === WebHonorType.EMOTION || getType === WebHonorType.ALL) {
|
||||||
try {
|
try {
|
||||||
let RetInternal = await getDataInternal(groupCode, 6);
|
const RetInternal = await getDataInternal(groupCode, 6)
|
||||||
if (!RetInternal) {
|
if (!RetInternal) {
|
||||||
throw new Error('获取快乐源泉失败');
|
throw new Error('获取快乐源泉失败')
|
||||||
}
|
}
|
||||||
HonorInfo.emotion_list = [];
|
honorInfo.emotion_list = []
|
||||||
for (const emotion_ele of RetInternal) {
|
for (const emotion_ele of RetInternal) {
|
||||||
HonorInfo.emotion_list.push({
|
honorInfo.emotion_list.push({
|
||||||
user_id: emotion_ele?.uin,
|
user_id: emotion_ele?.uin,
|
||||||
nickname: emotion_ele?.name,
|
nickname: emotion_ele?.name,
|
||||||
avatar: emotion_ele?.avatar,
|
avatar: emotion_ele?.avatar,
|
||||||
desc: emotion_ele?.description
|
desc: emotion_ele?.description
|
||||||
});
|
})
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.ctx.logger.error('获取快乐源泉失败', e);
|
this.ctx.logger.error('获取快乐源泉失败', e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//冒尖小春笋好像已经被tx扬了
|
//冒尖小春笋好像已经被tx扬了
|
||||||
if (getType === WebHonorType.EMOTION || getType === WebHonorType.ALL) {
|
if (getType === WebHonorType.EMOTION || getType === WebHonorType.ALL) {
|
||||||
HonorInfo.strong_newbie_list = [];
|
honorInfo.strong_newbie_list = []
|
||||||
}
|
}
|
||||||
return HonorInfo;
|
return honorInfo
|
||||||
|
}
|
||||||
|
|
||||||
|
async setGroupNotice(params: SetGroupNoticeParams): Promise<SetGroupNoticeRet> {
|
||||||
|
const cookieObject = await this.ctx.ntUserApi.getCookies('qun.qq.com')
|
||||||
|
const settings = JSON.stringify({
|
||||||
|
is_show_edit_card: params.isShowEditCard,
|
||||||
|
tip_window_type: params.tipWindowType,
|
||||||
|
confirm_required: params.confirmRequired
|
||||||
|
})
|
||||||
|
|
||||||
|
return await RequestUtil.HttpGetJson<SetGroupNoticeRet>(
|
||||||
|
`https://web.qun.qq.com/cgi-bin/announce/add_qun_notice?${new URLSearchParams({
|
||||||
|
bkn: this.genBkn(cookieObject.skey),
|
||||||
|
qid: params.groupCode,
|
||||||
|
text: params.content,
|
||||||
|
pinned: params.pinned.toString(),
|
||||||
|
type: params.type.toString(),
|
||||||
|
settings: settings,
|
||||||
|
...(params.picId !== '' && {
|
||||||
|
pic: params.picId,
|
||||||
|
imgWidth: params.imgWidth?.toString(),
|
||||||
|
imgHeight: params.imgHeight?.toString(),
|
||||||
|
})
|
||||||
|
})}`,
|
||||||
|
'POST',
|
||||||
|
'',
|
||||||
|
{ 'Cookie': this.cookieToString(cookieObject) }
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
private cookieToString(cookieObject: Dict) {
|
||||||
|
return Object.entries(cookieObject).map(([key, value]) => `${key}=${value}`).join('; ')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -38,17 +38,19 @@ export class NTQQWindowApi extends Service {
|
|||||||
// 打开窗口并获取对应的下发事件
|
// 打开窗口并获取对应的下发事件
|
||||||
async openWindow<R = GeneralCallResult>(
|
async openWindow<R = GeneralCallResult>(
|
||||||
ntQQWindow: NTQQWindow,
|
ntQQWindow: NTQQWindow,
|
||||||
args: any[],
|
args: unknown[],
|
||||||
cbCmd: ReceiveCmd | undefined,
|
cbCmd: ReceiveCmd | undefined,
|
||||||
autoCloseSeconds: number = 2,
|
autoCloseSeconds: number = 2,
|
||||||
) {
|
) {
|
||||||
const result = await invoke<R>({
|
const result = await invoke<R>(
|
||||||
className: NTClass.WINDOW_API,
|
NTMethod.OPEN_EXTRA_WINDOW,
|
||||||
methodName: NTMethod.OPEN_EXTRA_WINDOW,
|
[ntQQWindow.windowName, ...args],
|
||||||
cbCmd,
|
{
|
||||||
afterFirstCmd: false,
|
className: NTClass.WINDOW_API,
|
||||||
args: [ntQQWindow.windowName, ...args],
|
cbCmd,
|
||||||
})
|
afterFirstCmd: false,
|
||||||
|
}
|
||||||
|
)
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
for (const w of BrowserWindow.getAllWindows()) {
|
for (const w of BrowserWindow.getAllWindows()) {
|
||||||
// log("close window", w.webContents.getURL())
|
// log("close window", w.webContents.getURL())
|
||||||
|
@@ -33,12 +33,11 @@ declare module 'cordis' {
|
|||||||
'nt/group-notify': (input: GroupNotify[]) => void
|
'nt/group-notify': (input: GroupNotify[]) => void
|
||||||
'nt/friend-request': (input: FriendRequest[]) => void
|
'nt/friend-request': (input: FriendRequest[]) => void
|
||||||
'nt/group-member-info-updated': (input: { groupCode: string; members: GroupMember[] }) => void
|
'nt/group-member-info-updated': (input: { groupCode: string; members: GroupMember[] }) => void
|
||||||
'nt/friend-list-updated': (input: { groupCode: string; members: GroupMember[] }) => void
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class Core extends Service {
|
class Core extends Service {
|
||||||
static inject = ['ntMsgApi', 'ntFileApi', 'ntFileCacheApi', 'ntFriendApi', 'ntGroupApi', 'ntUserApi', 'ntWindowApi']
|
static inject = ['ntMsgApi', 'ntFriendApi', 'ntGroupApi']
|
||||||
|
|
||||||
constructor(protected ctx: Context, public config: Core.Config) {
|
constructor(protected ctx: Context, public config: Core.Config) {
|
||||||
super(ctx, 'app', true)
|
super(ctx, 'app', true)
|
||||||
@@ -53,6 +52,9 @@ class Core extends Service {
|
|||||||
MessageUnique.init(selfInfo.uin)
|
MessageUnique.init(selfInfo.uin)
|
||||||
this.registerListener()
|
this.registerListener()
|
||||||
this.ctx.logger.info(`LLOneBot/${version}`)
|
this.ctx.logger.info(`LLOneBot/${version}`)
|
||||||
|
this.ctx.on('llonebot/config-updated', input => {
|
||||||
|
Object.assign(this.config, input)
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
private registerListener() {
|
private registerListener() {
|
||||||
@@ -60,8 +62,8 @@ class Core extends Service {
|
|||||||
data: CategoryFriend[]
|
data: CategoryFriend[]
|
||||||
}>(ReceiveCmdS.FRIENDS, (payload) => {
|
}>(ReceiveCmdS.FRIENDS, (payload) => {
|
||||||
type V2data = { userSimpleInfos: Map<string, SimpleInfo> }
|
type V2data = { userSimpleInfos: Map<string, SimpleInfo> }
|
||||||
let friendList: User[] = [];
|
let friendList: User[] = []
|
||||||
if ((payload as any).userSimpleInfos) {
|
if ('userSimpleInfos' in payload) {
|
||||||
friendList = Object.values((payload as unknown as V2data).userSimpleInfos).map((v: SimpleInfo) => {
|
friendList = Object.values((payload as unknown as V2data).userSimpleInfos).map((v: SimpleInfo) => {
|
||||||
return {
|
return {
|
||||||
...v.coreInfo,
|
...v.coreInfo,
|
||||||
@@ -87,11 +89,11 @@ class Core extends Service {
|
|||||||
for (const msgElement of message.elements) {
|
for (const msgElement of message.elements) {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
const picPath = msgElement.picElement?.sourcePath
|
const picPath = msgElement.picElement?.sourcePath
|
||||||
const picThumbPath = [...msgElement.picElement?.thumbPath.values()]
|
const picThumbPath = [...(msgElement.picElement?.thumbPath ?? []).values()]
|
||||||
const pttPath = msgElement.pttElement?.filePath
|
const pttPath = msgElement.pttElement?.filePath
|
||||||
const filePath = msgElement.fileElement?.filePath
|
const filePath = msgElement.fileElement?.filePath
|
||||||
const videoPath = msgElement.videoElement?.filePath
|
const videoPath = msgElement.videoElement?.filePath
|
||||||
const videoThumbPath: string[] = [...msgElement.videoElement.thumbPath?.values()!]
|
const videoThumbPath = [...(msgElement.videoElement?.thumbPath ?? []).values()]
|
||||||
const pathList = [picPath, ...picThumbPath, pttPath, filePath, videoPath, ...videoThumbPath]
|
const pathList = [picPath, ...picThumbPath, pttPath, filePath, videoPath, ...videoThumbPath]
|
||||||
if (msgElement.picElement) {
|
if (msgElement.picElement) {
|
||||||
pathList.push(...Object.values(msgElement.picElement.thumbPath))
|
pathList.push(...Object.values(msgElement.picElement.thumbPath))
|
||||||
@@ -124,15 +126,15 @@ class Core extends Service {
|
|||||||
}[]
|
}[]
|
||||||
}>(ReceiveCmdS.RECENT_CONTACT, async (payload) => {
|
}>(ReceiveCmdS.RECENT_CONTACT, async (payload) => {
|
||||||
for (const recentContact of payload.changedRecentContactLists) {
|
for (const recentContact of payload.changedRecentContactLists) {
|
||||||
for (const changedContact of recentContact.changedList) {
|
for (const contact of recentContact.changedList) {
|
||||||
if (activatedPeerUids.includes(changedContact.id)) continue
|
if (activatedPeerUids.includes(contact.id)) continue
|
||||||
activatedPeerUids.push(changedContact.id)
|
activatedPeerUids.push(contact.id)
|
||||||
const peer = { peerUid: changedContact.id, chatType: changedContact.chatType }
|
const peer = { peerUid: contact.id, chatType: contact.chatType }
|
||||||
if (changedContact.chatType === ChatType.temp) {
|
if (contact.chatType === ChatType.temp) {
|
||||||
this.ctx.ntMsgApi.activateChatAndGetHistory(peer).then(() => {
|
this.ctx.ntMsgApi.activateChatAndGetHistory(peer).then(() => {
|
||||||
this.ctx.ntMsgApi.getMsgHistory(peer, '', 20).then(({ msgList }) => {
|
this.ctx.ntMsgApi.getMsgHistory(peer, '', 20).then(({ msgList }) => {
|
||||||
const lastTempMsg = msgList.at(-1)
|
const lastTempMsg = msgList.at(-1)
|
||||||
if (Date.now() / 1000 - parseInt(lastTempMsg?.msgTime!) < 5) {
|
if (Date.now() / 1000 - Number(lastTempMsg?.msgTime) < 5) {
|
||||||
this.ctx.parallel('nt/message-created', [lastTempMsg!])
|
this.ctx.parallel('nt/message-created', [lastTempMsg!])
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
import ffmpeg from 'fluent-ffmpeg'
|
||||||
|
import faceConfig from './helper/face_config.json'
|
||||||
import {
|
import {
|
||||||
AtType,
|
AtType,
|
||||||
ElementType,
|
ElementType,
|
||||||
@@ -13,22 +15,16 @@ import {
|
|||||||
SendTextElement,
|
SendTextElement,
|
||||||
SendVideoElement,
|
SendVideoElement,
|
||||||
} from './types'
|
} from './types'
|
||||||
import { promises as fs } from 'node:fs'
|
import { stat, writeFile, copyFile, unlink } from 'node:fs/promises'
|
||||||
import ffmpeg from 'fluent-ffmpeg'
|
|
||||||
import { calculateFileMD5, isGIF } from '../common/utils/file'
|
import { calculateFileMD5, isGIF } from '../common/utils/file'
|
||||||
import { defaultVideoThumb, getVideoInfo } from '../common/utils/video'
|
import { defaultVideoThumb, getVideoInfo } from '../common/utils/video'
|
||||||
import { encodeSilk } from '../common/utils/audio'
|
import { encodeSilk } from '../common/utils/audio'
|
||||||
import faceConfig from './helper/face_config.json'
|
|
||||||
import { Context } from 'cordis'
|
import { Context } from 'cordis'
|
||||||
import { isNullable } from 'cosmokit'
|
import { isNullable } from 'cosmokit'
|
||||||
|
|
||||||
export const mFaceCache = new Map<string, string>() // emojiId -> faceName
|
//export const mFaceCache = new Map<string, string>() // emojiId -> faceName
|
||||||
|
|
||||||
export namespace SendMsgElementConstructor {
|
|
||||||
export function poke(groupCode: string, uin: string) {
|
|
||||||
return null
|
|
||||||
}
|
|
||||||
|
|
||||||
|
export namespace SendElementEntities {
|
||||||
export function text(content: string): SendTextElement {
|
export function text(content: string): SendTextElement {
|
||||||
return {
|
return {
|
||||||
elementType: ElementType.TEXT,
|
elementType: ElementType.TEXT,
|
||||||
@@ -103,7 +99,7 @@ export namespace SendMsgElementConstructor {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function file(ctx: Context, filePath: string, fileName: string = '', folderId: string = ''): Promise<SendFileElement> {
|
export async function file(ctx: Context, filePath: string, fileName = '', folderId = ''): Promise<SendFileElement> {
|
||||||
const { fileName: _fileName, path, fileSize } = await ctx.ntFileApi.uploadFile(filePath, ElementType.FILE)
|
const { fileName: _fileName, path, fileSize } = await ctx.ntFileApi.uploadFile(filePath, ElementType.FILE)
|
||||||
if (fileSize === 0) {
|
if (fileSize === 0) {
|
||||||
throw '文件异常,大小为 0'
|
throw '文件异常,大小为 0'
|
||||||
@@ -121,14 +117,14 @@ export namespace SendMsgElementConstructor {
|
|||||||
return element
|
return element
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function video(ctx: Context, filePath: string, fileName: string = '', diyThumbPath: string = ''): Promise<SendVideoElement> {
|
export async function video(ctx: Context, filePath: string, fileName = '', diyThumbPath = ''): Promise<SendVideoElement> {
|
||||||
try {
|
try {
|
||||||
await fs.stat(filePath)
|
await stat(filePath)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
throw `文件${filePath}异常,不存在`
|
throw `文件${filePath}异常,不存在`
|
||||||
}
|
}
|
||||||
ctx.logger.info('复制视频到QQ目录', filePath)
|
ctx.logger.info('复制视频到QQ目录', filePath)
|
||||||
let { fileName: _fileName, path, fileSize, md5 } = await ctx.ntFileApi.uploadFile(filePath, ElementType.VIDEO)
|
const { fileName: _fileName, path, fileSize, md5 } = await ctx.ntFileApi.uploadFile(filePath, ElementType.VIDEO)
|
||||||
|
|
||||||
ctx.logger.info('复制视频到QQ目录完成', path)
|
ctx.logger.info('复制视频到QQ目录完成', path)
|
||||||
if (fileSize === 0) {
|
if (fileSize === 0) {
|
||||||
@@ -151,7 +147,7 @@ export namespace SendMsgElementConstructor {
|
|||||||
filePath,
|
filePath,
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
videoInfo = await getVideoInfo(path)
|
videoInfo = await getVideoInfo(ctx, path)
|
||||||
ctx.logger.info('视频信息', videoInfo)
|
ctx.logger.info('视频信息', videoInfo)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
ctx.logger.info('获取视频信息失败', e)
|
ctx.logger.info('获取视频信息失败', e)
|
||||||
@@ -165,7 +161,7 @@ export namespace SendMsgElementConstructor {
|
|||||||
function useDefaultThumb() {
|
function useDefaultThumb() {
|
||||||
if (completed) return
|
if (completed) return
|
||||||
ctx.logger.info('获取视频封面失败,使用默认封面')
|
ctx.logger.info('获取视频封面失败,使用默认封面')
|
||||||
fs.writeFile(thumbPath, defaultVideoThumb)
|
writeFile(thumbPath, defaultVideoThumb)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
resolve(thumbPath)
|
resolve(thumbPath)
|
||||||
})
|
})
|
||||||
@@ -174,9 +170,9 @@ export namespace SendMsgElementConstructor {
|
|||||||
|
|
||||||
setTimeout(useDefaultThumb, 5000)
|
setTimeout(useDefaultThumb, 5000)
|
||||||
ffmpeg(filePath)
|
ffmpeg(filePath)
|
||||||
.on('error', (err) => {
|
.on('error', () => {
|
||||||
if (diyThumbPath) {
|
if (diyThumbPath) {
|
||||||
fs.copyFile(diyThumbPath, thumbPath)
|
copyFile(diyThumbPath, thumbPath)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
completed = true
|
completed = true
|
||||||
resolve(thumbPath)
|
resolve(thumbPath)
|
||||||
@@ -198,10 +194,10 @@ export namespace SendMsgElementConstructor {
|
|||||||
resolve(thumbPath)
|
resolve(thumbPath)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
let thumbPath = new Map()
|
const thumbPath = new Map()
|
||||||
const _thumbPath = await createThumb
|
const _thumbPath = await createThumb
|
||||||
ctx.logger.info('生成视频缩略图', _thumbPath)
|
ctx.logger.info('生成视频缩略图', _thumbPath)
|
||||||
const thumbSize = (await fs.stat(_thumbPath)).size
|
const thumbSize = (await stat(_thumbPath)).size
|
||||||
// log("生成缩略图", _thumbPath)
|
// log("生成缩略图", _thumbPath)
|
||||||
thumbPath.set(0, _thumbPath)
|
thumbPath.set(0, _thumbPath)
|
||||||
const thumbMd5 = await calculateFileMD5(_thumbPath)
|
const thumbMd5 = await calculateFileMD5(_thumbPath)
|
||||||
@@ -246,7 +242,7 @@ export namespace SendMsgElementConstructor {
|
|||||||
throw '文件异常,大小为0'
|
throw '文件异常,大小为0'
|
||||||
}
|
}
|
||||||
if (converted) {
|
if (converted) {
|
||||||
fs.unlink(silkPath).then()
|
unlink(silkPath)
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
elementType: ElementType.PTT,
|
elementType: ElementType.PTT,
|
||||||
@@ -299,7 +295,7 @@ export namespace SendMsgElementConstructor {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export function mface(emojiPackageId: number, emojiId: string, key: string, faceName: string): SendMarketFaceElement {
|
export function mface(emojiPackageId: number, emojiId: string, key: string, summary?: string): SendMarketFaceElement {
|
||||||
return {
|
return {
|
||||||
elementType: ElementType.MFACE,
|
elementType: ElementType.MFACE,
|
||||||
marketFaceElement: {
|
marketFaceElement: {
|
||||||
@@ -308,14 +304,13 @@ export namespace SendMsgElementConstructor {
|
|||||||
emojiPackageId,
|
emojiPackageId,
|
||||||
emojiId,
|
emojiId,
|
||||||
key,
|
key,
|
||||||
faceName: faceName || mFaceCache.get(emojiId) || '[商城表情]',
|
faceName: summary || '[商城表情]',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export function dice(resultId: number | null): SendFaceElement {
|
export function dice(resultId?: string | number): SendFaceElement {
|
||||||
// 实际测试并不能控制结果
|
// 实际测试并不能控制结果
|
||||||
|
|
||||||
// 随机1到6
|
// 随机1到6
|
||||||
if (isNullable(resultId)) resultId = Math.floor(Math.random() * 6) + 1
|
if (isNullable(resultId)) resultId = Math.floor(Math.random() * 6) + 1
|
||||||
return {
|
return {
|
||||||
@@ -329,7 +324,7 @@ export namespace SendMsgElementConstructor {
|
|||||||
stickerId: '33',
|
stickerId: '33',
|
||||||
sourceType: 1,
|
sourceType: 1,
|
||||||
stickerType: 2,
|
stickerType: 2,
|
||||||
resultId: resultId?.toString(),
|
resultId: resultId.toString(),
|
||||||
surpriseId: '',
|
surpriseId: '',
|
||||||
// "randomType": 1,
|
// "randomType": 1,
|
||||||
},
|
},
|
||||||
@@ -337,7 +332,7 @@ export namespace SendMsgElementConstructor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 猜拳(石头剪刀布)表情
|
// 猜拳(石头剪刀布)表情
|
||||||
export function rps(resultId: number | null): SendFaceElement {
|
export function rps(resultId?: string | number): SendFaceElement {
|
||||||
// 实际测试并不能控制结果
|
// 实际测试并不能控制结果
|
||||||
if (isNullable(resultId)) resultId = Math.floor(Math.random() * 3) + 1
|
if (isNullable(resultId)) resultId = Math.floor(Math.random() * 3) + 1
|
||||||
return {
|
return {
|
||||||
@@ -351,7 +346,7 @@ export namespace SendMsgElementConstructor {
|
|||||||
stickerId: '34',
|
stickerId: '34',
|
||||||
sourceType: 1,
|
sourceType: 1,
|
||||||
stickerType: 2,
|
stickerType: 2,
|
||||||
resultId: resultId?.toString(),
|
resultId: resultId.toString(),
|
||||||
surpriseId: '',
|
surpriseId: '',
|
||||||
// "randomType": 1,
|
// "randomType": 1,
|
||||||
},
|
},
|
@@ -35,7 +35,7 @@ export class RkeyManager {
|
|||||||
return now > this.rkeyData.expired_time
|
return now > this.rkeyData.expired_time
|
||||||
}
|
}
|
||||||
|
|
||||||
async refreshRkey(): Promise<any> {
|
async refreshRkey() {
|
||||||
//刷新rkey
|
//刷新rkey
|
||||||
this.rkeyData = await this.fetchServerRkey()
|
this.rkeyData = await this.fetchServerRkey()
|
||||||
}
|
}
|
||||||
|
@@ -2,8 +2,9 @@ import type { BrowserWindow } from 'electron'
|
|||||||
import { NTClass, NTMethod } from './ntcall'
|
import { NTClass, NTMethod } from './ntcall'
|
||||||
import { log } from '@/common/utils'
|
import { log } from '@/common/utils'
|
||||||
import { randomUUID } from 'node:crypto'
|
import { randomUUID } from 'node:crypto'
|
||||||
|
import { Dict } from 'cosmokit'
|
||||||
|
|
||||||
export const hookApiCallbacks: Record<string, (apiReturn: any) => void> = {}
|
export const hookApiCallbacks: Record<string, (res: any) => void> = {}
|
||||||
|
|
||||||
export const ReceiveCmdS = {
|
export const ReceiveCmdS = {
|
||||||
RECENT_CONTACT: 'nodeIKernelRecentContactListener/onRecentContactListChangedVer2',
|
RECENT_CONTACT: 'nodeIKernelRecentContactListener/onRecentContactListChangedVer2',
|
||||||
@@ -26,11 +27,11 @@ export const ReceiveCmdS = {
|
|||||||
CACHE_SCAN_FINISH: 'nodeIKernelStorageCleanListener/onFinishScan',
|
CACHE_SCAN_FINISH: 'nodeIKernelStorageCleanListener/onFinishScan',
|
||||||
MEDIA_UPLOAD_COMPLETE: 'nodeIKernelMsgListener/onRichMediaUploadComplete',
|
MEDIA_UPLOAD_COMPLETE: 'nodeIKernelMsgListener/onRichMediaUploadComplete',
|
||||||
SKEY_UPDATE: 'onSkeyUpdate',
|
SKEY_UPDATE: 'onSkeyUpdate',
|
||||||
}
|
} as const
|
||||||
|
|
||||||
export type ReceiveCmd = string
|
export type ReceiveCmd = string
|
||||||
|
|
||||||
interface NTQQApiReturnData<Payload = unknown> extends Array<any> {
|
interface NTQQApiReturnData extends Array<unknown> {
|
||||||
0: {
|
0: {
|
||||||
type: 'request'
|
type: 'request'
|
||||||
eventName: NTClass
|
eventName: NTClass
|
||||||
@@ -39,7 +40,7 @@ interface NTQQApiReturnData<Payload = unknown> extends Array<any> {
|
|||||||
1: {
|
1: {
|
||||||
cmdName: ReceiveCmd
|
cmdName: ReceiveCmd
|
||||||
cmdType: 'event'
|
cmdType: 'event'
|
||||||
payload: Payload
|
payload: unknown
|
||||||
}[]
|
}[]
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -56,7 +57,7 @@ const callHooks: Array<{
|
|||||||
hookFunc: (callParams: unknown[]) => void | Promise<void>
|
hookFunc: (callParams: unknown[]) => void | Promise<void>
|
||||||
}> = []
|
}> = []
|
||||||
|
|
||||||
export function hookNTQQApiReceive(window: BrowserWindow) {
|
export function hookNTQQApiReceive(window: BrowserWindow, onlyLog: boolean) {
|
||||||
const originalSend = window.webContents.send
|
const originalSend = window.webContents.send
|
||||||
const patchSend = (channel: string, ...args: NTQQApiReturnData) => {
|
const patchSend = (channel: string, ...args: NTQQApiReturnData) => {
|
||||||
try {
|
try {
|
||||||
@@ -65,34 +66,35 @@ export function hookNTQQApiReceive(window: BrowserWindow) {
|
|||||||
log(`received ntqq api message: ${channel}`, args)
|
log(`received ntqq api message: ${channel}`, args)
|
||||||
}
|
}
|
||||||
} catch { }
|
} catch { }
|
||||||
if (args?.[1] instanceof Array) {
|
if (!onlyLog) {
|
||||||
for (const receiveData of args?.[1]) {
|
if (args?.[1] instanceof Array) {
|
||||||
const ntQQApiMethodName = receiveData.cmdName
|
for (const receiveData of args[1]) {
|
||||||
// log(`received ntqq api message: ${channel} ${ntQQApiMethodName}`, JSON.stringify(receiveData))
|
const ntQQApiMethodName = receiveData.cmdName
|
||||||
for (const hook of receiveHooks) {
|
// log(`received ntqq api message: ${channel} ${ntQQApiMethodName}`, JSON.stringify(receiveData))
|
||||||
if (hook.method.includes(ntQQApiMethodName)) {
|
for (const hook of receiveHooks) {
|
||||||
new Promise((resolve, reject) => {
|
if (hook.method.includes(ntQQApiMethodName)) {
|
||||||
try {
|
new Promise(resolve => {
|
||||||
hook.hookFunc(receiveData.payload)
|
try {
|
||||||
} catch (e: any) {
|
hook.hookFunc(receiveData.payload)
|
||||||
log('hook error', ntQQApiMethodName, e.stack.toString())
|
} catch (e) {
|
||||||
}
|
log('hook error', ntQQApiMethodName, (e as Error).stack?.toString())
|
||||||
resolve(undefined)
|
}
|
||||||
}).then()
|
resolve(undefined)
|
||||||
|
}).then()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
if (args[0]?.callbackId) {
|
||||||
if (args[0]?.callbackId) {
|
// log("hookApiCallback", hookApiCallbacks, args)
|
||||||
// log("hookApiCallback", hookApiCallbacks, args)
|
const callbackId = args[0].callbackId
|
||||||
const callbackId = args[0].callbackId
|
if (hookApiCallbacks[callbackId]) {
|
||||||
if (hookApiCallbacks[callbackId]) {
|
new Promise(resolve => {
|
||||||
// log("callback found")
|
hookApiCallbacks[callbackId](args[1])
|
||||||
new Promise((resolve, reject) => {
|
resolve(undefined)
|
||||||
hookApiCallbacks[callbackId](args[1])
|
}).then()
|
||||||
resolve(undefined)
|
delete hookApiCallbacks[callbackId]
|
||||||
}).then()
|
}
|
||||||
delete hookApiCallbacks[callbackId]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
originalSend.call(window.webContents, channel, ...args)
|
originalSend.call(window.webContents, channel, ...args)
|
||||||
@@ -100,9 +102,9 @@ export function hookNTQQApiReceive(window: BrowserWindow) {
|
|||||||
window.webContents.send = patchSend
|
window.webContents.send = patchSend
|
||||||
}
|
}
|
||||||
|
|
||||||
export function hookNTQQApiCall(window: BrowserWindow) {
|
export function hookNTQQApiCall(window: BrowserWindow, onlyLog: boolean) {
|
||||||
// 监听调用NTQQApi
|
// 监听调用NTQQApi
|
||||||
let webContents = window.webContents as any
|
const webContents = window.webContents as Dict
|
||||||
const ipc_message_proxy = webContents._events['-ipc-message']?.[0] || webContents._events['-ipc-message']
|
const ipc_message_proxy = webContents._events['-ipc-message']?.[0] || webContents._events['-ipc-message']
|
||||||
|
|
||||||
const proxyIpcMsg = new Proxy(ipc_message_proxy, {
|
const proxyIpcMsg = new Proxy(ipc_message_proxy, {
|
||||||
@@ -116,23 +118,25 @@ export function hookNTQQApiCall(window: BrowserWindow) {
|
|||||||
try {
|
try {
|
||||||
logHook && log('call NTQQ api', thisArg, args)
|
logHook && log('call NTQQ api', thisArg, args)
|
||||||
} catch (e) { }
|
} catch (e) { }
|
||||||
try {
|
if (!onlyLog) {
|
||||||
const _args: unknown[] = args[3][1]
|
try {
|
||||||
const cmdName: NTMethod = _args[0] as NTMethod
|
const _args: unknown[] = args[3][1]
|
||||||
const callParams = _args.slice(1)
|
const cmdName: NTMethod = _args[0] as NTMethod
|
||||||
callHooks.forEach((hook) => {
|
const callParams = _args.slice(1)
|
||||||
if (hook.method.includes(cmdName)) {
|
callHooks.forEach((hook) => {
|
||||||
new Promise((resolve, reject) => {
|
if (hook.method.includes(cmdName)) {
|
||||||
try {
|
new Promise(resolve => {
|
||||||
hook.hookFunc(callParams)
|
try {
|
||||||
} catch (e: any) {
|
hook.hookFunc(callParams)
|
||||||
log('hook call error', e, _args)
|
} catch (e) {
|
||||||
}
|
log('hook call error', e, _args)
|
||||||
resolve(undefined)
|
}
|
||||||
}).then()
|
resolve(undefined)
|
||||||
}
|
}).then()
|
||||||
})
|
}
|
||||||
} catch (e) { }
|
})
|
||||||
|
} catch (e) { }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return target.apply(thisArg, args)
|
return target.apply(thisArg, args)
|
||||||
},
|
},
|
||||||
@@ -146,14 +150,13 @@ export function hookNTQQApiCall(window: BrowserWindow) {
|
|||||||
const ipc_invoke_proxy = webContents._events['-ipc-invoke']?.[0] || webContents._events['-ipc-invoke']
|
const ipc_invoke_proxy = webContents._events['-ipc-invoke']?.[0] || webContents._events['-ipc-invoke']
|
||||||
const proxyIpcInvoke = new Proxy(ipc_invoke_proxy, {
|
const proxyIpcInvoke = new Proxy(ipc_invoke_proxy, {
|
||||||
apply(target, thisArg, args) {
|
apply(target, thisArg, args) {
|
||||||
// console.log(args);
|
|
||||||
//HOOK_LOG && log('call NTQQ invoke api', thisArg, args)
|
//HOOK_LOG && log('call NTQQ invoke api', thisArg, args)
|
||||||
args[0]['_replyChannel']['sendReply'] = new Proxy(args[0]['_replyChannel']['sendReply'], {
|
args[0]['_replyChannel']['sendReply'] = new Proxy(args[0]['_replyChannel']['sendReply'], {
|
||||||
apply(sendtarget, sendthisArg, sendargs) {
|
apply(sendtarget, sendthisArg, sendargs) {
|
||||||
sendtarget.apply(sendthisArg, sendargs)
|
sendtarget.apply(sendthisArg, sendargs)
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
let ret = target.apply(thisArg, args)
|
const ret = target.apply(thisArg, args)
|
||||||
/*try {
|
/*try {
|
||||||
HOOK_LOG && log('call NTQQ invoke api return', ret)
|
HOOK_LOG && log('call NTQQ invoke api return', ret)
|
||||||
} catch (e) { }*/
|
} catch (e) { }*/
|
||||||
|
@@ -1,240 +1,58 @@
|
|||||||
import { Group, GroupListUpdateType, GroupMember, GroupNotify } from '@/ntqqapi/types'
|
import { Group, GroupListUpdateType, GroupMember, GroupNotify } from '@/ntqqapi/types'
|
||||||
|
|
||||||
interface IGroupListener {
|
export interface IGroupListener {
|
||||||
onGroupListUpdate(updateType: GroupListUpdateType, groupList: Group[]): void
|
onGroupListUpdate(updateType: GroupListUpdateType, groupList: Group[]): void
|
||||||
|
|
||||||
onGroupExtListUpdate(...args: unknown[]): void
|
onGroupExtListUpdate(...args: unknown[]): void
|
||||||
|
|
||||||
onGroupSingleScreenNotifies(doubt: boolean, seq: string, notifies: GroupNotify[]): void
|
onGroupSingleScreenNotifies(doubt: boolean, seq: string, notifies: GroupNotify[]): void
|
||||||
|
|
||||||
onGroupNotifiesUpdated(dboubt: boolean, notifies: GroupNotify[]): void
|
onGroupNotifiesUpdated(dboubt: boolean, notifies: GroupNotify[]): void
|
||||||
|
|
||||||
onGroupNotifiesUnreadCountUpdated(...args: unknown[]): void
|
onGroupNotifiesUnreadCountUpdated(...args: unknown[]): void
|
||||||
|
|
||||||
onGroupDetailInfoChange(...args: unknown[]): void
|
onGroupDetailInfoChange(...args: unknown[]): void
|
||||||
|
|
||||||
onGroupAllInfoChange(...args: unknown[]): void
|
onGroupAllInfoChange(...args: unknown[]): void
|
||||||
|
|
||||||
onGroupsMsgMaskResult(...args: unknown[]): void
|
onGroupsMsgMaskResult(...args: unknown[]): void
|
||||||
|
|
||||||
onGroupConfMemberChange(...args: unknown[]): void
|
onGroupConfMemberChange(...args: unknown[]): void
|
||||||
|
|
||||||
onGroupBulletinChange(...args: unknown[]): void
|
onGroupBulletinChange(...args: unknown[]): void
|
||||||
|
|
||||||
onGetGroupBulletinListResult(...args: unknown[]): void
|
onGetGroupBulletinListResult(...args: unknown[]): void
|
||||||
|
|
||||||
onMemberListChange(arg: {
|
onMemberListChange(arg: {
|
||||||
sceneId: string,
|
sceneId: string,
|
||||||
ids: string[],
|
ids: string[],
|
||||||
infos: Map<string, GroupMember>,
|
infos: Map<string, GroupMember>,
|
||||||
finish: boolean,
|
finish: boolean,
|
||||||
hasRobot: boolean
|
hasRobot: boolean
|
||||||
}): void
|
}): void
|
||||||
|
|
||||||
onMemberInfoChange(groupCode: string, changeType: number, members: Map<string, GroupMember>): void
|
onMemberInfoChange(groupCode: string, changeType: number, members: Map<string, GroupMember>): void
|
||||||
|
|
||||||
onSearchMemberChange(...args: unknown[]): void
|
onSearchMemberChange(...args: unknown[]): void
|
||||||
|
|
||||||
onGroupBulletinRichMediaDownloadComplete(...args: unknown[]): void
|
onGroupBulletinRichMediaDownloadComplete(...args: unknown[]): void
|
||||||
|
|
||||||
onGroupBulletinRichMediaProgressUpdate(...args: unknown[]): void
|
onGroupBulletinRichMediaProgressUpdate(...args: unknown[]): void
|
||||||
|
|
||||||
onGroupStatisticInfoChange(...args: unknown[]): void
|
onGroupStatisticInfoChange(...args: unknown[]): void
|
||||||
|
|
||||||
onJoinGroupNotify(...args: unknown[]): void
|
onJoinGroupNotify(...args: unknown[]): void
|
||||||
|
|
||||||
onShutUpMemberListChanged(...args: unknown[]): void
|
onShutUpMemberListChanged(...args: unknown[]): void
|
||||||
|
|
||||||
onGroupBulletinRemindNotify(...args: unknown[]): void
|
onGroupBulletinRemindNotify(...args: unknown[]): void
|
||||||
|
|
||||||
onGroupFirstBulletinNotify(...args: unknown[]): void
|
onGroupFirstBulletinNotify(...args: unknown[]): void
|
||||||
|
|
||||||
onJoinGroupNoVerifyFlag(...args: unknown[]): void
|
onJoinGroupNoVerifyFlag(...args: unknown[]): void
|
||||||
|
|
||||||
onGroupArkInviteStateResult(...args: unknown[]): void
|
onGroupArkInviteStateResult(...args: unknown[]): void
|
||||||
// 发现于Win 9.9.9 23159
|
|
||||||
onGroupMemberLevelInfoChange(...args: unknown[]): void
|
// 发现于Win 9.9.9 23159
|
||||||
}
|
onGroupMemberLevelInfoChange(...args: unknown[]): void
|
||||||
|
|
||||||
export interface NodeIKernelGroupListener extends IGroupListener {
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-misused-new
|
|
||||||
new(listener: IGroupListener): NodeIKernelGroupListener
|
|
||||||
}
|
|
||||||
|
|
||||||
export class GroupListener implements IGroupListener {
|
|
||||||
// 发现于Win 9.9.9 23159
|
|
||||||
onGroupMemberLevelInfoChange(...args: unknown[]): void {
|
|
||||||
|
|
||||||
}
|
|
||||||
onGetGroupBulletinListResult(...args: unknown[]) {
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupAllInfoChange(...args: unknown[]) {
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupBulletinChange(...args: unknown[]) {
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupBulletinRemindNotify(...args: unknown[]) {
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupArkInviteStateResult(...args: unknown[]) {
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupBulletinRichMediaDownloadComplete(...args: unknown[]) {
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupConfMemberChange(...args: unknown[]) {
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupDetailInfoChange(...args: unknown[]) {
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupExtListUpdate(...args: unknown[]) {
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupFirstBulletinNotify(...args: unknown[]) {
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupListUpdate(updateType: GroupListUpdateType, groupList: Group[]) {
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupNotifiesUpdated(dboubt: boolean, notifies: GroupNotify[]) {
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupBulletinRichMediaProgressUpdate(...args: unknown[]) {
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupNotifiesUnreadCountUpdated(...args: unknown[]) {
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupSingleScreenNotifies(doubt: boolean, seq: string, notifies: GroupNotify[]) {
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupsMsgMaskResult(...args: unknown[]) {
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupStatisticInfoChange(...args: unknown[]) {
|
|
||||||
}
|
|
||||||
|
|
||||||
onJoinGroupNotify(...args: unknown[]) {
|
|
||||||
}
|
|
||||||
|
|
||||||
onJoinGroupNoVerifyFlag(...args: unknown[]) {
|
|
||||||
}
|
|
||||||
|
|
||||||
onMemberInfoChange(groupCode: string, changeType: number, members: Map<string, GroupMember>) {
|
|
||||||
}
|
|
||||||
|
|
||||||
onMemberListChange(arg: {
|
|
||||||
sceneId: string,
|
|
||||||
ids: string[],
|
|
||||||
infos: Map<string, GroupMember>, // uid -> GroupMember
|
|
||||||
finish: boolean,
|
|
||||||
hasRobot: boolean
|
|
||||||
}) {
|
|
||||||
}
|
|
||||||
|
|
||||||
onSearchMemberChange(...args: unknown[]) {
|
|
||||||
}
|
|
||||||
|
|
||||||
onShutUpMemberListChanged(...args: unknown[]) {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export class DebugGroupListener implements IGroupListener {
|
|
||||||
onGroupMemberLevelInfoChange(...args: unknown[]): void {
|
|
||||||
console.log('onGroupMemberLevelInfoChange:', ...args)
|
|
||||||
}
|
|
||||||
onGetGroupBulletinListResult(...args: unknown[]) {
|
|
||||||
console.log('onGetGroupBulletinListResult:', ...args)
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupAllInfoChange(...args: unknown[]) {
|
|
||||||
console.log('onGroupAllInfoChange:', ...args)
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupBulletinChange(...args: unknown[]) {
|
|
||||||
console.log('onGroupBulletinChange:', ...args)
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupBulletinRemindNotify(...args: unknown[]) {
|
|
||||||
console.log('onGroupBulletinRemindNotify:', ...args)
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupArkInviteStateResult(...args: unknown[]) {
|
|
||||||
console.log('onGroupArkInviteStateResult:', ...args)
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupBulletinRichMediaDownloadComplete(...args: unknown[]) {
|
|
||||||
console.log('onGroupBulletinRichMediaDownloadComplete:', ...args)
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupConfMemberChange(...args: unknown[]) {
|
|
||||||
console.log('onGroupConfMemberChange:', ...args)
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupDetailInfoChange(...args: unknown[]) {
|
|
||||||
console.log('onGroupDetailInfoChange:', ...args)
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupExtListUpdate(...args: unknown[]) {
|
|
||||||
console.log('onGroupExtListUpdate:', ...args)
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupFirstBulletinNotify(...args: unknown[]) {
|
|
||||||
console.log('onGroupFirstBulletinNotify:', ...args)
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupListUpdate(...args: unknown[]) {
|
|
||||||
console.log('onGroupListUpdate:', ...args)
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupNotifiesUpdated(...args: unknown[]) {
|
|
||||||
console.log('onGroupNotifiesUpdated:', ...args)
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupBulletinRichMediaProgressUpdate(...args: unknown[]) {
|
|
||||||
console.log('onGroupBulletinRichMediaProgressUpdate:', ...args)
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupNotifiesUnreadCountUpdated(...args: unknown[]) {
|
|
||||||
console.log('onGroupNotifiesUnreadCountUpdated:', ...args)
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupSingleScreenNotifies(doubt: boolean, seq: string, notifies: GroupNotify[]) {
|
|
||||||
console.log('onGroupSingleScreenNotifies:')
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupsMsgMaskResult(...args: unknown[]) {
|
|
||||||
console.log('onGroupsMsgMaskResult:', ...args)
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupStatisticInfoChange(...args: unknown[]) {
|
|
||||||
console.log('onGroupStatisticInfoChange:', ...args)
|
|
||||||
}
|
|
||||||
|
|
||||||
onJoinGroupNotify(...args: unknown[]) {
|
|
||||||
console.log('onJoinGroupNotify:', ...args)
|
|
||||||
}
|
|
||||||
|
|
||||||
onJoinGroupNoVerifyFlag(...args: unknown[]) {
|
|
||||||
console.log('onJoinGroupNoVerifyFlag:', ...args)
|
|
||||||
}
|
|
||||||
|
|
||||||
onMemberInfoChange(groupCode: string, changeType: number, members: Map<string, GroupMember>) {
|
|
||||||
console.log('onMemberInfoChange:', groupCode, changeType, members)
|
|
||||||
}
|
|
||||||
|
|
||||||
onMemberListChange(...args: unknown[]) {
|
|
||||||
console.log('onMemberListChange:', ...args)
|
|
||||||
}
|
|
||||||
|
|
||||||
onSearchMemberChange(...args: unknown[]) {
|
|
||||||
console.log('onSearchMemberChange:', ...args)
|
|
||||||
}
|
|
||||||
|
|
||||||
onShutUpMemberListChanged(...args: unknown[]) {
|
|
||||||
console.log('onShutUpMemberListChanged:', ...args)
|
|
||||||
}
|
|
||||||
}
|
}
|
@@ -1,37 +1,77 @@
|
|||||||
import { ChatType, RawMessage } from '@/ntqqapi/types'
|
import { ChatType, RawMessage } from '@/ntqqapi/types'
|
||||||
|
|
||||||
export interface OnRichMediaDownloadCompleteParams {
|
export interface OnRichMediaDownloadCompleteParams {
|
||||||
fileModelId: string,
|
fileModelId: string,
|
||||||
msgElementId: string,
|
msgElementId: string,
|
||||||
msgId: string,
|
msgId: string,
|
||||||
fileId: string,
|
fileId: string,
|
||||||
fileProgress: string, // '0'
|
fileProgress: string, // '0'
|
||||||
fileSpeed: string, // '0'
|
fileSpeed: string, // '0'
|
||||||
fileErrCode: string, // '0'
|
fileErrCode: string, // '0'
|
||||||
fileErrMsg: string,
|
fileErrMsg: string,
|
||||||
fileDownType: number, // 暂时未知
|
fileDownType: number, // 暂时未知
|
||||||
thumbSize: number,
|
thumbSize: number,
|
||||||
filePath: string,
|
filePath: string,
|
||||||
totalSize: string,
|
totalSize: string,
|
||||||
trasferStatus: number,
|
trasferStatus: number,
|
||||||
step: number,
|
step: number,
|
||||||
commonFileInfo: unknown | null,
|
commonFileInfo: unknown | null,
|
||||||
fileSrvErrCode: string,
|
fileSrvErrCode: string,
|
||||||
clientMsg: string,
|
clientMsg: string,
|
||||||
businessId: number,
|
businessId: number,
|
||||||
userTotalSpacePerDay: unknown | null,
|
userTotalSpacePerDay: unknown | null,
|
||||||
userUsedSpacePerDay: unknown | null
|
userUsedSpacePerDay: unknown | null
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface onGroupFileInfoUpdateParamType {
|
export interface OnGroupFileInfoUpdateParams {
|
||||||
retCode: number
|
retCode: number
|
||||||
retMsg: string
|
retMsg: string
|
||||||
clientWording: string
|
clientWording: string
|
||||||
isEnd: boolean
|
isEnd: boolean
|
||||||
item: Array<any>
|
item: {
|
||||||
allFileCount: string
|
peerId: string
|
||||||
nextIndex: string
|
type: number
|
||||||
reqId: string
|
folderInfo?: {
|
||||||
|
folderId: string
|
||||||
|
parentFolderId: string
|
||||||
|
folderName: string
|
||||||
|
createTime: number
|
||||||
|
modifyTime: number
|
||||||
|
createUin: string
|
||||||
|
creatorName: string
|
||||||
|
totalFileCount: number
|
||||||
|
modifyUin: string
|
||||||
|
modifyName: string
|
||||||
|
usedSpace: string
|
||||||
|
}
|
||||||
|
fileInfo?: {
|
||||||
|
fileModelId: string
|
||||||
|
fileId: string
|
||||||
|
fileName: string
|
||||||
|
fileSize: string
|
||||||
|
busId: number
|
||||||
|
uploadedSize: string
|
||||||
|
uploadTime: number
|
||||||
|
deadTime: number
|
||||||
|
modifyTime: number
|
||||||
|
downloadTimes: number
|
||||||
|
sha: string
|
||||||
|
sha3: string
|
||||||
|
md5: string
|
||||||
|
uploaderLocalPath: string
|
||||||
|
uploaderName: string
|
||||||
|
uploaderUin: string
|
||||||
|
parentFolderId: string
|
||||||
|
localPath: string
|
||||||
|
transStatus: number
|
||||||
|
transType: number
|
||||||
|
elementId: string
|
||||||
|
isFolder: boolean
|
||||||
|
}
|
||||||
|
}[]
|
||||||
|
allFileCount: number
|
||||||
|
nextIndex: number
|
||||||
|
reqId: number
|
||||||
}
|
}
|
||||||
|
|
||||||
// {
|
// {
|
||||||
@@ -43,472 +83,186 @@ export interface onGroupFileInfoUpdateParamType {
|
|||||||
// sig: '0x'
|
// sig: '0x'
|
||||||
// }
|
// }
|
||||||
export interface TempOnRecvParams {
|
export interface TempOnRecvParams {
|
||||||
sessionType: number,//1
|
sessionType: number,//1
|
||||||
chatType: ChatType,//100
|
chatType: ChatType,//100
|
||||||
peerUid: string,//uid
|
peerUid: string,//uid
|
||||||
groupCode: string,//gc
|
groupCode: string,//gc
|
||||||
fromNick: string,//gc name
|
fromNick: string,//gc name
|
||||||
sig: string,
|
sig: string,
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IKernelMsgListener {
|
export interface IKernelMsgListener {
|
||||||
onAddSendMsg(msgRecord: RawMessage): void
|
onAddSendMsg(msgRecord: RawMessage): void
|
||||||
|
|
||||||
onBroadcastHelperDownloadComplete(broadcastHelperTransNotifyInfo: unknown): void
|
onBroadcastHelperDownloadComplete(broadcastHelperTransNotifyInfo: unknown): void
|
||||||
|
|
||||||
onBroadcastHelperProgressUpdate(broadcastHelperTransNotifyInfo: unknown): void
|
onBroadcastHelperProgressUpdate(broadcastHelperTransNotifyInfo: unknown): void
|
||||||
|
|
||||||
onChannelFreqLimitInfoUpdate(contact: unknown, z: unknown, freqLimitInfo: unknown): void
|
onChannelFreqLimitInfoUpdate(contact: unknown, z: unknown, freqLimitInfo: unknown): void
|
||||||
|
|
||||||
onContactUnreadCntUpdate(hashMap: unknown): void
|
onContactUnreadCntUpdate(hashMap: unknown): void
|
||||||
|
|
||||||
onCustomWithdrawConfigUpdate(customWithdrawConfig: unknown): void
|
onCustomWithdrawConfigUpdate(customWithdrawConfig: unknown): void
|
||||||
|
|
||||||
onDraftUpdate(contact: unknown, arrayList: unknown, j2: unknown): void
|
onDraftUpdate(contact: unknown, arrayList: unknown, j2: unknown): void
|
||||||
|
|
||||||
onEmojiDownloadComplete(emojiNotifyInfo: unknown): void
|
onEmojiDownloadComplete(emojiNotifyInfo: unknown): void
|
||||||
|
|
||||||
onEmojiResourceUpdate(emojiResourceInfo: unknown): void
|
onEmojiResourceUpdate(emojiResourceInfo: unknown): void
|
||||||
|
|
||||||
onFeedEventUpdate(firstViewDirectMsgNotifyInfo: unknown): void
|
onFeedEventUpdate(firstViewDirectMsgNotifyInfo: unknown): void
|
||||||
|
|
||||||
onFileMsgCome(arrayList: unknown): void
|
onFileMsgCome(arrayList: unknown): void
|
||||||
|
|
||||||
onFirstViewDirectMsgUpdate(firstViewDirectMsgNotifyInfo: unknown): void
|
onFirstViewDirectMsgUpdate(firstViewDirectMsgNotifyInfo: unknown): void
|
||||||
|
|
||||||
onFirstViewGroupGuildMapping(arrayList: unknown): void
|
onFirstViewGroupGuildMapping(arrayList: unknown): void
|
||||||
|
|
||||||
onGrabPasswordRedBag(i2: unknown, str: unknown, i3: unknown, recvdOrder: unknown, msgRecord: unknown): void
|
onGrabPasswordRedBag(i2: unknown, str: unknown, i3: unknown, recvdOrder: unknown, msgRecord: unknown): void
|
||||||
|
|
||||||
onGroupFileInfoAdd(groupItem: unknown): void
|
onGroupFileInfoAdd(groupItem: unknown): void
|
||||||
|
|
||||||
onGroupFileInfoUpdate(groupFileListResult: onGroupFileInfoUpdateParamType): void
|
onGroupFileInfoUpdate(groupFileListResult: OnGroupFileInfoUpdateParams): void
|
||||||
|
|
||||||
onGroupGuildUpdate(groupGuildNotifyInfo: unknown): void
|
onGroupGuildUpdate(groupGuildNotifyInfo: unknown): void
|
||||||
|
|
||||||
onGroupTransferInfoAdd(groupItem: unknown): void
|
onGroupTransferInfoAdd(groupItem: unknown): void
|
||||||
|
|
||||||
onGroupTransferInfoUpdate(groupFileListResult: unknown): void
|
onGroupTransferInfoUpdate(groupFileListResult: unknown): void
|
||||||
|
|
||||||
onGuildInteractiveUpdate(guildInteractiveNotificationItem: unknown): void
|
onGuildInteractiveUpdate(guildInteractiveNotificationItem: unknown): void
|
||||||
|
|
||||||
onGuildMsgAbFlagChanged(guildMsgAbFlag: unknown): void
|
onGuildMsgAbFlagChanged(guildMsgAbFlag: unknown): void
|
||||||
|
|
||||||
onGuildNotificationAbstractUpdate(guildNotificationAbstractInfo: unknown): void
|
onGuildNotificationAbstractUpdate(guildNotificationAbstractInfo: unknown): void
|
||||||
|
|
||||||
onHitCsRelatedEmojiResult(downloadRelateEmojiResultInfo: unknown): void
|
onHitCsRelatedEmojiResult(downloadRelateEmojiResultInfo: unknown): void
|
||||||
|
|
||||||
onHitEmojiKeywordResult(hitRelatedEmojiWordsResult: unknown): void
|
onHitEmojiKeywordResult(hitRelatedEmojiWordsResult: unknown): void
|
||||||
|
|
||||||
onHitRelatedEmojiResult(relatedWordEmojiInfo: unknown): void
|
onHitRelatedEmojiResult(relatedWordEmojiInfo: unknown): void
|
||||||
|
|
||||||
onImportOldDbProgressUpdate(importOldDbMsgNotifyInfo: unknown): void
|
onImportOldDbProgressUpdate(importOldDbMsgNotifyInfo: unknown): void
|
||||||
|
|
||||||
onInputStatusPush(inputStatusInfo: unknown): void
|
onInputStatusPush(inputStatusInfo: unknown): void
|
||||||
|
|
||||||
onKickedOffLine(kickedInfo: unknown): void
|
onKickedOffLine(kickedInfo: unknown): void
|
||||||
|
|
||||||
onLineDev(arrayList: unknown): void
|
onLineDev(arrayList: unknown): void
|
||||||
|
|
||||||
onLogLevelChanged(j2: unknown): void
|
onLogLevelChanged(j2: unknown): void
|
||||||
|
|
||||||
onMsgAbstractUpdate(arrayList: unknown): void
|
onMsgAbstractUpdate(arrayList: unknown): void
|
||||||
|
|
||||||
onMsgBoxChanged(arrayList: unknown): void
|
onMsgBoxChanged(arrayList: unknown): void
|
||||||
|
|
||||||
onMsgDelete(contact: unknown, arrayList: unknown): void
|
onMsgDelete(contact: unknown, arrayList: unknown): void
|
||||||
|
|
||||||
onMsgEventListUpdate(hashMap: unknown): void
|
onMsgEventListUpdate(hashMap: unknown): void
|
||||||
|
|
||||||
onMsgInfoListAdd(arrayList: unknown): void
|
onMsgInfoListAdd(arrayList: unknown): void
|
||||||
|
|
||||||
onMsgInfoListUpdate(msgList: RawMessage[]): void
|
onMsgInfoListUpdate(msgList: RawMessage[]): void
|
||||||
|
|
||||||
onMsgQRCodeStatusChanged(i2: unknown): void
|
onMsgQRCodeStatusChanged(i2: unknown): void
|
||||||
|
|
||||||
onMsgRecall(i2: unknown, str: unknown, j2: unknown): void
|
onMsgRecall(i2: unknown, str: unknown, j2: unknown): void
|
||||||
|
|
||||||
onMsgSecurityNotify(msgRecord: unknown): void
|
onMsgSecurityNotify(msgRecord: unknown): void
|
||||||
|
|
||||||
onMsgSettingUpdate(msgSetting: unknown): void
|
onMsgSettingUpdate(msgSetting: unknown): void
|
||||||
|
|
||||||
onNtFirstViewMsgSyncEnd(): void
|
onNtFirstViewMsgSyncEnd(): void
|
||||||
|
|
||||||
onNtMsgSyncEnd(): void
|
onNtMsgSyncEnd(): void
|
||||||
|
|
||||||
onNtMsgSyncStart(): void
|
onNtMsgSyncStart(): void
|
||||||
|
|
||||||
onReadFeedEventUpdate(firstViewDirectMsgNotifyInfo: unknown): void
|
onReadFeedEventUpdate(firstViewDirectMsgNotifyInfo: unknown): void
|
||||||
|
|
||||||
onRecvGroupGuildFlag(i2: unknown): void
|
onRecvGroupGuildFlag(i2: unknown): void
|
||||||
|
|
||||||
onRecvMsg(...arrayList: unknown[]): void
|
onRecvMsg(...arrayList: unknown[]): void
|
||||||
|
|
||||||
onRecvMsgSvrRspTransInfo(j2: unknown, contact: unknown, i2: unknown, i3: unknown, str: unknown, bArr: unknown): void
|
onRecvMsgSvrRspTransInfo(j2: unknown, contact: unknown, i2: unknown, i3: unknown, str: unknown, bArr: unknown): void
|
||||||
|
|
||||||
onRecvOnlineFileMsg(arrayList: unknown): void
|
onRecvOnlineFileMsg(arrayList: unknown): void
|
||||||
|
|
||||||
onRecvS2CMsg(arrayList: unknown): void
|
onRecvS2CMsg(arrayList: unknown): void
|
||||||
|
|
||||||
onRecvSysMsg(arrayList: unknown): void
|
onRecvSysMsg(arrayList: unknown): void
|
||||||
|
|
||||||
onRecvUDCFlag(i2: unknown): void
|
onRecvUDCFlag(i2: unknown): void
|
||||||
|
|
||||||
onRichMediaDownloadComplete(fileTransNotifyInfo: OnRichMediaDownloadCompleteParams): void
|
onRichMediaDownloadComplete(fileTransNotifyInfo: OnRichMediaDownloadCompleteParams): void
|
||||||
|
|
||||||
onRichMediaProgerssUpdate(fileTransNotifyInfo: unknown): void
|
onRichMediaProgerssUpdate(fileTransNotifyInfo: unknown): void
|
||||||
|
|
||||||
onRichMediaUploadComplete(fileTransNotifyInfo: unknown): void
|
onRichMediaUploadComplete(fileTransNotifyInfo: unknown): void
|
||||||
|
|
||||||
onSearchGroupFileInfoUpdate(searchGroupFileResult:
|
onSearchGroupFileInfoUpdate(searchGroupFileResult:
|
||||||
{
|
{
|
||||||
result: {
|
result: {
|
||||||
retCode: number,
|
retCode: number,
|
||||||
retMsg: string,
|
retMsg: string,
|
||||||
clientWording: string
|
clientWording: string
|
||||||
},
|
},
|
||||||
syncCookie: string,
|
syncCookie: string,
|
||||||
totalMatchCount: number,
|
totalMatchCount: number,
|
||||||
ownerMatchCount: number,
|
ownerMatchCount: number,
|
||||||
isEnd: boolean,
|
isEnd: boolean,
|
||||||
reqId: number,
|
reqId: number,
|
||||||
item: Array<{
|
item: Array<{
|
||||||
groupCode: string,
|
groupCode: string,
|
||||||
groupName: string,
|
groupName: string,
|
||||||
uploaderUin: string,
|
uploaderUin: string,
|
||||||
uploaderName: string,
|
uploaderName: string,
|
||||||
matchUin: string,
|
matchUin: string,
|
||||||
matchWords: Array<unknown>,
|
matchWords: Array<unknown>,
|
||||||
fileNameHits: Array<{
|
fileNameHits: Array<{
|
||||||
start: number,
|
start: number,
|
||||||
end: number
|
end: number
|
||||||
}>,
|
}>,
|
||||||
fileModelId: string,
|
fileModelId: string,
|
||||||
fileId: string,
|
fileId: string,
|
||||||
fileName: string,
|
fileName: string,
|
||||||
fileSize: string,
|
fileSize: string,
|
||||||
busId: number,
|
busId: number,
|
||||||
uploadTime: number,
|
uploadTime: number,
|
||||||
modifyTime: number,
|
modifyTime: number,
|
||||||
deadTime: number,
|
deadTime: number,
|
||||||
downloadTimes: number,
|
downloadTimes: number,
|
||||||
localPath: string
|
localPath: string
|
||||||
}>
|
}>
|
||||||
}): void
|
}): void
|
||||||
|
|
||||||
onSendMsgError(j2: unknown, contact: unknown, i2: unknown, str: unknown): void
|
onSendMsgError(j2: unknown, contact: unknown, i2: unknown, str: unknown): void
|
||||||
|
|
||||||
onSysMsgNotification(i2: unknown, j2: unknown, j3: unknown, arrayList: unknown): void
|
onSysMsgNotification(i2: unknown, j2: unknown, j3: unknown, arrayList: unknown): void
|
||||||
|
|
||||||
onTempChatInfoUpdate(tempChatInfo: TempOnRecvParams): void
|
onTempChatInfoUpdate(tempChatInfo: TempOnRecvParams): void
|
||||||
|
|
||||||
onUnreadCntAfterFirstView(hashMap: unknown): void
|
onUnreadCntAfterFirstView(hashMap: unknown): void
|
||||||
|
|
||||||
onUnreadCntUpdate(hashMap: unknown): void
|
onUnreadCntUpdate(hashMap: unknown): void
|
||||||
|
|
||||||
onUserChannelTabStatusChanged(z: unknown): void
|
onUserChannelTabStatusChanged(z: unknown): void
|
||||||
|
|
||||||
onUserOnlineStatusChanged(z: unknown): void
|
onUserOnlineStatusChanged(z: unknown): void
|
||||||
|
|
||||||
onUserTabStatusChanged(arrayList: unknown): void
|
onUserTabStatusChanged(arrayList: unknown): void
|
||||||
|
|
||||||
onlineStatusBigIconDownloadPush(i2: unknown, j2: unknown, str: unknown): void
|
onlineStatusBigIconDownloadPush(i2: unknown, j2: unknown, str: unknown): void
|
||||||
|
|
||||||
onlineStatusSmallIconDownloadPush(i2: unknown, j2: unknown, str: unknown): void
|
onlineStatusSmallIconDownloadPush(i2: unknown, j2: unknown, str: unknown): void
|
||||||
|
|
||||||
// 第一次发现于Linux
|
// 第一次发现于Linux
|
||||||
onUserSecQualityChanged(...args: unknown[]): void
|
onUserSecQualityChanged(...args: unknown[]): void
|
||||||
|
|
||||||
onMsgWithRichLinkInfoUpdate(...args: unknown[]): void
|
onMsgWithRichLinkInfoUpdate(...args: unknown[]): void
|
||||||
|
|
||||||
onRedTouchChanged(...args: unknown[]): void
|
onRedTouchChanged(...args: unknown[]): void
|
||||||
|
|
||||||
// 第一次发现于Win 9.9.9 23159
|
// 第一次发现于Win 9.9.9 23159
|
||||||
onBroadcastHelperProgerssUpdate(...args: unknown[]): void
|
onBroadcastHelperProgerssUpdate(...args: unknown[]): void
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface NodeIKernelMsgListener extends IKernelMsgListener {
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-misused-new
|
|
||||||
new(listener: IKernelMsgListener): NodeIKernelMsgListener
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
export class MsgListener implements IKernelMsgListener {
|
|
||||||
onAddSendMsg(msgRecord: RawMessage) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onBroadcastHelperDownloadComplete(broadcastHelperTransNotifyInfo: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onBroadcastHelperProgressUpdate(broadcastHelperTransNotifyInfo: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onChannelFreqLimitInfoUpdate(contact: unknown, z: unknown, freqLimitInfo: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onContactUnreadCntUpdate(hashMap: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onCustomWithdrawConfigUpdate(customWithdrawConfig: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onDraftUpdate(contact: unknown, arrayList: unknown, j2: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onEmojiDownloadComplete(emojiNotifyInfo: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onEmojiResourceUpdate(emojiResourceInfo: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onFeedEventUpdate(firstViewDirectMsgNotifyInfo: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onFileMsgCome(arrayList: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onFirstViewDirectMsgUpdate(firstViewDirectMsgNotifyInfo: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onFirstViewGroupGuildMapping(arrayList: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onGrabPasswordRedBag(i2: unknown, str: unknown, i3: unknown, recvdOrder: unknown, msgRecord: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupFileInfoAdd(groupItem: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupFileInfoUpdate(groupFileListResult: onGroupFileInfoUpdateParamType) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupGuildUpdate(groupGuildNotifyInfo: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
onGroupTransferInfoAdd(groupItem: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onGroupTransferInfoUpdate(groupFileListResult: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onGuildInteractiveUpdate(guildInteractiveNotificationItem: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onGuildMsgAbFlagChanged(guildMsgAbFlag: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onGuildNotificationAbstractUpdate(guildNotificationAbstractInfo: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onHitCsRelatedEmojiResult(downloadRelateEmojiResultInfo: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onHitEmojiKeywordResult(hitRelatedEmojiWordsResult: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onHitRelatedEmojiResult(relatedWordEmojiInfo: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onImportOldDbProgressUpdate(importOldDbMsgNotifyInfo: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onInputStatusPush(inputStatusInfo: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onKickedOffLine(kickedInfo: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onLineDev(arrayList: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onLogLevelChanged(j2: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onMsgAbstractUpdate(arrayList: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onMsgBoxChanged(arrayList: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onMsgDelete(contact: unknown, arrayList: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onMsgEventListUpdate(hashMap: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onMsgInfoListAdd(arrayList: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onMsgInfoListUpdate(msgList: RawMessage[]) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onMsgQRCodeStatusChanged(i2: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onMsgRecall(i2: unknown, str: unknown, j2: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onMsgSecurityNotify(msgRecord: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onMsgSettingUpdate(msgSetting: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onNtFirstViewMsgSyncEnd() {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onNtMsgSyncEnd() {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onNtMsgSyncStart() {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onReadFeedEventUpdate(firstViewDirectMsgNotifyInfo: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onRecvGroupGuildFlag(i2: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onRecvMsg(arrayList: RawMessage[]) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onRecvMsgSvrRspTransInfo(j2: unknown, contact: unknown, i2: unknown, i3: unknown, str: unknown, bArr: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onRecvOnlineFileMsg(arrayList: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onRecvS2CMsg(arrayList: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onRecvSysMsg(arrayList: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onRecvUDCFlag(i2: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onRichMediaDownloadComplete(fileTransNotifyInfo: OnRichMediaDownloadCompleteParams) {
|
|
||||||
}
|
|
||||||
|
|
||||||
onRichMediaProgerssUpdate(fileTransNotifyInfo: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onRichMediaUploadComplete(fileTransNotifyInfo: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onSearchGroupFileInfoUpdate(searchGroupFileResult: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onSendMsgError(j2: unknown, contact: unknown, i2: unknown, str: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onSysMsgNotification(i2: unknown, j2: unknown, j3: unknown, arrayList: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onTempChatInfoUpdate(tempChatInfo: TempOnRecvParams) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onUnreadCntAfterFirstView(hashMap: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onUnreadCntUpdate(hashMap: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onUserChannelTabStatusChanged(z: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onUserOnlineStatusChanged(z: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onUserTabStatusChanged(arrayList: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onlineStatusBigIconDownloadPush(i2: unknown, j2: unknown, str: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onlineStatusSmallIconDownloadPush(i2: unknown, j2: unknown, str: unknown) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
// 第一次发现于Linux
|
|
||||||
onUserSecQualityChanged(...args: unknown[]) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onMsgWithRichLinkInfoUpdate(...args: unknown[]) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onRedTouchChanged(...args: unknown[]) {
|
|
||||||
|
|
||||||
}
|
|
||||||
// 第一次发现于Win 9.9.9-23159
|
|
||||||
onBroadcastHelperProgerssUpdate(...args: unknown[]) {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
@@ -1,44 +1,15 @@
|
|||||||
import { User, UserDetailInfoListenerArg } from '@/ntqqapi/types'
|
import { User, UserDetailInfoListenerArg } from '@/ntqqapi/types'
|
||||||
|
|
||||||
interface IProfileListener {
|
export interface IProfileListener {
|
||||||
onProfileSimpleChanged(...args: unknown[]): void
|
onProfileSimpleChanged(...args: unknown[]): void
|
||||||
|
|
||||||
onUserDetailInfoChanged(arg: UserDetailInfoListenerArg): void
|
onUserDetailInfoChanged(arg: UserDetailInfoListenerArg): void
|
||||||
|
|
||||||
onProfileDetailInfoChanged(profile: User): void
|
onProfileDetailInfoChanged(profile: User): void
|
||||||
|
|
||||||
onStatusUpdate(...args: unknown[]): void
|
onStatusUpdate(...args: unknown[]): void
|
||||||
|
|
||||||
onSelfStatusChanged(...args: unknown[]): void
|
onSelfStatusChanged(...args: unknown[]): void
|
||||||
|
|
||||||
onStrangerRemarkChanged(...args: unknown[]): void
|
onStrangerRemarkChanged(...args: unknown[]): void
|
||||||
}
|
|
||||||
|
|
||||||
export interface NodeIKernelProfileListener extends IProfileListener {
|
|
||||||
new(listener: IProfileListener): NodeIKernelProfileListener
|
|
||||||
}
|
|
||||||
|
|
||||||
export class ProfileListener implements IProfileListener {
|
|
||||||
onUserDetailInfoChanged(arg: UserDetailInfoListenerArg): void {
|
|
||||||
|
|
||||||
}
|
|
||||||
onProfileSimpleChanged(...args: unknown[]) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onProfileDetailInfoChanged(profile: User) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onStatusUpdate(...args: unknown[]) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onSelfStatusChanged(...args: unknown[]) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
onStrangerRemarkChanged(...args: unknown[]) {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
@@ -2,7 +2,20 @@ import { ipcMain } from 'electron'
|
|||||||
import { hookApiCallbacks, registerReceiveHook, removeReceiveHook } from './hook'
|
import { hookApiCallbacks, registerReceiveHook, removeReceiveHook } from './hook'
|
||||||
import { log } from '../common/utils/legacyLog'
|
import { log } from '../common/utils/legacyLog'
|
||||||
import { randomUUID } from 'node:crypto'
|
import { randomUUID } from 'node:crypto'
|
||||||
import { GeneralCallResult } from './services'
|
import {
|
||||||
|
GeneralCallResult,
|
||||||
|
NodeIKernelBuddyService,
|
||||||
|
NodeIKernelProfileService,
|
||||||
|
NodeIKernelGroupService,
|
||||||
|
NodeIKernelProfileLikeService,
|
||||||
|
NodeIKernelMsgService,
|
||||||
|
NodeIKernelMSFService,
|
||||||
|
NodeIKernelUixConvertService,
|
||||||
|
NodeIKernelRichMediaService,
|
||||||
|
NodeIKernelTicketService,
|
||||||
|
NodeIKernelTipOffService,
|
||||||
|
NodeIKernelSearchService,
|
||||||
|
} from './services'
|
||||||
|
|
||||||
export enum NTClass {
|
export enum NTClass {
|
||||||
NT_API = 'ns-ntApi',
|
NT_API = 'ns-ntApi',
|
||||||
@@ -19,121 +32,113 @@ export enum NTClass {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export enum NTMethod {
|
export enum NTMethod {
|
||||||
RECENT_CONTACT = 'nodeIKernelRecentContactService/fetchAndSubscribeABatchOfRecentContact',
|
|
||||||
ACTIVE_CHAT_PREVIEW = 'nodeIKernelMsgService/getAioFirstViewLatestMsgsAndAddActiveChat', // 激活聊天窗口,有时候必须这样才能收到消息, 并返回最新预览消息
|
ACTIVE_CHAT_PREVIEW = 'nodeIKernelMsgService/getAioFirstViewLatestMsgsAndAddActiveChat', // 激活聊天窗口,有时候必须这样才能收到消息, 并返回最新预览消息
|
||||||
ACTIVE_CHAT_HISTORY = 'nodeIKernelMsgService/getMsgsIncludeSelfAndAddActiveChat', // 激活聊天窗口,有时候必须这样才能收到消息, 并返回历史消息
|
ACTIVE_CHAT_HISTORY = 'nodeIKernelMsgService/getMsgsIncludeSelfAndAddActiveChat', // 激活聊天窗口,有时候必须这样才能收到消息, 并返回历史消息
|
||||||
HISTORY_MSG = 'nodeIKernelMsgService/getMsgsIncludeSelf',
|
HISTORY_MSG = 'nodeIKernelMsgService/getMsgsIncludeSelf',
|
||||||
GET_MULTI_MSG = 'nodeIKernelMsgService/getMultiMsg',
|
GET_MULTI_MSG = 'nodeIKernelMsgService/getMultiMsg',
|
||||||
DELETE_ACTIVE_CHAT = 'nodeIKernelMsgService/deleteActiveChatByUid',
|
DELETE_ACTIVE_CHAT = 'nodeIKernelMsgService/deleteActiveChatByUid',
|
||||||
ENTER_OR_EXIT_AIO = 'nodeIKernelMsgService/enterOrExitAio',
|
MEDIA_FILE_PATH = 'nodeIKernelMsgService/getRichMediaFilePathForGuild',
|
||||||
|
RECALL_MSG = 'nodeIKernelMsgService/recallMsg',
|
||||||
|
EMOJI_LIKE = 'nodeIKernelMsgService/setMsgEmojiLikes',
|
||||||
|
FORWARD_MSG = 'nodeIKernelMsgService/forwardMsgWithComment',
|
||||||
|
|
||||||
LIKE_FRIEND = 'nodeIKernelProfileLikeService/setBuddyProfileLike',
|
|
||||||
SELF_INFO = 'fetchAuthData',
|
SELF_INFO = 'fetchAuthData',
|
||||||
FRIENDS = 'nodeIKernelBuddyService/getBuddyList',
|
|
||||||
|
|
||||||
GROUPS = 'nodeIKernelGroupService/getGroupList',
|
|
||||||
GROUP_MEMBER_SCENE = 'nodeIKernelGroupService/createMemberListScene',
|
|
||||||
GROUP_MEMBERS = 'nodeIKernelGroupService/getNextMemberList',
|
|
||||||
GROUP_MEMBERS_INFO = 'nodeIKernelGroupService/getMemberInfo',
|
|
||||||
|
|
||||||
USER_INFO = 'nodeIKernelProfileService/getUserSimpleInfo',
|
|
||||||
USER_DETAIL_INFO = 'nodeIKernelProfileService/getUserDetailInfo',
|
|
||||||
USER_DETAIL_INFO_WITH_BIZ_INFO = 'nodeIKernelProfileService/getUserDetailInfoWithBizInfo',
|
|
||||||
FILE_TYPE = 'getFileType',
|
FILE_TYPE = 'getFileType',
|
||||||
FILE_MD5 = 'getFileMd5',
|
FILE_MD5 = 'getFileMd5',
|
||||||
FILE_COPY = 'copyFile',
|
FILE_COPY = 'copyFile',
|
||||||
IMAGE_SIZE = 'getImageSizeFromPath',
|
IMAGE_SIZE = 'getImageSizeFromPath',
|
||||||
FILE_SIZE = 'getFileSize',
|
FILE_SIZE = 'getFileSize',
|
||||||
MEDIA_FILE_PATH = 'nodeIKernelMsgService/getRichMediaFilePathForGuild',
|
CACHE_PATH_HOT_UPDATE = 'getHotUpdateCachePath',
|
||||||
|
CACHE_PATH_DESKTOP_TEMP = 'getDesktopTmpPath',
|
||||||
|
CACHE_PATH_SESSION = 'getCleanableAppSessionPathList',
|
||||||
|
OPEN_EXTRA_WINDOW = 'openExternalWindow',
|
||||||
|
|
||||||
RECALL_MSG = 'nodeIKernelMsgService/recallMsg',
|
GROUP_MEMBER_SCENE = 'nodeIKernelGroupService/createMemberListScene',
|
||||||
SEND_MSG = 'nodeIKernelMsgService/sendMsg',
|
GROUP_MEMBERS = 'nodeIKernelGroupService/getNextMemberList',
|
||||||
EMOJI_LIKE = 'nodeIKernelMsgService/setMsgEmojiLikes',
|
|
||||||
|
|
||||||
DOWNLOAD_MEDIA = 'nodeIKernelMsgService/downloadRichMedia',
|
|
||||||
FORWARD_MSG = 'nodeIKernelMsgService/forwardMsgWithComment',
|
|
||||||
MULTI_FORWARD_MSG = 'nodeIKernelMsgService/multiForwardMsgWithComment', // 合并转发
|
|
||||||
GET_GROUP_NOTICE = 'nodeIKernelGroupService/getSingleScreenNotifies',
|
|
||||||
HANDLE_GROUP_REQUEST = 'nodeIKernelGroupService/operateSysNotify',
|
HANDLE_GROUP_REQUEST = 'nodeIKernelGroupService/operateSysNotify',
|
||||||
QUIT_GROUP = 'nodeIKernelGroupService/quitGroup',
|
QUIT_GROUP = 'nodeIKernelGroupService/quitGroup',
|
||||||
GROUP_AT_ALL_REMAIN_COUNT = 'nodeIKernelGroupService/getGroupRemainAtTimes',
|
GROUP_AT_ALL_REMAIN_COUNT = 'nodeIKernelGroupService/getGroupRemainAtTimes',
|
||||||
HANDLE_FRIEND_REQUEST = 'nodeIKernelBuddyService/approvalFriendRequest',
|
|
||||||
KICK_MEMBER = 'nodeIKernelGroupService/kickMember',
|
KICK_MEMBER = 'nodeIKernelGroupService/kickMember',
|
||||||
MUTE_MEMBER = 'nodeIKernelGroupService/setMemberShutUp',
|
MUTE_MEMBER = 'nodeIKernelGroupService/setMemberShutUp',
|
||||||
MUTE_GROUP = 'nodeIKernelGroupService/setGroupShutUp',
|
MUTE_GROUP = 'nodeIKernelGroupService/setGroupShutUp',
|
||||||
SET_MEMBER_CARD = 'nodeIKernelGroupService/modifyMemberCardName',
|
SET_MEMBER_CARD = 'nodeIKernelGroupService/modifyMemberCardName',
|
||||||
SET_MEMBER_ROLE = 'nodeIKernelGroupService/modifyMemberRole',
|
SET_MEMBER_ROLE = 'nodeIKernelGroupService/modifyMemberRole',
|
||||||
PUBLISH_GROUP_BULLETIN = 'nodeIKernelGroupService/publishGroupBulletinBulletin',
|
|
||||||
SET_GROUP_NAME = 'nodeIKernelGroupService/modifyGroupName',
|
SET_GROUP_NAME = 'nodeIKernelGroupService/modifyGroupName',
|
||||||
SET_GROUP_TITLE = 'nodeIKernelGroupService/modifyMemberSpecialTitle',
|
|
||||||
ACTIVATE_MEMBER_LIST_CHANGE = 'nodeIKernelGroupListener/onMemberListChange',
|
HANDLE_FRIEND_REQUEST = 'nodeIKernelBuddyService/approvalFriendRequest',
|
||||||
ACTIVATE_MEMBER_INFO_CHANGE = 'nodeIKernelGroupListener/onMemberInfoChange',
|
|
||||||
GET_MSG_BOX_INFO = 'nodeIKernelMsgService/getABatchOfContactMsgBoxInfo',
|
|
||||||
GET_GROUP_ALL_INFO = 'nodeIKernelGroupService/getGroupAllInfo',
|
|
||||||
|
|
||||||
CACHE_SET_SILENCE = 'nodeIKernelStorageCleanService/setSilentScan',
|
CACHE_SET_SILENCE = 'nodeIKernelStorageCleanService/setSilentScan',
|
||||||
CACHE_ADD_SCANNED_PATH = 'nodeIKernelStorageCleanService/addCacheScanedPaths',
|
CACHE_ADD_SCANNED_PATH = 'nodeIKernelStorageCleanService/addCacheScanedPaths',
|
||||||
CACHE_PATH_HOT_UPDATE = 'getHotUpdateCachePath',
|
|
||||||
CACHE_PATH_DESKTOP_TEMP = 'getDesktopTmpPath',
|
|
||||||
CACHE_PATH_SESSION = 'getCleanableAppSessionPathList',
|
|
||||||
CACHE_SCAN = 'nodeIKernelStorageCleanService/scanCache',
|
CACHE_SCAN = 'nodeIKernelStorageCleanService/scanCache',
|
||||||
CACHE_CLEAR = 'nodeIKernelStorageCleanService/clearCacheDataByKeys',
|
CACHE_CLEAR = 'nodeIKernelStorageCleanService/clearCacheDataByKeys',
|
||||||
|
|
||||||
CACHE_CHAT_GET = 'nodeIKernelStorageCleanService/getChatCacheInfo',
|
CACHE_CHAT_GET = 'nodeIKernelStorageCleanService/getChatCacheInfo',
|
||||||
CACHE_FILE_GET = 'nodeIKernelStorageCleanService/getFileCacheInfo',
|
CACHE_FILE_GET = 'nodeIKernelStorageCleanService/getFileCacheInfo',
|
||||||
CACHE_CHAT_CLEAR = 'nodeIKernelStorageCleanService/clearChatCacheInfo',
|
CACHE_CHAT_CLEAR = 'nodeIKernelStorageCleanService/clearChatCacheInfo',
|
||||||
|
|
||||||
OPEN_EXTRA_WINDOW = 'openExternalWindow',
|
|
||||||
|
|
||||||
SET_QQ_AVATAR = 'nodeIKernelProfileService/setHeader',
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum NTChannel {
|
export enum NTChannel {
|
||||||
|
IPC_UP_1 = 'IPC_UP_1',
|
||||||
IPC_UP_2 = 'IPC_UP_2',
|
IPC_UP_2 = 'IPC_UP_2',
|
||||||
IPC_UP_3 = 'IPC_UP_3',
|
IPC_UP_3 = 'IPC_UP_3',
|
||||||
IPC_UP_1 = 'IPC_UP_1',
|
IPC_UP_4 = 'IPC_UP_4'
|
||||||
}
|
}
|
||||||
|
|
||||||
interface InvokeParams<ReturnType> {
|
interface NTService {
|
||||||
methodName: string
|
nodeIKernelBuddyService: NodeIKernelBuddyService
|
||||||
|
nodeIKernelProfileService: NodeIKernelProfileService
|
||||||
|
nodeIKernelGroupService: NodeIKernelGroupService
|
||||||
|
nodeIKernelProfileLikeService: NodeIKernelProfileLikeService
|
||||||
|
nodeIKernelMsgService: NodeIKernelMsgService
|
||||||
|
nodeIKernelMSFService: NodeIKernelMSFService
|
||||||
|
nodeIKernelUixConvertService: NodeIKernelUixConvertService
|
||||||
|
nodeIKernelRichMediaService: NodeIKernelRichMediaService
|
||||||
|
nodeIKernelTicketService: NodeIKernelTicketService
|
||||||
|
nodeIKernelTipOffService: NodeIKernelTipOffService
|
||||||
|
nodeIKernelSearchService: NodeIKernelSearchService
|
||||||
|
}
|
||||||
|
|
||||||
|
interface InvokeOptions<ReturnType> {
|
||||||
className?: NTClass
|
className?: NTClass
|
||||||
channel?: NTChannel
|
channel?: NTChannel
|
||||||
classNameIsRegister?: boolean
|
classNameIsRegister?: boolean
|
||||||
args?: unknown[]
|
|
||||||
cbCmd?: string | string[]
|
cbCmd?: string | string[]
|
||||||
cmdCB?: (payload: ReturnType) => boolean
|
cmdCB?: (payload: ReturnType, result: unknown) => boolean
|
||||||
afterFirstCmd?: boolean // 是否在methodName调用完之后再去hook cbCmd
|
afterFirstCmd?: boolean // 是否在methodName调用完之后再去hook cbCmd
|
||||||
timeout?: number
|
timeout?: number
|
||||||
}
|
}
|
||||||
|
|
||||||
export function invoke<ReturnType>(params: InvokeParams<ReturnType>) {
|
export function invoke<
|
||||||
const className = params.className ?? NTClass.NT_API
|
R extends Awaited<ReturnType<Extract<NTService[S][M], (...args: any) => unknown>>>,
|
||||||
const channel = params.channel ?? NTChannel.IPC_UP_2
|
S extends keyof NTService = any,
|
||||||
const timeout = params.timeout ?? 5000
|
M extends keyof NTService[S] & string = any
|
||||||
const afterFirstCmd = params.afterFirstCmd ?? true
|
>(method: Extract<unknown, `${S}/${M}`> | string, args: unknown[], options: InvokeOptions<R> = {}) {
|
||||||
const uuid = randomUUID()
|
const className = options.className ?? NTClass.NT_API
|
||||||
|
const channel = options.channel ?? NTChannel.IPC_UP_2
|
||||||
|
const timeout = options.timeout ?? 5000
|
||||||
|
const afterFirstCmd = options.afterFirstCmd ?? true
|
||||||
let eventName = className + '-' + channel[channel.length - 1]
|
let eventName = className + '-' + channel[channel.length - 1]
|
||||||
if (params.classNameIsRegister) {
|
if (options.classNameIsRegister) {
|
||||||
eventName += '-register'
|
eventName += '-register'
|
||||||
}
|
}
|
||||||
const apiArgs = [params.methodName, ...(params.args ?? [])]
|
return new Promise<R>((resolve, reject) => {
|
||||||
//log('callNTQQApi', channel, eventName, apiArgs, uuid)
|
const apiArgs = [method, ...args]
|
||||||
return new Promise((resolve: (data: ReturnType) => void, reject) => {
|
const callbackId = randomUUID()
|
||||||
let success = false
|
let success = false
|
||||||
if (!params.cbCmd) {
|
if (!options.cbCmd) {
|
||||||
// QQ后端会返回结果,并且可以根据uuid识别
|
// QQ后端会返回结果,并且可以根据uuid识别
|
||||||
hookApiCallbacks[uuid] = (r: ReturnType) => {
|
hookApiCallbacks[callbackId] = res => {
|
||||||
success = true
|
success = true
|
||||||
resolve(r)
|
resolve(res)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
let result: unknown
|
||||||
// 这里的callback比较特殊,QQ后端先返回是否调用成功,再返回一条结果数据
|
// 这里的callback比较特殊,QQ后端先返回是否调用成功,再返回一条结果数据
|
||||||
const secondCallback = () => {
|
const secondCallback = () => {
|
||||||
const hookId = registerReceiveHook<ReturnType>(params.cbCmd!, (payload) => {
|
const hookId = registerReceiveHook<R>(options.cbCmd!, (payload) => {
|
||||||
// log(methodName, "second callback", cbCmd, payload, cmdCB);
|
// log(methodName, "second callback", cbCmd, payload, cmdCB);
|
||||||
if (!!params.cmdCB) {
|
if (options.cmdCB) {
|
||||||
if (params.cmdCB(payload)) {
|
if (options.cmdCB(payload, result)) {
|
||||||
removeReceiveHook(hookId)
|
removeReceiveHook(hookId)
|
||||||
success = true
|
success = true
|
||||||
resolve(payload)
|
resolve(payload)
|
||||||
@@ -147,21 +152,21 @@ export function invoke<ReturnType>(params: InvokeParams<ReturnType>) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
!afterFirstCmd && secondCallback()
|
!afterFirstCmd && secondCallback()
|
||||||
hookApiCallbacks[uuid] = (result: GeneralCallResult) => {
|
hookApiCallbacks[callbackId] = (res: GeneralCallResult) => {
|
||||||
if (result?.result === 0 || result === undefined) {
|
result = res
|
||||||
//log(`${params.methodName} callback`, result)
|
if (res?.result === 0 || ['undefined', 'number'].includes(typeof res)) {
|
||||||
afterFirstCmd && secondCallback()
|
afterFirstCmd && secondCallback()
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
log('ntqq api call failed', result)
|
log('ntqq api call failed,', method, res)
|
||||||
reject(`ntqq api call failed, ${result.errMsg}`)
|
reject(`ntqq api call failed, ${method}, ${res.errMsg}`)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
if (!success) {
|
if (!success) {
|
||||||
log(`ntqq api timeout ${channel}, ${eventName}, ${params.methodName}`, apiArgs)
|
log(`ntqq api timeout ${channel}, ${eventName}, ${method}`, apiArgs)
|
||||||
reject(`ntqq api timeout ${channel}, ${eventName}, ${params.methodName}, ${apiArgs}`)
|
reject(`ntqq api timeout ${channel}, ${eventName}, ${method}, ${apiArgs}`)
|
||||||
}
|
}
|
||||||
}, timeout)
|
}, timeout)
|
||||||
|
|
||||||
@@ -169,11 +174,11 @@ export function invoke<ReturnType>(params: InvokeParams<ReturnType>) {
|
|||||||
channel,
|
channel,
|
||||||
{
|
{
|
||||||
sender: {
|
sender: {
|
||||||
send: (..._args: unknown[]) => {
|
send: () => {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ type: 'request', callbackId: uuid, eventName },
|
{ type: 'request', callbackId, eventName },
|
||||||
apiArgs,
|
apiArgs,
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
@@ -1,125 +1,125 @@
|
|||||||
import { GeneralCallResult } from './common'
|
import { GeneralCallResult } from './common'
|
||||||
|
|
||||||
export enum BuddyListReqType {
|
export enum BuddyListReqType {
|
||||||
KNOMAL,
|
KNOMAL,
|
||||||
KLETTER
|
KLETTER
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface NodeIKernelBuddyService {
|
export interface NodeIKernelBuddyService {
|
||||||
// 26702 以上
|
// 26702 以上
|
||||||
getBuddyListV2(callFrom: string, reqType: BuddyListReqType): Promise<GeneralCallResult & {
|
getBuddyListV2(callFrom: string, reqType: BuddyListReqType): Promise<GeneralCallResult & {
|
||||||
data: Array<{
|
data: Array<{
|
||||||
categoryId: number,
|
categoryId: number,
|
||||||
categorySortId: number,
|
categorySortId: number,
|
||||||
categroyName: string,
|
categroyName: string,
|
||||||
categroyMbCount: number,
|
categroyMbCount: number,
|
||||||
onlineCount: number,
|
onlineCount: number,
|
||||||
buddyUids: Array<string>
|
buddyUids: Array<string>
|
||||||
}>
|
|
||||||
}>
|
}>
|
||||||
|
}>
|
||||||
|
|
||||||
//26702 以上
|
//26702 以上
|
||||||
getBuddyListFromCache(callFrom: string): Promise<Array<
|
getBuddyListFromCache(callFrom: string): Promise<Array<
|
||||||
{
|
{
|
||||||
categoryId: number,//9999应该跳过 那是兜底数据吧
|
categoryId: number,//9999应该跳过 那是兜底数据吧
|
||||||
categorySortId: number,//排序方式
|
categorySortId: number,//排序方式
|
||||||
categroyName: string,//分类名
|
categroyName: string,//分类名
|
||||||
categroyMbCount: number,//不懂
|
categroyMbCount: number,//不懂
|
||||||
onlineCount: number,//在线数目
|
onlineCount: number,//在线数目
|
||||||
buddyUids: Array<string>//Uids
|
buddyUids: Array<string>//Uids
|
||||||
}>>
|
}>>
|
||||||
|
|
||||||
addKernelBuddyListener(listener: any): number
|
addKernelBuddyListener(listener: unknown): number
|
||||||
|
|
||||||
getAllBuddyCount(): number
|
getAllBuddyCount(): number
|
||||||
|
|
||||||
removeKernelBuddyListener(listener: unknown): void
|
removeKernelBuddyListener(listener: unknown): void
|
||||||
|
|
||||||
getBuddyList(nocache: boolean): Promise<GeneralCallResult>
|
getBuddyList(nocache: boolean): Promise<GeneralCallResult>
|
||||||
|
|
||||||
getBuddyNick(uid: number): string
|
getBuddyNick(uid: number): string
|
||||||
|
|
||||||
getBuddyRemark(uid: number): string
|
getBuddyRemark(uid: number): string
|
||||||
|
|
||||||
setBuddyRemark(uid: number, remark: string): void
|
setBuddyRemark(uid: number, remark: string): void
|
||||||
|
|
||||||
getAvatarUrl(uid: number): string
|
getAvatarUrl(uid: number): string
|
||||||
|
|
||||||
isBuddy(uid: string): boolean
|
isBuddy(uid: string): boolean
|
||||||
|
|
||||||
getCategoryNameWithUid(uid: number): string
|
getCategoryNameWithUid(uid: number): string
|
||||||
|
|
||||||
getTargetBuddySetting(uid: number): unknown
|
getTargetBuddySetting(uid: number): unknown
|
||||||
|
|
||||||
getTargetBuddySettingByType(uid: number, type: number): unknown
|
getTargetBuddySettingByType(uid: number, type: number): unknown
|
||||||
|
|
||||||
getBuddyReqUnreadCnt(): number
|
getBuddyReqUnreadCnt(): number
|
||||||
|
|
||||||
getBuddyReq(): unknown
|
getBuddyReq(): unknown
|
||||||
|
|
||||||
delBuddyReq(uid: number): void
|
delBuddyReq(uid: number): void
|
||||||
|
|
||||||
clearBuddyReqUnreadCnt(): void
|
clearBuddyReqUnreadCnt(): void
|
||||||
|
|
||||||
reqToAddFriends(uid: number, msg: string): void
|
reqToAddFriends(uid: number, msg: string): void
|
||||||
|
|
||||||
setSpacePermission(uid: number, permission: number): void
|
setSpacePermission(uid: number, permission: number): void
|
||||||
|
|
||||||
approvalFriendRequest(arg: {
|
approvalFriendRequest(arg: {
|
||||||
friendUid: string
|
friendUid: string
|
||||||
reqTime: string
|
reqTime: string
|
||||||
accept: boolean
|
accept: boolean
|
||||||
}): Promise<void>
|
}): Promise<void>
|
||||||
|
|
||||||
delBuddy(uid: number): void
|
delBuddy(uid: number): void
|
||||||
|
|
||||||
delBatchBuddy(uids: number[]): void
|
delBatchBuddy(uids: number[]): void
|
||||||
|
|
||||||
getSmartInfos(uid: number): unknown
|
getSmartInfos(uid: number): unknown
|
||||||
|
|
||||||
setBuddyCategory(uid: number, category: number): void
|
setBuddyCategory(uid: number, category: number): void
|
||||||
|
|
||||||
setBatchBuddyCategory(uids: number[], category: number): void
|
setBatchBuddyCategory(uids: number[], category: number): void
|
||||||
|
|
||||||
addCategory(category: string): void
|
addCategory(category: string): void
|
||||||
|
|
||||||
delCategory(category: string): void
|
delCategory(category: string): void
|
||||||
|
|
||||||
renameCategory(oldCategory: string, newCategory: string): void
|
renameCategory(oldCategory: string, newCategory: string): void
|
||||||
|
|
||||||
resortCategory(categorys: string[]): void
|
resortCategory(categorys: string[]): void
|
||||||
|
|
||||||
pullCategory(uid: number, category: string): void
|
pullCategory(uid: number, category: string): void
|
||||||
|
|
||||||
setTop(uid: number, isTop: boolean): void
|
setTop(uid: number, isTop: boolean): void
|
||||||
|
|
||||||
SetSpecialCare(uid: number, isSpecialCare: boolean): void
|
SetSpecialCare(uid: number, isSpecialCare: boolean): void
|
||||||
|
|
||||||
setMsgNotify(uid: number, isNotify: boolean): void
|
setMsgNotify(uid: number, isNotify: boolean): void
|
||||||
|
|
||||||
hasBuddyList(): boolean
|
hasBuddyList(): boolean
|
||||||
|
|
||||||
setBlock(uid: number, isBlock: boolean): void
|
setBlock(uid: number, isBlock: boolean): void
|
||||||
|
|
||||||
isBlocked(uid: number): boolean
|
isBlocked(uid: number): boolean
|
||||||
|
|
||||||
modifyAddMeSetting(setting: unknown): void
|
modifyAddMeSetting(setting: unknown): void
|
||||||
|
|
||||||
getAddMeSetting(): unknown
|
getAddMeSetting(): unknown
|
||||||
|
|
||||||
getDoubtBuddyReq(): unknown
|
getDoubtBuddyReq(): unknown
|
||||||
|
|
||||||
getDoubtBuddyUnreadNum(): number
|
getDoubtBuddyUnreadNum(): number
|
||||||
|
|
||||||
approvalDoubtBuddyReq(uid: number, isAgree: boolean): void
|
approvalDoubtBuddyReq(uid: number, isAgree: boolean): void
|
||||||
|
|
||||||
delDoubtBuddyReq(uid: number): void
|
delDoubtBuddyReq(uid: number): void
|
||||||
|
|
||||||
delAllDoubtBuddyReq(): void
|
delAllDoubtBuddyReq(): void
|
||||||
|
|
||||||
reportDoubtBuddyReqUnread(): void
|
reportDoubtBuddyReqUnread(): void
|
||||||
|
|
||||||
getBuddyRecommendContactArkJson(uid: string, phoneNumber: string): Promise<unknown>
|
getBuddyRecommendContactArkJson(uid: string, phoneNumber: string): Promise<unknown>
|
||||||
|
|
||||||
isNull(): boolean
|
isNull(): boolean
|
||||||
}
|
}
|
@@ -1,249 +1,254 @@
|
|||||||
import { NodeIKernelGroupListener } from '@/ntqqapi/listeners'
|
|
||||||
import {
|
import {
|
||||||
GroupExtParam,
|
GroupExtParam,
|
||||||
GroupMember,
|
GroupMember,
|
||||||
GroupMemberRole,
|
GroupMemberRole,
|
||||||
GroupNotifyTypes,
|
GroupNotifyType,
|
||||||
GroupRequestOperateTypes,
|
GroupRequestOperateTypes,
|
||||||
} from '@/ntqqapi/types'
|
} from '@/ntqqapi/types'
|
||||||
import { GeneralCallResult } from './common'
|
import { GeneralCallResult } from './common'
|
||||||
|
import { Dict } from 'cosmokit'
|
||||||
//高版本的接口不应该随意使用 使用应该严格进行pr审核 同时部分ipc中未出现的接口不要过于依赖 应该做好数据兜底
|
|
||||||
|
|
||||||
export interface NodeIKernelGroupService {
|
export interface NodeIKernelGroupService {
|
||||||
getMemberCommonInfo(Req: {
|
getMemberCommonInfo(Req: {
|
||||||
|
groupCode: string,
|
||||||
|
startUin: string,
|
||||||
|
identifyFlag: string,
|
||||||
|
uinList: string[],
|
||||||
|
memberCommonFilter: {
|
||||||
|
memberUin: number,
|
||||||
|
uinFlag: number,
|
||||||
|
uinFlagExt: number,
|
||||||
|
uinMobileFlag: number,
|
||||||
|
shutUpTime: number,
|
||||||
|
privilege: number,
|
||||||
|
},
|
||||||
|
memberNum: number,
|
||||||
|
filterMethod: string,
|
||||||
|
onlineFlag: string,
|
||||||
|
realSpecialTitleFlag: number
|
||||||
|
}): Promise<unknown>
|
||||||
|
|
||||||
|
//26702
|
||||||
|
getGroupMemberLevelInfo(groupCode: string): Promise<unknown>
|
||||||
|
|
||||||
|
//26702
|
||||||
|
getGroupHonorList(groupCodes: Array<string>): unknown
|
||||||
|
|
||||||
|
getUinByUids(uins: string[]): Promise<{
|
||||||
|
errCode: number,
|
||||||
|
errMsg: string,
|
||||||
|
uins: Map<string, string>
|
||||||
|
}>
|
||||||
|
|
||||||
|
getUidByUins(uins: string[]): Promise<{
|
||||||
|
errCode: number,
|
||||||
|
errMsg: string,
|
||||||
|
uids: Map<string, string>
|
||||||
|
}>
|
||||||
|
|
||||||
|
//26702(其实更早 但是我不知道)
|
||||||
|
checkGroupMemberCache(arrayList: Array<string>): Promise<unknown>
|
||||||
|
|
||||||
|
//26702(其实更早 但是我不知道)
|
||||||
|
getGroupLatestEssenceList(groupCode: string): Promise<unknown>
|
||||||
|
|
||||||
|
//26702(其实更早 但是我不知道)
|
||||||
|
shareDigest(Req: {
|
||||||
|
appId: string,
|
||||||
|
appType: number,
|
||||||
|
msgStyle: number,
|
||||||
|
recvUin: string,
|
||||||
|
sendType: number,
|
||||||
|
clientInfo: {
|
||||||
|
platform: number
|
||||||
|
},
|
||||||
|
richMsg: {
|
||||||
|
usingArk: boolean,
|
||||||
|
title: string,
|
||||||
|
summary: string,
|
||||||
|
url: string,
|
||||||
|
pictureUrl: string,
|
||||||
|
brief: string
|
||||||
|
}
|
||||||
|
}): Promise<unknown>
|
||||||
|
|
||||||
|
//26702(其实更早 但是我不知道)
|
||||||
|
isEssenceMsg(Req: { groupCode: string, msgRandom: number, msgSeq: number }): Promise<unknown>
|
||||||
|
|
||||||
|
//26702(其实更早 但是我不知道)
|
||||||
|
queryCachedEssenceMsg(Req: { groupCode: string, msgRandom: number, msgSeq: number }): Promise<unknown>
|
||||||
|
|
||||||
|
//26702(其实更早 但是我不知道)
|
||||||
|
fetchGroupEssenceList(Req: { groupCode: string, pageStart: number, pageLimit: number }, Arg: unknown): Promise<unknown>
|
||||||
|
|
||||||
|
//26702
|
||||||
|
getAllMemberList(groupCode: string, forceFetch: boolean): Promise<{
|
||||||
|
errCode: number,
|
||||||
|
errMsg: string,
|
||||||
|
result: {
|
||||||
|
ids: Array<{
|
||||||
|
uid: string,
|
||||||
|
index: number//0
|
||||||
|
}>,
|
||||||
|
infos: Dict,
|
||||||
|
finish: true,
|
||||||
|
hasRobot: false
|
||||||
|
}
|
||||||
|
}>
|
||||||
|
|
||||||
|
setHeader(uid: string, path: string): unknown
|
||||||
|
|
||||||
|
addKernelGroupListener(listener: unknown): number
|
||||||
|
|
||||||
|
removeKernelGroupListener(listenerId: unknown): void
|
||||||
|
|
||||||
|
createMemberListScene(groupCode: string, scene: string): string
|
||||||
|
|
||||||
|
destroyMemberListScene(SceneId: string): void
|
||||||
|
//About Arg (a) name: lastId 根据手Q来看为object {index:?(number),uid:string}
|
||||||
|
getNextMemberList(sceneId: string, a: undefined, num: number): Promise<{
|
||||||
|
errCode: number, errMsg: string,
|
||||||
|
result: { ids: string[], infos: Map<string, GroupMember>, finish: boolean, hasRobot: boolean }
|
||||||
|
}>
|
||||||
|
|
||||||
|
getPrevMemberList(): unknown
|
||||||
|
|
||||||
|
monitorMemberList(): unknown
|
||||||
|
|
||||||
|
searchMember(sceneId: string, keywords: string[]): unknown
|
||||||
|
|
||||||
|
getMemberInfo(group_id: string, uids: string[], forceFetch: boolean): Promise<GeneralCallResult>
|
||||||
|
//getMemberInfo [ '56729xxxx', [ 'u_4Nj08cwW5Hxxxxx' ], true ]
|
||||||
|
|
||||||
|
kickMember(groupCode: string, memberUids: string[], refuseForever: boolean, kickReason: string): Promise<void>
|
||||||
|
|
||||||
|
modifyMemberRole(groupCode: string, uid: string, role: GroupMemberRole): void
|
||||||
|
|
||||||
|
modifyMemberCardName(groupCode: string, uid: string, cardName: string): void
|
||||||
|
|
||||||
|
getTransferableMemberInfo(groupCode: string): unknown//获取整个群的
|
||||||
|
|
||||||
|
transferGroup(uid: string): void
|
||||||
|
|
||||||
|
getGroupList(force: boolean): Promise<GeneralCallResult>
|
||||||
|
|
||||||
|
getGroupExtList(force: boolean): Promise<GeneralCallResult>
|
||||||
|
|
||||||
|
getGroupDetailInfo(groupCode: string): unknown
|
||||||
|
|
||||||
|
getMemberExtInfo(param: GroupExtParam): Promise<unknown>//req
|
||||||
|
|
||||||
|
getGroupAllInfo(): unknown
|
||||||
|
|
||||||
|
getDiscussExistInfo(): unknown
|
||||||
|
|
||||||
|
getGroupConfMember(): unknown
|
||||||
|
|
||||||
|
getGroupMsgMask(): unknown
|
||||||
|
|
||||||
|
getGroupPortrait(): void
|
||||||
|
|
||||||
|
modifyGroupName(groupCode: string, groupName: string, arg: false): void
|
||||||
|
|
||||||
|
modifyGroupRemark(groupCode: string, remark: string): void
|
||||||
|
|
||||||
|
modifyGroupDetailInfo(groupCode: string, arg: unknown): void
|
||||||
|
|
||||||
|
setGroupMsgMask(groupCode: string, arg: unknown): void
|
||||||
|
|
||||||
|
changeGroupShieldSettingTemp(groupCode: string, arg: unknown): void
|
||||||
|
|
||||||
|
inviteToGroup(arg: unknown): void
|
||||||
|
|
||||||
|
inviteMembersToGroup(args: unknown[]): void
|
||||||
|
|
||||||
|
inviteMembersToGroupWithMsg(args: unknown): void
|
||||||
|
|
||||||
|
createGroup(arg: unknown): void
|
||||||
|
|
||||||
|
createGroupWithMembers(arg: unknown): void
|
||||||
|
|
||||||
|
quitGroup(groupCode: string): void
|
||||||
|
|
||||||
|
destroyGroup(groupCode: string): void
|
||||||
|
//获取单屏群通知列表
|
||||||
|
getSingleScreenNotifies(force: boolean, start_seq: string, num: number): Promise<GeneralCallResult>
|
||||||
|
|
||||||
|
clearGroupNotifies(groupCode: string): void
|
||||||
|
|
||||||
|
getGroupNotifiesUnreadCount(unknown: boolean): Promise<GeneralCallResult>
|
||||||
|
|
||||||
|
clearGroupNotifiesUnreadCount(groupCode: string): void
|
||||||
|
|
||||||
|
operateSysNotify(
|
||||||
|
doubt: boolean,
|
||||||
|
operateMsg: {
|
||||||
|
operateType: GroupRequestOperateTypes, // 2 拒绝
|
||||||
|
targetMsg: {
|
||||||
|
seq: string, // 通知序列号
|
||||||
|
type: GroupNotifyType,
|
||||||
groupCode: string,
|
groupCode: string,
|
||||||
startUin: string,
|
postscript: string
|
||||||
identifyFlag: string,
|
}
|
||||||
uinList: string[],
|
}): Promise<void>
|
||||||
memberCommonFilter: {
|
|
||||||
memberUin: number,
|
|
||||||
uinFlag: number,
|
|
||||||
uinFlagExt: number,
|
|
||||||
uinMobileFlag: number,
|
|
||||||
shutUpTime: number,
|
|
||||||
privilege: number,
|
|
||||||
},
|
|
||||||
memberNum: number,
|
|
||||||
filterMethod: string,
|
|
||||||
onlineFlag: string,
|
|
||||||
realSpecialTitleFlag: number
|
|
||||||
}): Promise<unknown>
|
|
||||||
//26702
|
|
||||||
getGroupMemberLevelInfo(groupCode: string): Promise<unknown>
|
|
||||||
//26702
|
|
||||||
getGroupHonorList(groupCodes: Array<string>): unknown
|
|
||||||
|
|
||||||
getUinByUids(uins: string[]): Promise<{
|
setTop(groupCode: string, isTop: boolean): void
|
||||||
errCode: number,
|
|
||||||
errMsg: string,
|
|
||||||
uins: Map<string, string>
|
|
||||||
}>
|
|
||||||
|
|
||||||
getUidByUins(uins: string[]): Promise<{
|
getGroupBulletin(groupCode: string): unknown
|
||||||
errCode: number,
|
|
||||||
errMsg: string,
|
|
||||||
uids: Map<string, string>
|
|
||||||
}>
|
|
||||||
//26702(其实更早 但是我不知道)
|
|
||||||
checkGroupMemberCache(arrayList: Array<string>): Promise<unknown>
|
|
||||||
|
|
||||||
//26702(其实更早 但是我不知道)
|
deleteGroupBulletin(groupCode: string, seq: string): void
|
||||||
getGroupLatestEssenceList(groupCode: string): Promise<unknown>
|
|
||||||
|
|
||||||
//26702(其实更早 但是我不知道)
|
publishGroupBulletin(groupCode: string, pskey: string, data: unknown): Promise<GeneralCallResult>
|
||||||
shareDigest(Req: {
|
|
||||||
appId: string,
|
|
||||||
appType: number,
|
|
||||||
msgStyle: number,
|
|
||||||
recvUin: string,
|
|
||||||
sendType: number,
|
|
||||||
clientInfo: {
|
|
||||||
platform: number
|
|
||||||
},
|
|
||||||
richMsg: {
|
|
||||||
usingArk: boolean,
|
|
||||||
title: string,
|
|
||||||
summary: string,
|
|
||||||
url: string,
|
|
||||||
pictureUrl: string,
|
|
||||||
brief: string
|
|
||||||
}
|
|
||||||
}): Promise<unknown>
|
|
||||||
//26702(其实更早 但是我不知道)
|
|
||||||
isEssenceMsg(Req: { groupCode: string, msgRandom: number, msgSeq: number }): Promise<unknown>
|
|
||||||
//26702(其实更早 但是我不知道)
|
|
||||||
queryCachedEssenceMsg(Req: { groupCode: string, msgRandom: number, msgSeq: number }): Promise<unknown>
|
|
||||||
//26702(其实更早 但是我不知道)
|
|
||||||
fetchGroupEssenceList(Req: { groupCode: string, pageStart: number, pageLimit: number }, Arg: unknown): Promise<unknown>
|
|
||||||
//26702
|
|
||||||
getAllMemberList(groupCode: string, forceFetch: boolean): Promise<{
|
|
||||||
errCode: number,
|
|
||||||
errMsg: string,
|
|
||||||
result: {
|
|
||||||
ids: Array<{
|
|
||||||
uid: string,
|
|
||||||
index: number//0
|
|
||||||
}>,
|
|
||||||
infos: {},
|
|
||||||
finish: true,
|
|
||||||
hasRobot: false
|
|
||||||
}
|
|
||||||
}>
|
|
||||||
|
|
||||||
setHeader(uid: string, path: string): unknown
|
publishInstructionForNewcomers(groupCode: string, arg: unknown): void
|
||||||
|
|
||||||
addKernelGroupListener(listener: NodeIKernelGroupListener): number
|
uploadGroupBulletinPic(groupCode: string, pskey: string, imagePath: string): Promise<GeneralCallResult & {
|
||||||
|
errCode: number
|
||||||
|
picInfo?: {
|
||||||
|
id: string,
|
||||||
|
width: number,
|
||||||
|
height: number
|
||||||
|
}
|
||||||
|
}>
|
||||||
|
|
||||||
removeKernelGroupListener(listenerId: unknown): void
|
downloadGroupBulletinRichMedia(groupCode: string): unknown
|
||||||
|
|
||||||
createMemberListScene(groupCode: string, scene: string): string
|
getGroupBulletinList(groupCode: string): unknown
|
||||||
|
|
||||||
destroyMemberListScene(SceneId: string): void
|
getGroupStatisticInfo(groupCode: string): unknown
|
||||||
//About Arg (a) name: lastId 根据手Q来看为object {index:?(number),uid:string}
|
|
||||||
getNextMemberList(sceneId: string, a: undefined, num: number): Promise<{
|
|
||||||
errCode: number, errMsg: string,
|
|
||||||
result: { ids: string[], infos: Map<string, GroupMember>, finish: boolean, hasRobot: boolean }
|
|
||||||
}>
|
|
||||||
|
|
||||||
getPrevMemberList(): unknown
|
getGroupRemainAtTimes(groupCode: string): number
|
||||||
|
|
||||||
monitorMemberList(): unknown
|
getJoinGroupNoVerifyFlag(groupCode: string): unknown
|
||||||
|
|
||||||
searchMember(sceneId: string, keywords: string[]): unknown
|
getGroupArkInviteState(groupCode: string): unknown
|
||||||
|
|
||||||
getMemberInfo(group_id: string, uids: string[], forceFetch: boolean): Promise<GeneralCallResult>
|
reqToJoinGroup(groupCode: string, arg: unknown): void
|
||||||
//getMemberInfo [ '56729xxxx', [ 'u_4Nj08cwW5Hxxxxx' ], true ]
|
|
||||||
|
|
||||||
kickMember(groupCode: string, memberUids: string[], refuseForever: boolean, kickReason: string): Promise<void>
|
setGroupShutUp(groupCode: string, shutUp: boolean): void
|
||||||
|
|
||||||
modifyMemberRole(groupCode: string, uid: string, role: GroupMemberRole): void
|
getGroupShutUpMemberList(groupCode: string): unknown[]
|
||||||
|
|
||||||
modifyMemberCardName(groupCode: string, uid: string, cardName: string): void
|
setMemberShutUp(groupCode: string, memberTimes: { uid: string, timeStamp: number }[]): Promise<void>
|
||||||
|
|
||||||
getTransferableMemberInfo(groupCode: string): unknown//获取整个群的
|
getGroupRecommendContactArkJson(groupCode: string): unknown
|
||||||
|
|
||||||
transferGroup(uid: string): void
|
getJoinGroupLink(groupCode: string): unknown
|
||||||
|
|
||||||
getGroupList(force: boolean): Promise<GeneralCallResult>
|
modifyGroupExtInfo(groupCode: string, arg: unknown): void
|
||||||
|
|
||||||
getGroupExtList(force: boolean): Promise<GeneralCallResult>
|
//需要提前判断是否存在 高版本新增
|
||||||
|
addGroupEssence(param: {
|
||||||
|
groupCode: string
|
||||||
|
msgRandom: number,
|
||||||
|
msgSeq: number
|
||||||
|
}): Promise<unknown>
|
||||||
|
//需要提前判断是否存在 高版本新增
|
||||||
|
removeGroupEssence(param: {
|
||||||
|
groupCode: string
|
||||||
|
msgRandom: number,
|
||||||
|
msgSeq: number
|
||||||
|
}): Promise<unknown>
|
||||||
|
|
||||||
getGroupDetailInfo(groupCode: string): unknown
|
isNull(): boolean
|
||||||
|
|
||||||
getMemberExtInfo(param: GroupExtParam): Promise<unknown>//req
|
|
||||||
|
|
||||||
getGroupAllInfo(): unknown
|
|
||||||
|
|
||||||
getDiscussExistInfo(): unknown
|
|
||||||
|
|
||||||
getGroupConfMember(): unknown
|
|
||||||
|
|
||||||
getGroupMsgMask(): unknown
|
|
||||||
|
|
||||||
getGroupPortrait(): void
|
|
||||||
|
|
||||||
modifyGroupName(groupCode: string, groupName: string, arg: false): void
|
|
||||||
|
|
||||||
modifyGroupRemark(groupCode: string, remark: string): void
|
|
||||||
|
|
||||||
modifyGroupDetailInfo(groupCode: string, arg: unknown): void
|
|
||||||
|
|
||||||
setGroupMsgMask(groupCode: string, arg: unknown): void
|
|
||||||
|
|
||||||
changeGroupShieldSettingTemp(groupCode: string, arg: unknown): void
|
|
||||||
|
|
||||||
inviteToGroup(arg: unknown): void
|
|
||||||
|
|
||||||
inviteMembersToGroup(args: unknown[]): void
|
|
||||||
|
|
||||||
inviteMembersToGroupWithMsg(args: unknown): void
|
|
||||||
|
|
||||||
createGroup(arg: unknown): void
|
|
||||||
|
|
||||||
createGroupWithMembers(arg: unknown): void
|
|
||||||
|
|
||||||
quitGroup(groupCode: string): void
|
|
||||||
|
|
||||||
destroyGroup(groupCode: string): void
|
|
||||||
//获取单屏群通知列表
|
|
||||||
getSingleScreenNotifies(force: boolean, start_seq: string, num: number): Promise<GeneralCallResult>
|
|
||||||
|
|
||||||
clearGroupNotifies(groupCode: string): void
|
|
||||||
|
|
||||||
getGroupNotifiesUnreadCount(unknown: Boolean): Promise<GeneralCallResult>
|
|
||||||
|
|
||||||
clearGroupNotifiesUnreadCount(groupCode: string): void
|
|
||||||
|
|
||||||
operateSysNotify(
|
|
||||||
doubt: boolean,
|
|
||||||
operateMsg: {
|
|
||||||
operateType: GroupRequestOperateTypes, // 2 拒绝
|
|
||||||
targetMsg: {
|
|
||||||
seq: string, // 通知序列号
|
|
||||||
type: GroupNotifyTypes,
|
|
||||||
groupCode: string,
|
|
||||||
postscript: string
|
|
||||||
}
|
|
||||||
}): Promise<void>
|
|
||||||
|
|
||||||
setTop(groupCode: string, isTop: boolean): void
|
|
||||||
|
|
||||||
getGroupBulletin(groupCode: string): unknown
|
|
||||||
|
|
||||||
deleteGroupBulletin(groupCode: string, seq: string): void
|
|
||||||
|
|
||||||
publishGroupBulletin(groupCode: string, pskey: string, data: any): Promise<GeneralCallResult>
|
|
||||||
|
|
||||||
publishInstructionForNewcomers(groupCode: string, arg: unknown): void
|
|
||||||
|
|
||||||
uploadGroupBulletinPic(groupCode: string, pskey: string, imagePath: string): Promise<GeneralCallResult & {
|
|
||||||
errCode: number
|
|
||||||
picInfo?: {
|
|
||||||
id: string,
|
|
||||||
width: number,
|
|
||||||
height: number
|
|
||||||
}
|
|
||||||
}>
|
|
||||||
|
|
||||||
downloadGroupBulletinRichMedia(groupCode: string): unknown
|
|
||||||
|
|
||||||
getGroupBulletinList(groupCode: string): unknown
|
|
||||||
|
|
||||||
getGroupStatisticInfo(groupCode: string): unknown
|
|
||||||
|
|
||||||
getGroupRemainAtTimes(groupCode: string): number
|
|
||||||
|
|
||||||
getJoinGroupNoVerifyFlag(groupCode: string): unknown
|
|
||||||
|
|
||||||
getGroupArkInviteState(groupCode: string): unknown
|
|
||||||
|
|
||||||
reqToJoinGroup(groupCode: string, arg: unknown): void
|
|
||||||
|
|
||||||
setGroupShutUp(groupCode: string, shutUp: boolean): void
|
|
||||||
|
|
||||||
getGroupShutUpMemberList(groupCode: string): unknown[]
|
|
||||||
|
|
||||||
setMemberShutUp(groupCode: string, memberTimes: { uid: string, timeStamp: number }[]): Promise<void>
|
|
||||||
|
|
||||||
getGroupRecommendContactArkJson(groupCode: string): unknown
|
|
||||||
|
|
||||||
getJoinGroupLink(groupCode: string): unknown
|
|
||||||
|
|
||||||
modifyGroupExtInfo(groupCode: string, arg: unknown): void
|
|
||||||
|
|
||||||
//需要提前判断是否存在 高版本新增
|
|
||||||
addGroupEssence(param: {
|
|
||||||
groupCode: string
|
|
||||||
msgRandom: number,
|
|
||||||
msgSeq: number
|
|
||||||
}): Promise<unknown>
|
|
||||||
//需要提前判断是否存在 高版本新增
|
|
||||||
removeGroupEssence(param: {
|
|
||||||
groupCode: string
|
|
||||||
msgRandom: number,
|
|
||||||
msgSeq: number
|
|
||||||
}): Promise<unknown>
|
|
||||||
|
|
||||||
isNull(): boolean
|
|
||||||
}
|
}
|
@@ -1,3 +1,3 @@
|
|||||||
export interface NodeIKernelMSFService {
|
export interface NodeIKernelMSFService {
|
||||||
getServerTime(): string
|
getServerTime(): string
|
||||||
}
|
}
|
File diff suppressed because it is too large
Load Diff
@@ -2,21 +2,21 @@ import { BuddyProfileLikeReq } from '../types'
|
|||||||
import { GeneralCallResult } from './common'
|
import { GeneralCallResult } from './common'
|
||||||
|
|
||||||
export interface NodeIKernelProfileLikeService {
|
export interface NodeIKernelProfileLikeService {
|
||||||
addKernelProfileLikeListener(listener: NodeIKernelProfileLikeService): void
|
addKernelProfileLikeListener(listener: NodeIKernelProfileLikeService): void
|
||||||
|
|
||||||
removeKernelProfileLikeListener(listener: unknown): void
|
removeKernelProfileLikeListener(listener: unknown): void
|
||||||
|
|
||||||
setBuddyProfileLike(...args: unknown[]): { result: number, errMsg: string, succCounts: number }
|
setBuddyProfileLike(...args: unknown[]): { result: number, errMsg: string, succCounts: number }
|
||||||
|
|
||||||
getBuddyProfileLike(req: BuddyProfileLikeReq): Promise<GeneralCallResult & {
|
getBuddyProfileLike(req: BuddyProfileLikeReq): Promise<GeneralCallResult & {
|
||||||
'info': {
|
info: {
|
||||||
'userLikeInfos': Array<any>,
|
userLikeInfos: Array<unknown>,
|
||||||
'friendMaxVotes': number,
|
friendMaxVotes: number,
|
||||||
'start': number
|
start: number
|
||||||
}
|
}
|
||||||
}>
|
}>
|
||||||
|
|
||||||
getProfileLikeScidResourceInfo(...args: unknown[]): void
|
getProfileLikeScidResourceInfo(...args: unknown[]): void
|
||||||
|
|
||||||
isNull(): boolean
|
isNull(): boolean
|
||||||
}
|
}
|
@@ -16,9 +16,9 @@ export enum ProfileBizType {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface NodeIKernelProfileService {
|
export interface NodeIKernelProfileService {
|
||||||
getUidByUin(callfrom: string, uin: Array<string>): Promise<Map<string,string>>//uin->uid
|
getUidByUin(callfrom: string, uin: Array<string>): Promise<Map<string, string>>//uin->uid
|
||||||
|
|
||||||
getUinByUid(callfrom: string, uid: Array<string>): Promise<Map<string,string>>
|
getUinByUid(callfrom: string, uid: Array<string>): Promise<Map<string, string>>
|
||||||
|
|
||||||
// {
|
// {
|
||||||
// coreInfo: CoreInfo,
|
// coreInfo: CoreInfo,
|
||||||
@@ -33,7 +33,7 @@ export interface NodeIKernelProfileService {
|
|||||||
|
|
||||||
fetchUserDetailInfo(trace: string, uids: string[], arg2: number, arg3: number[]): Promise<unknown>
|
fetchUserDetailInfo(trace: string, uids: string[], arg2: number, arg3: number[]): Promise<unknown>
|
||||||
|
|
||||||
addKernelProfileListener(listener: any): number
|
addKernelProfileListener(listener: unknown): number
|
||||||
|
|
||||||
removeKernelProfileListener(listenerId: number): void
|
removeKernelProfileListener(listenerId: number): void
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ export interface NodeIKernelProfileService {
|
|||||||
|
|
||||||
modifySelfProfile(...args: unknown[]): Promise<unknown>
|
modifySelfProfile(...args: unknown[]): Promise<unknown>
|
||||||
|
|
||||||
modifyDesktopMiniProfile(param: any): Promise<GeneralCallResult>
|
modifyDesktopMiniProfile(param: unknown): Promise<GeneralCallResult>
|
||||||
|
|
||||||
setNickName(NickName: string): Promise<unknown>
|
setNickName(NickName: string): Promise<unknown>
|
||||||
|
|
||||||
@@ -74,7 +74,7 @@ export interface NodeIKernelProfileService {
|
|||||||
|
|
||||||
setGander(...args: unknown[]): Promise<unknown>
|
setGander(...args: unknown[]): Promise<unknown>
|
||||||
|
|
||||||
setHeader(arg: string): Promise<unknown>
|
setHeader(arg: string): Promise<GeneralCallResult>
|
||||||
|
|
||||||
setRecommendImgFlag(...args: unknown[]): Promise<unknown>
|
setRecommendImgFlag(...args: unknown[]): Promise<unknown>
|
||||||
|
|
||||||
@@ -82,9 +82,9 @@ export interface NodeIKernelProfileService {
|
|||||||
|
|
||||||
getUserDetailInfo(uid: string): Promise<unknown>
|
getUserDetailInfo(uid: string): Promise<unknown>
|
||||||
|
|
||||||
getUserDetailInfoWithBizInfo(uid: string, Biz: any[]): Promise<GeneralCallResult>
|
getUserDetailInfoWithBizInfo(uid: string, Biz: unknown[]): Promise<GeneralCallResult>
|
||||||
|
|
||||||
getUserDetailInfoByUin(uin: string): Promise<any>
|
getUserDetailInfoByUin(uin: string): Promise<unknown>
|
||||||
|
|
||||||
getZplanAvatarInfos(args: string[]): Promise<unknown>
|
getZplanAvatarInfos(args: string[]): Promise<unknown>
|
||||||
|
|
||||||
@@ -99,7 +99,7 @@ export interface NodeIKernelProfileService {
|
|||||||
getProfileQzonePicInfo(uid: string, type: number, force: boolean): Promise<unknown>
|
getProfileQzonePicInfo(uid: string, type: number, force: boolean): Promise<unknown>
|
||||||
|
|
||||||
//profileService.getCoreInfo("UserRemarkServiceImpl::getStrangerRemarkByUid", arrayList)
|
//profileService.getCoreInfo("UserRemarkServiceImpl::getStrangerRemarkByUid", arrayList)
|
||||||
getCoreInfo(name: string, arg: any[]): unknown
|
getCoreInfo(name: string, arg: unknown[]): unknown
|
||||||
|
|
||||||
//m429253e12.getOtherFlag("FriendListInfoCache_getKernelDataAndPutCache", new ArrayList<>())
|
//m429253e12.getOtherFlag("FriendListInfoCache_getKernelDataAndPutCache", new ArrayList<>())
|
||||||
isNull(): boolean
|
isNull(): boolean
|
||||||
|
@@ -2,269 +2,265 @@ import { GetFileListParam, MessageElement, Peer } from '../types'
|
|||||||
import { GeneralCallResult } from './common'
|
import { GeneralCallResult } from './common'
|
||||||
|
|
||||||
export enum UrlFileDownloadType {
|
export enum UrlFileDownloadType {
|
||||||
KUNKNOWN,
|
KUNKNOWN,
|
||||||
KURLFILEDOWNLOADPRIVILEGEICON,
|
KURLFILEDOWNLOADPRIVILEGEICON,
|
||||||
KURLFILEDOWNLOADPHOTOWALL,
|
KURLFILEDOWNLOADPHOTOWALL,
|
||||||
KURLFILEDOWNLOADQZONE,
|
KURLFILEDOWNLOADQZONE,
|
||||||
KURLFILEDOWNLOADCOMMON,
|
KURLFILEDOWNLOADCOMMON,
|
||||||
KURLFILEDOWNLOADINSTALLAPP
|
KURLFILEDOWNLOADINSTALLAPP
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum RMBizTypeEnum {
|
export enum RMBizTypeEnum {
|
||||||
KUNKNOWN,
|
KUNKNOWN,
|
||||||
KC2CFILE,
|
KC2CFILE,
|
||||||
KGROUPFILE,
|
KGROUPFILE,
|
||||||
KC2CPIC,
|
KC2CPIC,
|
||||||
KGROUPPIC,
|
KGROUPPIC,
|
||||||
KDISCPIC,
|
KDISCPIC,
|
||||||
KC2CVIDEO,
|
KC2CVIDEO,
|
||||||
KGROUPVIDEO,
|
KGROUPVIDEO,
|
||||||
KC2CPTT,
|
KC2CPTT,
|
||||||
KGROUPPTT,
|
KGROUPPTT,
|
||||||
KFEEDCOMMENTPIC,
|
KFEEDCOMMENTPIC,
|
||||||
KGUILDFILE,
|
KGUILDFILE,
|
||||||
KGUILDPIC,
|
KGUILDPIC,
|
||||||
KGUILDPTT,
|
KGUILDPTT,
|
||||||
KGUILDVIDEO
|
KGUILDVIDEO
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface CommonFileInfo {
|
export interface CommonFileInfo {
|
||||||
bizType: number
|
bizType: number
|
||||||
chatType: number
|
chatType: number
|
||||||
elemId: string
|
elemId: string
|
||||||
favId: string
|
favId: string
|
||||||
fileModelId: string
|
fileModelId: string
|
||||||
fileName: string
|
fileName: string
|
||||||
fileSize: string
|
fileSize: string
|
||||||
md5: string
|
md5: string
|
||||||
md510m: string
|
md510m: string
|
||||||
msgId: string
|
msgId: string
|
||||||
msgTime: string
|
msgTime: string
|
||||||
parent: string
|
parent: string
|
||||||
peerUid: string
|
peerUid: string
|
||||||
picThumbPath: Array<string>
|
picThumbPath: Array<string>
|
||||||
sha: string
|
sha: string
|
||||||
sha3: string
|
sha3: string
|
||||||
subId: string
|
subId: string
|
||||||
uuid: string
|
uuid: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface NodeIKernelRichMediaService {
|
export interface NodeIKernelRichMediaService {
|
||||||
//getVideoPlayUrl(peer, msgId, elemId, videoCodecFormat, VideoRequestWay.KHAND, cb)
|
//getVideoPlayUrl(peer, msgId, elemId, videoCodecFormat, VideoRequestWay.KHAND, cb)
|
||||||
// public enum VideoCodecFormatType {
|
// public enum VideoCodecFormatType {
|
||||||
// KCODECFORMATH264,
|
// KCODECFORMATH264,
|
||||||
// KCODECFORMATH265,
|
// KCODECFORMATH265,
|
||||||
// KCODECFORMATH266,
|
// KCODECFORMATH266,
|
||||||
// KCODECFORMATAV1
|
// KCODECFORMATAV1
|
||||||
// }
|
// }
|
||||||
// public enum VideoRequestWay {
|
// public enum VideoRequestWay {
|
||||||
// KUNKNOW,
|
// KUNKNOW,
|
||||||
// KHAND,
|
// KHAND,
|
||||||
// KAUTO
|
// KAUTO
|
||||||
// }
|
// }
|
||||||
getVideoPlayUrl(peer: Peer, msgId: string, elemId: string, videoCodecFormat: number, VideoRequestWay: number): Promise<unknown>
|
getVideoPlayUrl(peer: Peer, msgId: string, elemId: string, videoCodecFormat: number, VideoRequestWay: number): Promise<unknown>
|
||||||
|
|
||||||
//exParams (RMReqExParams)
|
//exParams (RMReqExParams)
|
||||||
// this.downSourceType = i2
|
// this.downSourceType = i2
|
||||||
// this.triggerType = i3
|
// this.triggerType = i3
|
||||||
//peer, msgId, elemId, videoCodecFormat, exParams
|
//peer, msgId, elemId, videoCodecFormat, exParams
|
||||||
// 1 0 频道在用
|
// 1 0 频道在用
|
||||||
// 1 1
|
// 1 1
|
||||||
// 0 2
|
// 0 2
|
||||||
|
|
||||||
// public static final int KCOMMONREDENVELOPEMSGTYPEINMSGBOX = 1007
|
// public static final int KCOMMONREDENVELOPEMSGTYPEINMSGBOX = 1007
|
||||||
// public static final int KDOWNSOURCETYPEAIOINNER = 1
|
// public static final int KDOWNSOURCETYPEAIOINNER = 1
|
||||||
// public static final int KDOWNSOURCETYPEBIGSCREEN = 2
|
// public static final int KDOWNSOURCETYPEBIGSCREEN = 2
|
||||||
// public static final int KDOWNSOURCETYPEHISTORY = 3
|
// public static final int KDOWNSOURCETYPEHISTORY = 3
|
||||||
// public static final int KDOWNSOURCETYPEUNKNOWN = 0
|
// public static final int KDOWNSOURCETYPEUNKNOWN = 0
|
||||||
|
|
||||||
// public static final int KTRIGGERTYPEAUTO = 1
|
// public static final int KTRIGGERTYPEAUTO = 1
|
||||||
// public static final int KTRIGGERTYPEMANUAL = 0
|
// public static final int KTRIGGERTYPEMANUAL = 0
|
||||||
|
|
||||||
getVideoPlayUrlV2(peer: Peer, msgId: string, elemId: string, videoCodecFormat: number, exParams: { downSourceType: number, triggerType: number }): Promise<GeneralCallResult & {
|
getVideoPlayUrlV2(peer: Peer, msgId: string, elemId: string, videoCodecFormat: number, exParams: { downSourceType: number, triggerType: number }): Promise<GeneralCallResult & {
|
||||||
urlResult: {
|
urlResult: {
|
||||||
v4IpUrl: [],
|
v4IpUrl: [],
|
||||||
v6IpUrl: [],
|
v6IpUrl: [],
|
||||||
domainUrl: Array<{
|
domainUrl: Array<{
|
||||||
url: string,
|
url: string,
|
||||||
isHttps: boolean,
|
isHttps: boolean,
|
||||||
httpsDomain: string
|
httpsDomain: string
|
||||||
}>,
|
}>,
|
||||||
videoCodecFormat: number
|
videoCodecFormat: number
|
||||||
}
|
|
||||||
}>
|
|
||||||
|
|
||||||
getRichMediaFileDir(elementType: number, downType: number, isTemp: boolean): unknown
|
|
||||||
|
|
||||||
// this.senderUid = ""
|
|
||||||
// this.peerUid = ""
|
|
||||||
// this.guildId = ""
|
|
||||||
// this.elem = new MsgElement()
|
|
||||||
// this.downloadType = i2
|
|
||||||
// this.thumbSize = i3
|
|
||||||
// this.msgId = j2
|
|
||||||
// this.msgRandom = j3
|
|
||||||
// this.msgSeq = j4
|
|
||||||
// this.msgTime = j5
|
|
||||||
// this.chatType = i4
|
|
||||||
// this.senderUid = str
|
|
||||||
// this.peerUid = str2
|
|
||||||
// this.guildId = str3
|
|
||||||
// this.elem = msgElement
|
|
||||||
// this.useHttps = num
|
|
||||||
|
|
||||||
getVideoPlayUrlInVisit(arg: {
|
|
||||||
downloadType: number,
|
|
||||||
thumbSize: number,
|
|
||||||
msgId: string,
|
|
||||||
msgRandom: string,
|
|
||||||
msgSeq: string,
|
|
||||||
msgTime: string,
|
|
||||||
chatType: number,
|
|
||||||
senderUid: string,
|
|
||||||
peerUid: string,
|
|
||||||
guildId: string,
|
|
||||||
ele: MessageElement,
|
|
||||||
useHttps: boolean
|
|
||||||
}): Promise<unknown>
|
|
||||||
|
|
||||||
//arg双端number
|
|
||||||
isFileExpired(arg: number): unknown
|
|
||||||
|
|
||||||
deleteGroupFolder(GroupCode: string, FolderId: string): Promise<GeneralCallResult & { groupFileCommonResult: { retCode: number, retMsg: string, clientWording: string } }>
|
|
||||||
|
|
||||||
//参数与getVideoPlayUrlInVisit一样
|
|
||||||
downloadRichMediaInVisit(arg: {
|
|
||||||
downloadType: number,
|
|
||||||
thumbSize: number,
|
|
||||||
msgId: string,
|
|
||||||
msgRandom: string,
|
|
||||||
msgSeq: string,
|
|
||||||
msgTime: string,
|
|
||||||
chatType: number,
|
|
||||||
senderUid: string,
|
|
||||||
peerUid: string,
|
|
||||||
guildId: string,
|
|
||||||
ele: MessageElement,
|
|
||||||
useHttps: boolean
|
|
||||||
}): unknown
|
|
||||||
//arg3为“”
|
|
||||||
downloadFileForModelId(peer: Peer, ModelId: string[], arg3: string): unknown
|
|
||||||
//第三个参数 Array<Type>
|
|
||||||
// this.fileId = ""
|
|
||||||
// this.fileName = ""
|
|
||||||
// this.fileId = str
|
|
||||||
// this.fileName = str2
|
|
||||||
// this.fileSize = j2
|
|
||||||
// this.fileModelId = j3
|
|
||||||
|
|
||||||
downloadFileForFileUuid(peer: Peer, uuid: string, arg3: {
|
|
||||||
fileId: string,
|
|
||||||
fileName: string,
|
|
||||||
fileSize: string,
|
|
||||||
fileModelId: string
|
|
||||||
}[]): Promise<unknown>
|
|
||||||
|
|
||||||
downloadFileByUrlList(fileDownloadTyp: UrlFileDownloadType, urlList: Array<string>): unknown
|
|
||||||
|
|
||||||
downloadFileForFileInfo(fileInfo: CommonFileInfo[], savePath: string): unknown
|
|
||||||
|
|
||||||
createGroupFolder(GroupCode: string, FolderName: string): Promise<GeneralCallResult & { resultWithGroupItem: { result: any, groupItem: Array<any> } }>
|
|
||||||
|
|
||||||
downloadFile(commonFile: CommonFileInfo, arg2: unknown, arg3: unknown, savePath: string): unknown
|
|
||||||
|
|
||||||
createGroupFolder(arg1: unknown, arg2: unknown): unknown
|
|
||||||
|
|
||||||
downloadGroupFolder(arg1: unknown, arg2: unknown, arg3: unknown): unknown
|
|
||||||
|
|
||||||
renameGroupFolder(arg1: unknown, arg2: unknown, arg3: unknown): unknown
|
|
||||||
|
|
||||||
deleteGroupFolder(arg1: unknown, arg2: unknown): unknown
|
|
||||||
|
|
||||||
deleteTransferInfo(arg1: unknown, arg2: unknown): unknown
|
|
||||||
|
|
||||||
cancelTransferTask(arg1: unknown, arg2: unknown, arg3: unknown): unknown
|
|
||||||
|
|
||||||
cancelUrlDownload(arg: unknown): unknown
|
|
||||||
|
|
||||||
updateOnlineVideoElemStatus(arg: unknown): unknown
|
|
||||||
|
|
||||||
getGroupSpace(arg: unknown): unknown
|
|
||||||
|
|
||||||
getGroupFileList(groupCode: string, params: GetFileListParam): Promise<GeneralCallResult & {
|
|
||||||
groupSpaceResult: {
|
|
||||||
retCode: number
|
|
||||||
retMsg: string
|
|
||||||
clientWording: string
|
|
||||||
totalSpace: number
|
|
||||||
usedSpace: number
|
|
||||||
allUpload: boolean
|
|
||||||
}
|
|
||||||
}>
|
|
||||||
|
|
||||||
getGroupFileInfo(arg1: unknown, arg2: unknown): unknown
|
|
||||||
|
|
||||||
getGroupTransferList(arg1: unknown, arg2: unknown): unknown
|
|
||||||
|
|
||||||
renameGroupFile(arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown): unknown
|
|
||||||
|
|
||||||
moveGroupFile(arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown): unknown
|
|
||||||
|
|
||||||
transGroupFile(arg1: unknown, arg2: unknown): unknown
|
|
||||||
|
|
||||||
searchGroupFile(
|
|
||||||
keywords: Array<string>,
|
|
||||||
param: {
|
|
||||||
groupIds: Array<string>,
|
|
||||||
fileType: number,
|
|
||||||
context: string,
|
|
||||||
count: number,
|
|
||||||
sortType: number,
|
|
||||||
groupNames: Array<string>
|
|
||||||
}): Promise<unknown>
|
|
||||||
searchGroupFileByWord(arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown): unknown
|
|
||||||
|
|
||||||
deleteGroupFile(GroupCode: string, params: Array<number>, Files: Array<string>): Promise<GeneralCallResult & {
|
|
||||||
transGroupFileResult: {
|
|
||||||
result: any
|
|
||||||
successFileIdList: Array<any>
|
|
||||||
failFileIdList: Array<any>
|
|
||||||
}
|
|
||||||
}>
|
|
||||||
|
|
||||||
translateEnWordToZn(words: string[]): Promise<GeneralCallResult & { words: string[] }>
|
|
||||||
|
|
||||||
getScreenOCR(path: string): Promise<unknown>
|
|
||||||
|
|
||||||
batchGetGroupFileCount(Gids: Array<string>): Promise<GeneralCallResult & { groupCodes: Array<string>, groupFileCounts: Array<number> }>
|
|
||||||
|
|
||||||
queryPicDownloadSize(arg: unknown): unknown
|
|
||||||
|
|
||||||
searchGroupFile(arg1: unknown, arg2: unknown): unknown
|
|
||||||
|
|
||||||
searchMoreGroupFile(arg: unknown): unknown
|
|
||||||
|
|
||||||
cancelSearcheGroupFile(arg1: unknown, arg2: unknown, arg3: unknown): unknown
|
|
||||||
|
|
||||||
onlyDownloadFile(peer: Peer, arg2: unknown, arg3: Array<{
|
|
||||||
fileId: string,
|
|
||||||
fileName: string,
|
|
||||||
fileSize: string,
|
|
||||||
fileModelId: string
|
|
||||||
}
|
}
|
||||||
>): unknown
|
}>
|
||||||
|
|
||||||
onlyUploadFile(arg1: unknown, arg2: unknown): unknown
|
getRichMediaFileDir(elementType: number, downType: number, isTemp: boolean): unknown
|
||||||
|
|
||||||
isExtraLargePic(arg1: unknown, arg2: unknown, arg3: unknown): unknown
|
// this.senderUid = ""
|
||||||
|
// this.peerUid = ""
|
||||||
|
// this.guildId = ""
|
||||||
|
// this.elem = new MsgElement()
|
||||||
|
// this.downloadType = i2
|
||||||
|
// this.thumbSize = i3
|
||||||
|
// this.msgId = j2
|
||||||
|
// this.msgRandom = j3
|
||||||
|
// this.msgSeq = j4
|
||||||
|
// this.msgTime = j5
|
||||||
|
// this.chatType = i4
|
||||||
|
// this.senderUid = str
|
||||||
|
// this.peerUid = str2
|
||||||
|
// this.guildId = str3
|
||||||
|
// this.elem = msgElement
|
||||||
|
// this.useHttps = num
|
||||||
|
|
||||||
uploadRMFileWithoutMsg(arg: {
|
getVideoPlayUrlInVisit(arg: {
|
||||||
bizType: RMBizTypeEnum,
|
downloadType: number,
|
||||||
filePath: string,
|
thumbSize: number,
|
||||||
peerUid: string,
|
msgId: string,
|
||||||
transferId: string
|
msgRandom: string,
|
||||||
useNTV2: string
|
msgSeq: string,
|
||||||
|
msgTime: string,
|
||||||
|
chatType: number,
|
||||||
|
senderUid: string,
|
||||||
|
peerUid: string,
|
||||||
|
guildId: string,
|
||||||
|
ele: MessageElement,
|
||||||
|
useHttps: boolean
|
||||||
|
}): Promise<unknown>
|
||||||
|
|
||||||
|
//arg双端number
|
||||||
|
isFileExpired(arg: number): unknown
|
||||||
|
|
||||||
|
deleteGroupFolder(GroupCode: string, FolderId: string): Promise<GeneralCallResult & { groupFileCommonResult: { retCode: number, retMsg: string, clientWording: string } }>
|
||||||
|
|
||||||
|
//参数与getVideoPlayUrlInVisit一样
|
||||||
|
downloadRichMediaInVisit(arg: {
|
||||||
|
downloadType: number,
|
||||||
|
thumbSize: number,
|
||||||
|
msgId: string,
|
||||||
|
msgRandom: string,
|
||||||
|
msgSeq: string,
|
||||||
|
msgTime: string,
|
||||||
|
chatType: number,
|
||||||
|
senderUid: string,
|
||||||
|
peerUid: string,
|
||||||
|
guildId: string,
|
||||||
|
ele: MessageElement,
|
||||||
|
useHttps: boolean
|
||||||
|
}): unknown
|
||||||
|
//arg3为“”
|
||||||
|
downloadFileForModelId(peer: Peer, ModelId: string[], arg3: string): unknown
|
||||||
|
//第三个参数 Array<Type>
|
||||||
|
// this.fileId = ""
|
||||||
|
// this.fileName = ""
|
||||||
|
// this.fileId = str
|
||||||
|
// this.fileName = str2
|
||||||
|
// this.fileSize = j2
|
||||||
|
// this.fileModelId = j3
|
||||||
|
|
||||||
|
downloadFileForFileUuid(peer: Peer, uuid: string, arg3: {
|
||||||
|
fileId: string,
|
||||||
|
fileName: string,
|
||||||
|
fileSize: string,
|
||||||
|
fileModelId: string
|
||||||
|
}[]): Promise<unknown>
|
||||||
|
|
||||||
|
downloadFileByUrlList(fileDownloadTyp: UrlFileDownloadType, urlList: Array<string>): unknown
|
||||||
|
|
||||||
|
downloadFileForFileInfo(fileInfo: CommonFileInfo[], savePath: string): unknown
|
||||||
|
|
||||||
|
createGroupFolder(GroupCode: string, FolderName: string): Promise<GeneralCallResult & { resultWithGroupItem: { result: unknown, groupItem: Array<unknown> } }>
|
||||||
|
|
||||||
|
downloadFile(commonFile: CommonFileInfo, arg2: unknown, arg3: unknown, savePath: string): unknown
|
||||||
|
|
||||||
|
downloadGroupFolder(arg1: unknown, arg2: unknown, arg3: unknown): unknown
|
||||||
|
|
||||||
|
renameGroupFolder(arg1: unknown, arg2: unknown, arg3: unknown): unknown
|
||||||
|
|
||||||
|
deleteTransferInfo(arg1: unknown, arg2: unknown): unknown
|
||||||
|
|
||||||
|
cancelTransferTask(arg1: unknown, arg2: unknown, arg3: unknown): unknown
|
||||||
|
|
||||||
|
cancelUrlDownload(arg: unknown): unknown
|
||||||
|
|
||||||
|
updateOnlineVideoElemStatus(arg: unknown): unknown
|
||||||
|
|
||||||
|
getGroupSpace(arg: unknown): unknown
|
||||||
|
|
||||||
|
getGroupFileList(groupCode: string, params: GetFileListParam): Promise<GeneralCallResult & {
|
||||||
|
groupSpaceResult: {
|
||||||
|
retCode: number
|
||||||
|
retMsg: string
|
||||||
|
clientWording: string
|
||||||
|
totalSpace: number
|
||||||
|
usedSpace: number
|
||||||
|
allUpload: boolean
|
||||||
|
}
|
||||||
|
}>
|
||||||
|
|
||||||
|
getGroupFileInfo(arg1: unknown, arg2: unknown): unknown
|
||||||
|
|
||||||
|
getGroupTransferList(arg1: unknown, arg2: unknown): unknown
|
||||||
|
|
||||||
|
renameGroupFile(arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown): unknown
|
||||||
|
|
||||||
|
moveGroupFile(arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown): unknown
|
||||||
|
|
||||||
|
transGroupFile(arg1: unknown, arg2: unknown): unknown
|
||||||
|
|
||||||
|
searchGroupFile(
|
||||||
|
keywords: Array<string>,
|
||||||
|
param: {
|
||||||
|
groupIds: Array<string>,
|
||||||
|
fileType: number,
|
||||||
|
context: string,
|
||||||
|
count: number,
|
||||||
|
sortType: number,
|
||||||
|
groupNames: Array<string>
|
||||||
}): Promise<unknown>
|
}): Promise<unknown>
|
||||||
|
searchGroupFileByWord(arg1: unknown, arg2: unknown, arg3: unknown, arg4: unknown, arg5: unknown): unknown
|
||||||
|
|
||||||
isNull(): boolean
|
deleteGroupFile(GroupCode: string, params: Array<number>, Files: Array<string>): Promise<GeneralCallResult & {
|
||||||
|
transGroupFileResult: {
|
||||||
|
result: unknown
|
||||||
|
successFileIdList: Array<unknown>
|
||||||
|
failFileIdList: Array<unknown>
|
||||||
|
}
|
||||||
|
}>
|
||||||
|
|
||||||
|
translateEnWordToZn(words: string[]): Promise<GeneralCallResult & { words: string[] }>
|
||||||
|
|
||||||
|
getScreenOCR(path: string): Promise<unknown>
|
||||||
|
|
||||||
|
batchGetGroupFileCount(Gids: Array<string>): Promise<GeneralCallResult & { groupCodes: Array<string>, groupFileCounts: Array<number> }>
|
||||||
|
|
||||||
|
queryPicDownloadSize(arg: unknown): unknown
|
||||||
|
|
||||||
|
searchGroupFile(arg1: unknown, arg2: unknown): unknown
|
||||||
|
|
||||||
|
searchMoreGroupFile(arg: unknown): unknown
|
||||||
|
|
||||||
|
cancelSearcheGroupFile(arg1: unknown, arg2: unknown, arg3: unknown): unknown
|
||||||
|
|
||||||
|
onlyDownloadFile(peer: Peer, arg2: unknown, arg3: Array<{
|
||||||
|
fileId: string,
|
||||||
|
fileName: string,
|
||||||
|
fileSize: string,
|
||||||
|
fileModelId: string
|
||||||
|
}
|
||||||
|
>): unknown
|
||||||
|
|
||||||
|
onlyUploadFile(arg1: unknown, arg2: unknown): unknown
|
||||||
|
|
||||||
|
isExtraLargePic(arg1: unknown, arg2: unknown, arg3: unknown): unknown
|
||||||
|
|
||||||
|
uploadRMFileWithoutMsg(arg: {
|
||||||
|
bizType: RMBizTypeEnum,
|
||||||
|
filePath: string,
|
||||||
|
peerUid: string,
|
||||||
|
transferId: string
|
||||||
|
useNTV2: string
|
||||||
|
}): Promise<unknown>
|
||||||
|
|
||||||
|
isNull(): boolean
|
||||||
}
|
}
|
@@ -1,128 +1,128 @@
|
|||||||
import { ChatType } from '../types'
|
import { ChatType } from '../types'
|
||||||
|
|
||||||
export interface NodeIKernelSearchService {
|
export interface NodeIKernelSearchService {
|
||||||
addKernelSearchListener(...args: any[]): unknown// needs 1 arguments
|
addKernelSearchListener(...args: unknown[]): unknown// needs 1 arguments
|
||||||
|
|
||||||
removeKernelSearchListener(...args: any[]): unknown// needs 1 arguments
|
removeKernelSearchListener(...args: unknown[]): unknown// needs 1 arguments
|
||||||
|
|
||||||
searchStranger(...args: any[]): unknown// needs 3 arguments
|
searchStranger(...args: unknown[]): unknown// needs 3 arguments
|
||||||
|
|
||||||
searchGroup(...args: any[]): unknown// needs 1 arguments
|
searchGroup(...args: unknown[]): unknown// needs 1 arguments
|
||||||
|
|
||||||
searchLocalInfo(keywords: string, unknown: number/*4*/): unknown
|
searchLocalInfo(keywords: string, unknown: number/*4*/): unknown
|
||||||
|
|
||||||
cancelSearchLocalInfo(...args: any[]): unknown// needs 3 arguments
|
cancelSearchLocalInfo(...args: unknown[]): unknown// needs 3 arguments
|
||||||
|
|
||||||
searchBuddyChatInfo(...args: any[]): unknown// needs 2 arguments
|
searchBuddyChatInfo(...args: unknown[]): unknown// needs 2 arguments
|
||||||
|
|
||||||
searchMoreBuddyChatInfo(...args: any[]): unknown// needs 1 arguments
|
searchMoreBuddyChatInfo(...args: unknown[]): unknown// needs 1 arguments
|
||||||
|
|
||||||
cancelSearchBuddyChatInfo(...args: any[]): unknown// needs 3 arguments
|
cancelSearchBuddyChatInfo(...args: unknown[]): unknown// needs 3 arguments
|
||||||
|
|
||||||
searchContact(...args: any[]): unknown// needs 2 arguments
|
searchContact(...args: unknown[]): unknown// needs 2 arguments
|
||||||
|
|
||||||
searchMoreContact(...args: any[]): unknown// needs 1 arguments
|
searchMoreContact(...args: unknown[]): unknown// needs 1 arguments
|
||||||
|
|
||||||
cancelSearchContact(...args: any[]): unknown// needs 3 arguments
|
cancelSearchContact(...args: unknown[]): unknown// needs 3 arguments
|
||||||
|
|
||||||
searchGroupChatInfo(...args: any[]): unknown// needs 3 arguments
|
searchGroupChatInfo(...args: unknown[]): unknown// needs 3 arguments
|
||||||
|
|
||||||
resetSearchGroupChatInfoSortType(...args: any[]): unknown// needs 3 arguments
|
resetSearchGroupChatInfoSortType(...args: unknown[]): unknown// needs 3 arguments
|
||||||
|
|
||||||
resetSearchGroupChatInfoFilterMembers(...args: any[]): unknown// needs 3 arguments
|
resetSearchGroupChatInfoFilterMembers(...args: unknown[]): unknown// needs 3 arguments
|
||||||
|
|
||||||
searchMoreGroupChatInfo(...args: any[]): unknown// needs 1 arguments
|
searchMoreGroupChatInfo(...args: unknown[]): unknown// needs 1 arguments
|
||||||
|
|
||||||
cancelSearchGroupChatInfo(...args: any[]): unknown// needs 3 arguments
|
cancelSearchGroupChatInfo(...args: unknown[]): unknown// needs 3 arguments
|
||||||
|
|
||||||
searchChatsWithKeywords(...args: any[]): unknown// needs 3 arguments
|
searchChatsWithKeywords(...args: unknown[]): unknown// needs 3 arguments
|
||||||
|
|
||||||
searchMoreChatsWithKeywords(...args: any[]): unknown// needs 1 arguments
|
searchMoreChatsWithKeywords(...args: unknown[]): unknown// needs 1 arguments
|
||||||
|
|
||||||
cancelSearchChatsWithKeywords(...args: any[]): unknown// needs 3 arguments
|
cancelSearchChatsWithKeywords(...args: unknown[]): unknown// needs 3 arguments
|
||||||
|
|
||||||
searchChatMsgs(...args: any[]): unknown// needs 2 arguments
|
searchChatMsgs(...args: unknown[]): unknown// needs 2 arguments
|
||||||
|
|
||||||
searchMoreChatMsgs(...args: any[]): unknown// needs 1 arguments
|
searchMoreChatMsgs(...args: unknown[]): unknown// needs 1 arguments
|
||||||
|
|
||||||
cancelSearchChatMsgs(...args: any[]): unknown// needs 3 arguments
|
cancelSearchChatMsgs(...args: unknown[]): unknown// needs 3 arguments
|
||||||
|
|
||||||
searchMsgWithKeywords(...args: any[]): unknown// needs 2 arguments
|
searchMsgWithKeywords(...args: unknown[]): unknown// needs 2 arguments
|
||||||
|
|
||||||
searchMoreMsgWithKeywords(...args: any[]): unknown// needs 1 arguments
|
searchMoreMsgWithKeywords(...args: unknown[]): unknown// needs 1 arguments
|
||||||
|
|
||||||
cancelSearchMsgWithKeywords(...args: any[]): unknown// needs 3 arguments
|
cancelSearchMsgWithKeywords(...args: unknown[]): unknown// needs 3 arguments
|
||||||
|
|
||||||
searchFileWithKeywords(keywords: string[], source: number): Promise<string>// needs 2 arguments
|
searchFileWithKeywords(keywords: string[], source: number): Promise<string>// needs 2 arguments
|
||||||
|
|
||||||
searchMoreFileWithKeywords(...args: any[]): unknown// needs 1 arguments
|
searchMoreFileWithKeywords(...args: unknown[]): unknown// needs 1 arguments
|
||||||
|
|
||||||
cancelSearchFileWithKeywords(...args: any[]): unknown// needs 3 arguments
|
cancelSearchFileWithKeywords(...args: unknown[]): unknown// needs 3 arguments
|
||||||
|
|
||||||
searchAtMeChats(...args: any[]): unknown// needs 3 arguments
|
searchAtMeChats(...args: unknown[]): unknown// needs 3 arguments
|
||||||
|
|
||||||
searchMoreAtMeChats(...args: any[]): unknown// needs 1 arguments
|
searchMoreAtMeChats(...args: unknown[]): unknown// needs 1 arguments
|
||||||
|
|
||||||
cancelSearchAtMeChats(...args: any[]): unknown// needs 3 arguments
|
cancelSearchAtMeChats(...args: unknown[]): unknown// needs 3 arguments
|
||||||
|
|
||||||
searchChatAtMeMsgs(...args: any[]): unknown// needs 1 arguments
|
searchChatAtMeMsgs(...args: unknown[]): unknown// needs 1 arguments
|
||||||
|
|
||||||
searchMoreChatAtMeMsgs(...args: any[]): unknown// needs 1 arguments
|
searchMoreChatAtMeMsgs(...args: unknown[]): unknown// needs 1 arguments
|
||||||
|
|
||||||
cancelSearchChatAtMeMsgs(...args: any[]): unknown// needs 3 arguments
|
cancelSearchChatAtMeMsgs(...args: unknown[]): unknown// needs 3 arguments
|
||||||
|
|
||||||
addSearchHistory(param: {
|
addSearchHistory(param: {
|
||||||
type: number,//4
|
type: number,//4
|
||||||
contactList: [],
|
contactList: [],
|
||||||
id: number,//-1
|
id: number,//-1
|
||||||
groupInfos: [],
|
groupInfos: [],
|
||||||
msgs: [],
|
msgs: [],
|
||||||
fileInfos: [
|
fileInfos: [
|
||||||
{
|
{
|
||||||
chatType: ChatType,
|
chatType: ChatType,
|
||||||
buddyChatInfo: Array<{ category_name: string, peerUid: string, peerUin: string, remark: string }>,
|
buddyChatInfo: Array<{ category_name: string, peerUid: string, peerUin: string, remark: string }>,
|
||||||
discussChatInfo: [],
|
discussChatInfo: [],
|
||||||
groupChatInfo: Array<
|
groupChatInfo: Array<
|
||||||
{
|
{
|
||||||
groupCode: string,
|
groupCode: string,
|
||||||
isConf: boolean,
|
isConf: boolean,
|
||||||
hasModifyConfGroupFace: boolean,
|
hasModifyConfGroupFace: boolean,
|
||||||
hasModifyConfGroupName: boolean,
|
hasModifyConfGroupName: boolean,
|
||||||
groupName: string,
|
groupName: string,
|
||||||
remark: string
|
remark: string
|
||||||
}>,
|
}>,
|
||||||
dataLineChatInfo: [],
|
dataLineChatInfo: [],
|
||||||
tmpChatInfo: [],
|
tmpChatInfo: [],
|
||||||
msgId: string,
|
msgId: string,
|
||||||
msgSeq: string,
|
msgSeq: string,
|
||||||
msgTime: string,
|
msgTime: string,
|
||||||
senderUid: string,
|
senderUid: string,
|
||||||
senderNick: string,
|
senderNick: string,
|
||||||
senderRemark: string,
|
senderRemark: string,
|
||||||
senderCard: string,
|
senderCard: string,
|
||||||
elemId: string,
|
elemId: string,
|
||||||
elemType: string,//3
|
elemType: string,//3
|
||||||
fileSize: string,
|
fileSize: string,
|
||||||
filePath: string,
|
filePath: string,
|
||||||
fileName: string,
|
fileName: string,
|
||||||
hits: Array<
|
hits: Array<
|
||||||
{
|
{
|
||||||
start: 12,
|
start: 12,
|
||||||
end: 14
|
end: 14
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
}): Promise<{
|
}): Promise<{
|
||||||
result: number,
|
result: number,
|
||||||
errMsg: string,
|
errMsg: string,
|
||||||
id?: number
|
id?: number
|
||||||
}>
|
}>
|
||||||
|
|
||||||
removeSearchHistory(...args: any[]): unknown// needs 1 arguments
|
removeSearchHistory(...args: unknown[]): unknown// needs 1 arguments
|
||||||
|
|
||||||
searchCache(...args: any[]): unknown// needs 3 arguments
|
searchCache(...args: unknown[]): unknown// needs 3 arguments
|
||||||
|
|
||||||
clearSearchCache(...args: any[]): unknown// needs 1 arguments
|
clearSearchCache(...args: unknown[]): unknown// needs 1 arguments
|
||||||
}
|
}
|
@@ -1,11 +1,11 @@
|
|||||||
import { forceFetchClientKeyRetType } from './common'
|
import { forceFetchClientKeyRetType } from './common'
|
||||||
|
|
||||||
export interface NodeIKernelTicketService {
|
export interface NodeIKernelTicketService {
|
||||||
addKernelTicketListener(listener: unknown): void
|
addKernelTicketListener(listener: unknown): void
|
||||||
|
|
||||||
removeKernelTicketListener(listenerId: unknown): void
|
removeKernelTicketListener(listenerId: unknown): void
|
||||||
|
|
||||||
forceFetchClientKey(arg: string): Promise<forceFetchClientKeyRetType>
|
forceFetchClientKey(arg: string): Promise<forceFetchClientKeyRetType>
|
||||||
|
|
||||||
isNull(): boolean
|
isNull(): boolean
|
||||||
}
|
}
|
@@ -1,19 +1,19 @@
|
|||||||
import { GeneralCallResult } from './common'
|
import { GeneralCallResult } from './common'
|
||||||
|
|
||||||
export interface NodeIKernelTipOffService {
|
export interface NodeIKernelTipOffService {
|
||||||
addKernelTipOffListener(listener: unknown): void
|
addKernelTipOffListener(listener: unknown): void
|
||||||
|
|
||||||
removeKernelTipOffListener(listenerId: unknown): void
|
removeKernelTipOffListener(listenerId: unknown): void
|
||||||
|
|
||||||
tipOffSendJsData(args: unknown[]): Promise<unknown> //2
|
tipOffSendJsData(args: unknown[]): Promise<unknown> //2
|
||||||
|
|
||||||
getPskey(domainList: string[], nocache: boolean): Promise<GeneralCallResult & { domainPskeyMap: Map<string, string> }> //2
|
getPskey(domainList: string[], nocache: boolean): Promise<GeneralCallResult & { domainPskeyMap: Map<string, string> }> //2
|
||||||
|
|
||||||
tipOffSendJsData(args: unknown[]): Promise<unknown> //2
|
tipOffSendJsData(args: unknown[]): Promise<unknown> //2
|
||||||
|
|
||||||
tipOffMsgs(args: unknown[]): Promise<unknown> //1
|
tipOffMsgs(args: unknown[]): Promise<unknown> //1
|
||||||
|
|
||||||
encodeUinAesInfo(args: unknown[]): Promise<unknown> //2
|
encodeUinAesInfo(args: unknown[]): Promise<unknown> //2
|
||||||
|
|
||||||
isNull(): boolean
|
isNull(): boolean
|
||||||
}
|
}
|
@@ -1,5 +1,5 @@
|
|||||||
export interface NodeIKernelUixConvertService {
|
export interface NodeIKernelUixConvertService {
|
||||||
getUin(uid: string[]): Promise<{ uinInfo: Map<string, string> }>
|
getUin(uid: string[]): Promise<{ uinInfo: Map<string, string> }>
|
||||||
|
|
||||||
getUid(uin: string[]): Promise<{ uidInfo: Map<string, string> }>
|
getUid(uin: string[]): Promise<{ uidInfo: Map<string, string> }>
|
||||||
}
|
}
|
@@ -1,16 +1,16 @@
|
|||||||
export enum GeneralCallResultStatus {
|
export enum GeneralCallResultStatus {
|
||||||
OK = 0
|
OK = 0
|
||||||
// ERROR = 1
|
// ERROR = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface GeneralCallResult {
|
export interface GeneralCallResult {
|
||||||
result: GeneralCallResultStatus
|
result: GeneralCallResultStatus
|
||||||
errMsg: string
|
errMsg: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface forceFetchClientKeyRetType extends GeneralCallResult {
|
export interface forceFetchClientKeyRetType extends GeneralCallResult {
|
||||||
url: string
|
url: string
|
||||||
keyIndex: string
|
keyIndex: string
|
||||||
clientKey: string
|
clientKey: string
|
||||||
expireTime: string
|
expireTime: string
|
||||||
}
|
}
|
@@ -36,6 +36,7 @@ export interface Group {
|
|||||||
memberUid: string //"u_fbf8N7aeuZEnUiJAbQ9R8Q"
|
memberUid: string //"u_fbf8N7aeuZEnUiJAbQ9R8Q"
|
||||||
}
|
}
|
||||||
members: GroupMember[] // 原始数据是没有这个的,为了方便自己加了这个字段
|
members: GroupMember[] // 原始数据是没有这个的,为了方便自己加了这个字段
|
||||||
|
createTime: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum GroupMemberRole {
|
export enum GroupMemberRole {
|
||||||
|
@@ -275,7 +275,7 @@ export interface PicElement {
|
|||||||
thumbPath: Map<number, string>
|
thumbPath: Map<number, string>
|
||||||
picWidth: number
|
picWidth: number
|
||||||
picHeight: number
|
picHeight: number
|
||||||
fileSize: number
|
fileSize: string
|
||||||
fileName: string
|
fileName: string
|
||||||
fileUuid: string
|
fileUuid: string
|
||||||
md5HexStr?: string
|
md5HexStr?: string
|
||||||
@@ -352,7 +352,7 @@ export interface VideoElement {
|
|||||||
thumbHeight?: number
|
thumbHeight?: number
|
||||||
busiType?: 0 // 未知
|
busiType?: 0 // 未知
|
||||||
subBusiType?: 0 // 未知
|
subBusiType?: 0 // 未知
|
||||||
thumbPath?: Map<number, any>
|
thumbPath?: Map<number, string>
|
||||||
transferStatus?: 0 // 未知
|
transferStatus?: 0 // 未知
|
||||||
progress?: 0 // 下载进度?
|
progress?: 0 // 下载进度?
|
||||||
invalidState?: 0 // 未知
|
invalidState?: 0 // 未知
|
||||||
@@ -480,6 +480,8 @@ export interface RawMessage {
|
|||||||
sourceMsgIsIncPic: boolean // 原消息是否有图片
|
sourceMsgIsIncPic: boolean // 原消息是否有图片
|
||||||
sourceMsgText: string
|
sourceMsgText: string
|
||||||
replayMsgSeq: string // 源消息的msgSeq,可以通过这个找到源消息的msgId
|
replayMsgSeq: string // 源消息的msgSeq,可以通过这个找到源消息的msgId
|
||||||
|
senderUidStr: string
|
||||||
|
replyMsgTime: string
|
||||||
}
|
}
|
||||||
textElement: {
|
textElement: {
|
||||||
atType: AtType
|
atType: AtType
|
||||||
@@ -521,22 +523,22 @@ export interface MessageElement {
|
|||||||
grayTipElement?: GrayTipElement
|
grayTipElement?: GrayTipElement
|
||||||
arkElement?: ArkElement
|
arkElement?: ArkElement
|
||||||
fileElement?: FileElement
|
fileElement?: FileElement
|
||||||
liveGiftElement?: null
|
liveGiftElement?: unknown
|
||||||
markdownElement?: MarkdownElement
|
markdownElement?: MarkdownElement
|
||||||
structLongMsgElement?: any
|
structLongMsgElement?: unknown
|
||||||
multiForwardMsgElement?: MultiForwardMsgElement
|
multiForwardMsgElement?: MultiForwardMsgElement
|
||||||
giphyElement?: any
|
giphyElement?: unknown
|
||||||
walletElement?: null
|
walletElement?: unknown
|
||||||
inlineKeyboardElement?: InlineKeyboardElement
|
inlineKeyboardElement?: InlineKeyboardElement
|
||||||
textGiftElement?: null //????
|
textGiftElement?: unknown //????
|
||||||
calendarElement?: any
|
calendarElement?: unknown
|
||||||
yoloGameResultElement?: any
|
yoloGameResultElement?: unknown
|
||||||
avRecordElement?: any
|
avRecordElement?: unknown
|
||||||
structMsgElement?: null
|
structMsgElement?: unknown
|
||||||
faceBubbleElement?: any
|
faceBubbleElement?: unknown
|
||||||
shareLocationElement?: any
|
shareLocationElement?: unknown
|
||||||
tofuRecordElement?: any
|
tofuRecordElement?: unknown
|
||||||
taskTopMsgElement?: any
|
taskTopMsgElement?: unknown
|
||||||
recommendedMsgElement?: any
|
recommendedMsgElement?: unknown
|
||||||
actionBarElement?: any
|
actionBarElement?: unknown
|
||||||
}
|
}
|
@@ -1,13 +1,19 @@
|
|||||||
export enum GroupNotifyTypes {
|
export enum GroupNotifyType {
|
||||||
INVITE_ME = 1,
|
INVITED_BY_MEMBER = 1,
|
||||||
INVITED_JOIN = 4, // 有人接受了邀请入群
|
REFUSE_INVITED,
|
||||||
JOIN_REQUEST_BY_INVITED = 5, // 有人邀请了别人入群
|
REFUSED_BY_ADMINI_STRATOR,
|
||||||
JOIN_REQUEST = 7,
|
AGREED_TOJOIN_DIRECT, // 有人接受了邀请入群
|
||||||
ADMIN_SET = 8,
|
INVITED_NEED_ADMINI_STRATOR_PASS, // 有人邀请了别人入群
|
||||||
KICK_MEMBER = 9,
|
AGREED_TO_JOIN_BY_ADMINI_STRATOR,
|
||||||
MEMBER_EXIT = 11, // 主动退出
|
REQUEST_JOIN_NEED_ADMINI_STRATOR_PASS,
|
||||||
ADMIN_UNSET = 12, // 我被取消管理员
|
SET_ADMIN,
|
||||||
ADMIN_UNSET_OTHER = 13, // 其他人取消管理员
|
KICK_MEMBER_NOTIFY_ADMIN,
|
||||||
|
KICK_MEMBER_NOTIFY_KICKED,
|
||||||
|
MEMBER_LEAVE_NOTIFY_ADMIN, // 主动退出
|
||||||
|
CANCEL_ADMIN_NOTIFY_CANCELED, // 我被取消管理员
|
||||||
|
CANCEL_ADMIN_NOTIFY_ADMIN, // 其他人取消管理员
|
||||||
|
TRANSFER_GROUP_NOTIFY_OLDOWNER,
|
||||||
|
TRANSFER_GROUP_NOTIFY_ADMIN
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface GroupNotifies {
|
export interface GroupNotifies {
|
||||||
@@ -17,17 +23,18 @@ export interface GroupNotifies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export enum GroupNotifyStatus {
|
export enum GroupNotifyStatus {
|
||||||
IGNORE = 0,
|
KINIT, // 初始化
|
||||||
WAIT_HANDLE = 1,
|
KUNHANDLE, // 未处理
|
||||||
APPROVE = 2,
|
KAGREED, // 同意
|
||||||
REJECT = 3,
|
KREFUSED, // 拒绝
|
||||||
|
KIGNORED // 忽略
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface GroupNotify {
|
export interface GroupNotify {
|
||||||
time: number // 自己添加的字段,时间戳,毫秒, 用于判断收到短时间内收到重复的notify
|
time: number // 自己添加的字段,时间戳,毫秒, 用于判断收到短时间内收到重复的notify
|
||||||
seq: string // 唯一标识符,转成数字再除以1000应该就是时间戳?
|
seq: string // 唯一标识符,转成数字再除以1000应该就是时间戳?
|
||||||
type: GroupNotifyTypes
|
type: GroupNotifyType
|
||||||
status: GroupNotifyStatus // 0是已忽略?,1是未处理,2是已同意
|
status: GroupNotifyStatus
|
||||||
group: { groupCode: string; groupName: string }
|
group: { groupCode: string; groupName: string }
|
||||||
user1: { uid: string; nickName: string } // 被设置管理员的人
|
user1: { uid: string; nickName: string } // 被设置管理员的人
|
||||||
user2: { uid: string; nickName: string } // 操作者
|
user2: { uid: string; nickName: string } // 操作者
|
||||||
|
@@ -124,7 +124,7 @@ interface VideoInfo {
|
|||||||
|
|
||||||
interface ExtOnlineBusinessInfo {
|
interface ExtOnlineBusinessInfo {
|
||||||
buf: string
|
buf: string
|
||||||
customStatus: any
|
customStatus: unknown
|
||||||
videoBizInfo: VideoBizInfo
|
videoBizInfo: VideoBizInfo
|
||||||
videoInfo: VideoInfo
|
videoInfo: VideoInfo
|
||||||
}
|
}
|
||||||
@@ -142,7 +142,7 @@ interface UserStatus {
|
|||||||
termType: number
|
termType: number
|
||||||
netType: number
|
netType: number
|
||||||
iconType: number
|
iconType: number
|
||||||
customStatus: any
|
customStatus: unknown
|
||||||
setTime: string
|
setTime: string
|
||||||
specialFlag: number
|
specialFlag: number
|
||||||
abiFlag: number
|
abiFlag: number
|
||||||
@@ -156,8 +156,8 @@ interface UserStatus {
|
|||||||
|
|
||||||
interface PrivilegeIcon {
|
interface PrivilegeIcon {
|
||||||
jumpUrl: string
|
jumpUrl: string
|
||||||
openIconList: any[]
|
openIconList: unknown[]
|
||||||
closeIconList: any[]
|
closeIconList: unknown[]
|
||||||
}
|
}
|
||||||
|
|
||||||
interface VasInfo {
|
interface VasInfo {
|
||||||
@@ -180,7 +180,7 @@ interface VasInfo {
|
|||||||
fontEffect: number
|
fontEffect: number
|
||||||
newLoverDiamondFlag: number
|
newLoverDiamondFlag: number
|
||||||
extendNameplateId: number
|
extendNameplateId: number
|
||||||
diyNameplateIDs: any[]
|
diyNameplateIDs: unknown[]
|
||||||
vipStartFlag: number
|
vipStartFlag: number
|
||||||
vipDataFlag: number
|
vipDataFlag: number
|
||||||
gameNameplateId: string
|
gameNameplateId: string
|
||||||
@@ -200,8 +200,8 @@ export interface SimpleInfo {
|
|||||||
status: UserStatus | null
|
status: UserStatus | null
|
||||||
vasInfo: VasInfo | null
|
vasInfo: VasInfo | null
|
||||||
relationFlags: RelationFlags | null
|
relationFlags: RelationFlags | null
|
||||||
otherFlags: any | null
|
otherFlags: unknown | null
|
||||||
intimate: any | null
|
intimate: unknown | null
|
||||||
}
|
}
|
||||||
|
|
||||||
interface RelationFlags {
|
interface RelationFlags {
|
||||||
@@ -241,7 +241,7 @@ interface CommonExt {
|
|||||||
address: string
|
address: string
|
||||||
regTime: number
|
regTime: number
|
||||||
interest: string
|
interest: string
|
||||||
labels: any[]
|
labels: string[]
|
||||||
qqLevel: QQLevel
|
qqLevel: QQLevel
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -323,12 +323,12 @@ export interface UserDetailInfoByUin {
|
|||||||
regTime: number
|
regTime: number
|
||||||
interest: string
|
interest: string
|
||||||
termType: number
|
termType: number
|
||||||
labels: any[]
|
labels: unknown[]
|
||||||
qqLevel: { crownNum: number, sunNum: number, moonNum: number, starNum: number }
|
qqLevel: { crownNum: number, sunNum: number, moonNum: number, starNum: number }
|
||||||
isHideQQLevel: number
|
isHideQQLevel: number
|
||||||
privilegeIcon: { jumpUrl: string, openIconList: any[], closeIconList: any[] }
|
privilegeIcon: { jumpUrl: string, openIconList: unknown[], closeIconList: unknown[] }
|
||||||
isHidePrivilegeIcon: number
|
isHidePrivilegeIcon: number
|
||||||
photoWall: { picList: any[] }
|
photoWall: { picList: unknown[] }
|
||||||
vipFlag: boolean
|
vipFlag: boolean
|
||||||
yearVipFlag: boolean
|
yearVipFlag: boolean
|
||||||
svipFlag: boolean
|
svipFlag: boolean
|
||||||
|
@@ -11,11 +11,11 @@ import {
|
|||||||
NodeIKernelTipOffService,
|
NodeIKernelTipOffService,
|
||||||
NodeIKernelSearchService
|
NodeIKernelSearchService
|
||||||
} from './services'
|
} from './services'
|
||||||
import os from 'node:os'
|
import { constants } from 'node:os'
|
||||||
|
import { Dict } from 'cosmokit'
|
||||||
const Process = require('node:process')
|
const Process = require('node:process')
|
||||||
|
|
||||||
export interface NodeIQQNTWrapperSession {
|
export interface NodeIQQNTWrapperSession {
|
||||||
[key: string]: any
|
|
||||||
getBuddyService(): NodeIKernelBuddyService
|
getBuddyService(): NodeIKernelBuddyService
|
||||||
getGroupService(): NodeIKernelGroupService
|
getGroupService(): NodeIKernelGroupService
|
||||||
getProfileService(): NodeIKernelProfileService
|
getProfileService(): NodeIKernelProfileService
|
||||||
@@ -35,19 +35,6 @@ export interface WrapperApi {
|
|||||||
|
|
||||||
export interface WrapperConstructor {
|
export interface WrapperConstructor {
|
||||||
[key: string]: any
|
[key: string]: any
|
||||||
NodeIKernelBuddyListener?: any
|
|
||||||
NodeIKernelGroupListener?: any
|
|
||||||
NodeQQNTWrapperUtil?: any
|
|
||||||
NodeIKernelMsgListener?: any
|
|
||||||
NodeIQQNTWrapperEngine?: any
|
|
||||||
NodeIGlobalAdapter?: any
|
|
||||||
NodeIDependsAdapter?: any
|
|
||||||
NodeIDispatcherAdapter?: any
|
|
||||||
NodeIKernelSessionListener?: any
|
|
||||||
NodeIKernelLoginService?: any
|
|
||||||
NodeIKernelLoginListener?: any
|
|
||||||
NodeIKernelProfileService?: any
|
|
||||||
NodeIKernelProfileListener?: any
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const wrapperApi: WrapperApi = {}
|
const wrapperApi: WrapperApi = {}
|
||||||
@@ -72,11 +59,11 @@ const constructor = [
|
|||||||
|
|
||||||
Process.dlopenOrig = Process.dlopen
|
Process.dlopenOrig = Process.dlopen
|
||||||
|
|
||||||
Process.dlopen = function (module, filename, flags = os.constants.dlopen.RTLD_LAZY) {
|
Process.dlopen = function (module: Dict, filename: string, flags = constants.dlopen.RTLD_LAZY) {
|
||||||
const dlopenRet = this.dlopenOrig(module, filename, flags)
|
const dlopenRet = this.dlopenOrig(module, filename, flags)
|
||||||
for (let export_name in module.exports) {
|
for (const export_name in module.exports) {
|
||||||
module.exports[export_name] = new Proxy(module.exports[export_name], {
|
module.exports[export_name] = new Proxy(module.exports[export_name], {
|
||||||
construct: (target, args, _newTarget) => {
|
construct: (target, args) => {
|
||||||
const ret = new target(...args)
|
const ret = new target(...args)
|
||||||
if (export_name === 'NodeIQQNTWrapperSession') wrapperApi.NodeIQQNTWrapperSession = ret
|
if (export_name === 'NodeIQQNTWrapperSession') wrapperApi.NodeIQQNTWrapperSession = ret
|
||||||
return ret
|
return ret
|
||||||
|
@@ -26,13 +26,13 @@ abstract class BaseAction<PayloadType, ReturnDataType> {
|
|||||||
try {
|
try {
|
||||||
const resData = await this._handle(payload)
|
const resData = await this._handle(payload)
|
||||||
return OB11Response.ok(resData)
|
return OB11Response.ok(resData)
|
||||||
} catch (e: any) {
|
} catch (e) {
|
||||||
this.ctx.logger.error('发生错误', e)
|
this.ctx.logger.error('发生错误', e)
|
||||||
return OB11Response.error(e?.toString() || e?.stack?.toString() || '未知错误,可能操作超时', 200)
|
return OB11Response.error(e?.toString() || (e as Error)?.stack?.toString() || '未知错误,可能操作超时', 200)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public async websocketHandle(payload: PayloadType, echo: any): Promise<OB11Return<ReturnDataType | null>> {
|
public async websocketHandle(payload: PayloadType, echo: unknown): Promise<OB11Return<ReturnDataType | null>> {
|
||||||
const result = await this.check(payload)
|
const result = await this.check(payload)
|
||||||
if (!result.valid) {
|
if (!result.valid) {
|
||||||
return OB11Response.error(result.message, 1400)
|
return OB11Response.error(result.message, 1400)
|
||||||
@@ -40,9 +40,9 @@ abstract class BaseAction<PayloadType, ReturnDataType> {
|
|||||||
try {
|
try {
|
||||||
const resData = await this._handle(payload)
|
const resData = await this._handle(payload)
|
||||||
return OB11Response.ok(resData, echo)
|
return OB11Response.ok(resData, echo)
|
||||||
} catch (e: any) {
|
} catch (e) {
|
||||||
this.ctx.logger.error('发生错误', e)
|
this.ctx.logger.error('发生错误', e)
|
||||||
return OB11Response.error(e.stack?.toString() || e.toString(), 1200, echo)
|
return OB11Response.error((e as Error)?.stack?.toString() || String(e), 1200, echo)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -13,16 +13,16 @@ export class OB11Response {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static ok<T>(data: T, echo: any = null) {
|
static ok<T>(data: T, echo?: unknown) {
|
||||||
let res = OB11Response.res<T>(data, 'ok', 0)
|
const res = OB11Response.res<T>(data, 'ok', 0)
|
||||||
if (!isNullable(echo)) {
|
if (!isNullable(echo)) {
|
||||||
res.echo = echo
|
res.echo = echo
|
||||||
}
|
}
|
||||||
return res
|
return res
|
||||||
}
|
}
|
||||||
|
|
||||||
static error(err: string, retcode: number, echo: any = null) {
|
static error(err: string, retcode: number, echo?: unknown) {
|
||||||
let res = OB11Response.res(null, 'failed', retcode, err)
|
const res = OB11Response.res(null, 'failed', retcode, err)
|
||||||
if (!isNullable(echo)) {
|
if (!isNullable(echo)) {
|
||||||
res.echo = echo
|
res.echo = echo
|
||||||
}
|
}
|
||||||
|
@@ -1,6 +1,5 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import BaseAction from '../BaseAction'
|
||||||
import fsPromise from 'node:fs/promises'
|
import fsPromise from 'node:fs/promises'
|
||||||
import { getConfigUtil } from '@/common/config'
|
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { Peer, ElementType } from '@/ntqqapi/types'
|
import { Peer, ElementType } from '@/ntqqapi/types'
|
||||||
import { MessageUnique } from '@/common/utils/messageUnique'
|
import { MessageUnique } from '@/common/utils/messageUnique'
|
||||||
@@ -20,7 +19,7 @@ export interface GetFileResponse {
|
|||||||
export abstract class GetFileBase extends BaseAction<GetFilePayload, GetFileResponse> {
|
export abstract class GetFileBase extends BaseAction<GetFilePayload, GetFileResponse> {
|
||||||
// forked from https://github.com/NapNeko/NapCatQQ/blob/6f6b258f22d7563f15d84e7172c4d4cbb547f47e/src/onebot11/action/file/GetFile.ts#L44
|
// forked from https://github.com/NapNeko/NapCatQQ/blob/6f6b258f22d7563f15d84e7172c4d4cbb547f47e/src/onebot11/action/file/GetFile.ts#L44
|
||||||
protected async _handle(payload: GetFilePayload): Promise<GetFileResponse> {
|
protected async _handle(payload: GetFilePayload): Promise<GetFileResponse> {
|
||||||
const { enableLocalFile2Url } = getConfigUtil().getConfig()
|
const { enableLocalFile2Url } = this.adapter.config
|
||||||
|
|
||||||
let fileCache = await MessageUnique.getFileCacheById(String(payload.file))
|
let fileCache = await MessageUnique.getFileCacheById(String(payload.file))
|
||||||
if (!fileCache?.length) {
|
if (!fileCache?.length) {
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
import { GetFileBase, GetFilePayload, GetFileResponse } from './GetFile'
|
import { GetFileBase, GetFilePayload, GetFileResponse } from './GetFile'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { decodeSilk } from '@/common/utils/audio'
|
import { decodeSilk } from '@/common/utils/audio'
|
||||||
import { getConfigUtil } from '@/common/config'
|
|
||||||
import path from 'node:path'
|
import path from 'node:path'
|
||||||
import fs from 'node:fs'
|
import fs from 'node:fs'
|
||||||
|
|
||||||
@@ -13,11 +12,11 @@ export default class GetRecord extends GetFileBase {
|
|||||||
actionName = ActionName.GetRecord
|
actionName = ActionName.GetRecord
|
||||||
|
|
||||||
protected async _handle(payload: Payload): Promise<GetFileResponse> {
|
protected async _handle(payload: Payload): Promise<GetFileResponse> {
|
||||||
let res = await super._handle(payload)
|
const res = await super._handle(payload)
|
||||||
res.file = await decodeSilk(this.ctx, res.file!, payload.out_format)
|
res.file = await decodeSilk(this.ctx, res.file!, payload.out_format)
|
||||||
res.file_name = path.basename(res.file)
|
res.file_name = path.basename(res.file)
|
||||||
res.file_size = fs.statSync(res.file).size.toString()
|
res.file_size = fs.statSync(res.file).size.toString()
|
||||||
if (getConfigUtil().getConfig().enableLocalFile2Url) {
|
if (this.adapter.config.enableLocalFile2Url) {
|
||||||
res.base64 = fs.readFileSync(res.file, 'base64')
|
res.base64 = fs.readFileSync(res.file, 'base64')
|
||||||
}
|
}
|
||||||
return res
|
return res
|
||||||
|
17
src/onebot11/action/go-cqhttp/CreateGroupFileFolder.ts
Normal file
17
src/onebot11/action/go-cqhttp/CreateGroupFileFolder.ts
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
import BaseAction from '../BaseAction'
|
||||||
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
|
interface Payload {
|
||||||
|
group_id: number | string
|
||||||
|
name: string
|
||||||
|
parent_id?: '/'
|
||||||
|
}
|
||||||
|
|
||||||
|
export class CreateGroupFileFolder extends BaseAction<Payload, null> {
|
||||||
|
actionName = ActionName.GoCQHTTP_CreateGroupFileFolder
|
||||||
|
|
||||||
|
async _handle(payload: Payload) {
|
||||||
|
await this.ctx.ntGroupApi.createGroupFileFolder(payload.group_id.toString(), payload.name)
|
||||||
|
return null
|
||||||
|
}
|
||||||
|
}
|
@@ -6,10 +6,10 @@ interface Payload {
|
|||||||
message_id: number | string
|
message_id: number | string
|
||||||
}
|
}
|
||||||
|
|
||||||
export default class GoCQHTTPDelEssenceMsg extends BaseAction<Payload, any> {
|
export class DelEssenceMsg extends BaseAction<Payload, unknown> {
|
||||||
actionName = ActionName.GoCQHTTP_DelEssenceMsg;
|
actionName = ActionName.GoCQHTTP_DelEssenceMsg
|
||||||
|
|
||||||
protected async _handle(payload: Payload): Promise<any> {
|
protected async _handle(payload: Payload) {
|
||||||
if (!payload.message_id) {
|
if (!payload.message_id) {
|
||||||
throw Error('message_id不能为空')
|
throw Error('message_id不能为空')
|
||||||
}
|
}
|
||||||
|
@@ -2,15 +2,16 @@ import BaseAction from '../BaseAction'
|
|||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
group_id: string | number
|
group_id: string | number
|
||||||
file_id: string
|
file_id: string
|
||||||
busid?: 102
|
busid?: 102
|
||||||
}
|
}
|
||||||
|
|
||||||
export class GoCQHTTPDelGroupFile extends BaseAction<Payload, void> {
|
export class DelGroupFile extends BaseAction<Payload, null> {
|
||||||
actionName = ActionName.GoCQHTTP_DelGroupFile
|
actionName = ActionName.GoCQHTTP_DelGroupFile
|
||||||
|
|
||||||
async _handle(payload: Payload) {
|
async _handle(payload: Payload) {
|
||||||
await this.ctx.ntGroupApi.delGroupFile(payload.group_id.toString(), [payload.file_id])
|
await this.ctx.ntGroupApi.deleteGroupFile(payload.group_id.toString(), [payload.file_id])
|
||||||
}
|
return null
|
||||||
|
}
|
||||||
}
|
}
|
16
src/onebot11/action/go-cqhttp/DelGroupFolder.ts
Normal file
16
src/onebot11/action/go-cqhttp/DelGroupFolder.ts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
import BaseAction from '../BaseAction'
|
||||||
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
|
interface Payload {
|
||||||
|
group_id: number | string
|
||||||
|
folder_id: string
|
||||||
|
}
|
||||||
|
|
||||||
|
export class DelGroupFolder extends BaseAction<Payload, null> {
|
||||||
|
actionName = ActionName.GoCQHTTP_DelGroupFolder
|
||||||
|
|
||||||
|
async _handle(payload: Payload) {
|
||||||
|
await this.ctx.ntGroupApi.deleteGroupFileFolder(payload.group_id.toString(), payload.folder_id)
|
||||||
|
return null
|
||||||
|
}
|
||||||
|
}
|
@@ -6,6 +6,7 @@ import { ActionName } from '../types'
|
|||||||
import { calculateFileMD5, fetchFile } from '@/common/utils'
|
import { calculateFileMD5, fetchFile } from '@/common/utils'
|
||||||
import { TEMP_DIR } from '@/common/globalVars'
|
import { TEMP_DIR } from '@/common/globalVars'
|
||||||
import { randomUUID } from 'node:crypto'
|
import { randomUUID } from 'node:crypto'
|
||||||
|
import { Dict } from 'cosmokit'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
thread_count?: number
|
thread_count?: number
|
||||||
@@ -19,7 +20,7 @@ interface FileResponse {
|
|||||||
file: string
|
file: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export default class GoCQHTTPDownloadFile extends BaseAction<Payload, FileResponse> {
|
export class DownloadFile extends BaseAction<Payload, FileResponse> {
|
||||||
actionName = ActionName.GoCQHTTP_DownloadFile
|
actionName = ActionName.GoCQHTTP_DownloadFile
|
||||||
|
|
||||||
protected async _handle(payload: Payload): Promise<FileResponse> {
|
protected async _handle(payload: Payload): Promise<FileResponse> {
|
||||||
@@ -51,7 +52,7 @@ export default class GoCQHTTPDownloadFile extends BaseAction<Payload, FileRespon
|
|||||||
}
|
}
|
||||||
|
|
||||||
getHeaders(headersIn?: string | string[]): Record<string, string> {
|
getHeaders(headersIn?: string | string[]): Record<string, string> {
|
||||||
const headers = {}
|
const headers: Dict = {}
|
||||||
if (typeof headersIn == 'string') {
|
if (typeof headersIn == 'string') {
|
||||||
headersIn = headersIn.split('[\\r\\n]')
|
headersIn = headersIn.split('[\\r\\n]')
|
||||||
}
|
}
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import BaseAction from '../BaseAction'
|
||||||
import { OB11ForwardMessage, OB11Message, OB11MessageData } from '../../types'
|
import { OB11ForwardMessage } from '../../types'
|
||||||
import { OB11Constructor } from '../../constructor'
|
import { OB11Entities } from '../../entities'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { MessageUnique } from '@/common/utils/messageUnique'
|
import { MessageUnique } from '@/common/utils/messageUnique'
|
||||||
|
|
||||||
@@ -10,12 +10,12 @@ interface Payload {
|
|||||||
}
|
}
|
||||||
|
|
||||||
interface Response {
|
interface Response {
|
||||||
messages: (OB11Message & { content: OB11MessageData })[]
|
messages: OB11ForwardMessage[]
|
||||||
}
|
}
|
||||||
|
|
||||||
export class GoCQHTTGetForwardMsgAction extends BaseAction<Payload, Response> {
|
export class GetForwardMsg extends BaseAction<Payload, Response> {
|
||||||
actionName = ActionName.GoCQHTTP_GetForwardMsg
|
actionName = ActionName.GoCQHTTP_GetForwardMsg
|
||||||
protected async _handle(payload: Payload): Promise<any> {
|
protected async _handle(payload: Payload) {
|
||||||
const msgId = payload.id || payload.message_id
|
const msgId = payload.id || payload.message_id
|
||||||
if (!msgId) {
|
if (!msgId) {
|
||||||
throw Error('message_id不能为空')
|
throw Error('message_id不能为空')
|
||||||
@@ -32,19 +32,20 @@ export class GoCQHTTGetForwardMsgAction extends BaseAction<Payload, Response> {
|
|||||||
const msgList = data.msgList
|
const msgList = data.msgList
|
||||||
const messages = await Promise.all(
|
const messages = await Promise.all(
|
||||||
msgList.map(async (msg) => {
|
msgList.map(async (msg) => {
|
||||||
const resMsg = await OB11Constructor.message(this.ctx, msg)
|
const resMsg = await OB11Entities.message(this.ctx, msg)
|
||||||
resMsg.message_id = MessageUnique.createMsg({
|
resMsg.message_id = MessageUnique.createMsg({
|
||||||
chatType: msg.chatType,
|
chatType: msg.chatType,
|
||||||
peerUid: msg.peerUid,
|
peerUid: msg.peerUid,
|
||||||
}, msg.msgId)!
|
}, msg.msgId)
|
||||||
return resMsg
|
return resMsg
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
messages.map(v => {
|
const forwardMessages = messages.map(v => {
|
||||||
const msg = v as Partial<OB11ForwardMessage>
|
const msg = v as Partial<OB11ForwardMessage>
|
||||||
msg.content = msg.message
|
msg.content = msg.message
|
||||||
delete msg.message
|
delete msg.message
|
||||||
|
return msg as OB11ForwardMessage
|
||||||
})
|
})
|
||||||
return { messages }
|
return { messages: forwardMessages }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
25
src/onebot11/action/go-cqhttp/GetGroupAtAllRemain.ts
Normal file
25
src/onebot11/action/go-cqhttp/GetGroupAtAllRemain.ts
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
import BaseAction from '../BaseAction'
|
||||||
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
|
interface Payload {
|
||||||
|
group_id: number | string
|
||||||
|
}
|
||||||
|
|
||||||
|
interface Response {
|
||||||
|
can_at_all: boolean
|
||||||
|
remain_at_all_count_for_group: number
|
||||||
|
remain_at_all_count_for_uin: number
|
||||||
|
}
|
||||||
|
|
||||||
|
export class GetGroupAtAllRemain extends BaseAction<Payload, Response> {
|
||||||
|
actionName = ActionName.GoCQHTTP_GetGroupAtAllRemain
|
||||||
|
|
||||||
|
async _handle(payload: Payload) {
|
||||||
|
const data = await this.ctx.ntGroupApi.getGroupRemainAtTimes(payload.group_id.toString())
|
||||||
|
return {
|
||||||
|
can_at_all: data.atInfo.canAtAll,
|
||||||
|
remain_at_all_count_for_group: data.atInfo.RemainAtAllCountForGroup,
|
||||||
|
remain_at_all_count_for_uin: data.atInfo.RemainAtAllCountForUin
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@@ -2,14 +2,14 @@ import BaseAction from '../BaseAction'
|
|||||||
import { OB11Message } from '../../types'
|
import { OB11Message } from '../../types'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { ChatType } from '@/ntqqapi/types'
|
import { ChatType } from '@/ntqqapi/types'
|
||||||
import { OB11Constructor } from '../../constructor'
|
import { OB11Entities } from '../../entities'
|
||||||
import { RawMessage } from '@/ntqqapi/types'
|
import { RawMessage } from '@/ntqqapi/types'
|
||||||
import { MessageUnique } from '@/common/utils/messageUnique'
|
import { MessageUnique } from '@/common/utils/messageUnique'
|
||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
group_id: number | string
|
group_id: number | string
|
||||||
message_seq?: number
|
message_seq?: number | string
|
||||||
count?: number
|
count?: number | string
|
||||||
reverseOrder?: boolean
|
reverseOrder?: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ interface Response {
|
|||||||
messages: OB11Message[]
|
messages: OB11Message[]
|
||||||
}
|
}
|
||||||
|
|
||||||
export default class GoCQHTTPGetGroupMsgHistory extends BaseAction<Payload, Response> {
|
export class GetGroupMsgHistory extends BaseAction<Payload, Response> {
|
||||||
actionName = ActionName.GoCQHTTP_GetGroupMsgHistory
|
actionName = ActionName.GoCQHTTP_GetGroupMsgHistory
|
||||||
|
|
||||||
protected async _handle(payload: Payload): Promise<Response> {
|
protected async _handle(payload: Payload): Promise<Response> {
|
||||||
@@ -27,20 +27,20 @@ export default class GoCQHTTPGetGroupMsgHistory extends BaseAction<Payload, Resp
|
|||||||
let msgList: RawMessage[] | undefined
|
let msgList: RawMessage[] | undefined
|
||||||
// 包含 message_seq 0
|
// 包含 message_seq 0
|
||||||
if (!payload.message_seq) {
|
if (!payload.message_seq) {
|
||||||
msgList = (await this.ctx.ntMsgApi.getLastestMsgByUids(peer, count))?.msgList
|
msgList = (await this.ctx.ntMsgApi.getAioFirstViewLatestMsgs(peer, +count)).msgList
|
||||||
} else {
|
} else {
|
||||||
const startMsgId = (await MessageUnique.getMsgIdAndPeerByShortId(payload.message_seq))?.MsgId
|
const startMsgId = (await MessageUnique.getMsgIdAndPeerByShortId(+payload.message_seq))?.MsgId
|
||||||
if (!startMsgId) throw `消息${payload.message_seq}不存在`
|
if (!startMsgId) throw new Error(`消息${payload.message_seq}不存在`)
|
||||||
msgList = (await this.ctx.ntMsgApi.getMsgHistory(peer, startMsgId, count)).msgList
|
msgList = (await this.ctx.ntMsgApi.getMsgHistory(peer, startMsgId, +count)).msgList
|
||||||
}
|
}
|
||||||
if (!msgList?.length) throw '未找到消息'
|
if (!msgList?.length) throw new Error('未找到消息')
|
||||||
if (isReverseOrder) msgList.reverse()
|
if (isReverseOrder) msgList.reverse()
|
||||||
await Promise.all(
|
await Promise.all(
|
||||||
msgList.map(async msg => {
|
msgList.map(async msg => {
|
||||||
msg.msgShortId = MessageUnique.createMsg({ chatType: msg.chatType, peerUid: msg.peerUid }, msg.msgId)
|
msg.msgShortId = MessageUnique.createMsg({ chatType: msg.chatType, peerUid: msg.peerUid }, msg.msgId)
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
const ob11MsgList = await Promise.all(msgList.map((msg) => OB11Constructor.message(this.ctx, msg)))
|
const ob11MsgList = await Promise.all(msgList.map((msg) => OB11Entities.message(this.ctx, msg)))
|
||||||
return { messages: ob11MsgList }
|
return { messages: ob11MsgList }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
62
src/onebot11/action/go-cqhttp/GetGroupRootFiles.ts
Normal file
62
src/onebot11/action/go-cqhttp/GetGroupRootFiles.ts
Normal file
@@ -0,0 +1,62 @@
|
|||||||
|
import BaseAction from '../BaseAction'
|
||||||
|
import { ActionName } from '../types'
|
||||||
|
import { OB11GroupFile, OB11GroupFileFolder } from '../../types'
|
||||||
|
|
||||||
|
interface Payload {
|
||||||
|
group_id: string | number
|
||||||
|
file_count: string | number
|
||||||
|
}
|
||||||
|
|
||||||
|
interface Response {
|
||||||
|
files: OB11GroupFile[]
|
||||||
|
folders: OB11GroupFileFolder[]
|
||||||
|
}
|
||||||
|
|
||||||
|
export class GetGroupRootFiles extends BaseAction<Payload, Response> {
|
||||||
|
actionName = ActionName.GoCQHTTP_GetGroupRootFiles
|
||||||
|
|
||||||
|
async _handle(payload: Payload) {
|
||||||
|
const data = await this.ctx.ntGroupApi.getGroupFileList(payload.group_id.toString(), {
|
||||||
|
sortType: 1,
|
||||||
|
fileCount: +(payload.file_count ?? 50),
|
||||||
|
startIndex: 0,
|
||||||
|
sortOrder: 2,
|
||||||
|
showOnlinedocFolder: 0,
|
||||||
|
})
|
||||||
|
|
||||||
|
this.ctx.logger.info(data)
|
||||||
|
|
||||||
|
return {
|
||||||
|
files: data.filter(item => item.fileInfo)
|
||||||
|
.map(item => {
|
||||||
|
const file = item.fileInfo!
|
||||||
|
return {
|
||||||
|
group_id: +item.peerId,
|
||||||
|
file_id: file.fileId,
|
||||||
|
file_name: file.fileName,
|
||||||
|
busid: file.busId,
|
||||||
|
file_size: +file.fileSize,
|
||||||
|
upload_time: file.uploadTime,
|
||||||
|
dead_time: file.deadTime,
|
||||||
|
modify_time: file.modifyTime,
|
||||||
|
download_times: file.downloadTimes,
|
||||||
|
uploader: +file.uploaderUin,
|
||||||
|
uploader_name: file.uploaderName
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
folders: data.filter(item => item.folderInfo)
|
||||||
|
.map(item => {
|
||||||
|
const folder = item.folderInfo!
|
||||||
|
return {
|
||||||
|
group_id: +item.peerId,
|
||||||
|
folder_id: folder.folderId,
|
||||||
|
folder_name: folder.folderName,
|
||||||
|
create_time: folder.createTime,
|
||||||
|
creator: +folder.createUin,
|
||||||
|
creator_name: folder.creatorName,
|
||||||
|
total_file_count: folder.totalFileCount
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
59
src/onebot11/action/go-cqhttp/GetGroupSystemMsg.ts
Normal file
59
src/onebot11/action/go-cqhttp/GetGroupSystemMsg.ts
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
import BaseAction from '../BaseAction'
|
||||||
|
import { GroupNotifyStatus } from '@/ntqqapi/types'
|
||||||
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
|
interface Response {
|
||||||
|
invited_requests: {
|
||||||
|
request_id: number
|
||||||
|
invitor_uin: number
|
||||||
|
invitor_nick: string
|
||||||
|
group_id: number
|
||||||
|
group_name: string
|
||||||
|
checked: boolean
|
||||||
|
actor: number
|
||||||
|
}[]
|
||||||
|
join_requests: {
|
||||||
|
request_id: number
|
||||||
|
requester_uin: number
|
||||||
|
requester_nick: string
|
||||||
|
message: string
|
||||||
|
group_id: number
|
||||||
|
group_name: string
|
||||||
|
checked: boolean
|
||||||
|
actor: number
|
||||||
|
}[]
|
||||||
|
}
|
||||||
|
|
||||||
|
export class GetGroupSystemMsg extends BaseAction<void, Response> {
|
||||||
|
actionName = ActionName.GoCQHTTP_GetGroupSystemMsg
|
||||||
|
|
||||||
|
async _handle() {
|
||||||
|
const singleScreenNotifies = await this.ctx.ntGroupApi.getSingleScreenNotifies(10)
|
||||||
|
const data: Response = { invited_requests: [], join_requests: [] }
|
||||||
|
for (const notify of singleScreenNotifies) {
|
||||||
|
if (notify.type == 1) {
|
||||||
|
data.invited_requests.push({
|
||||||
|
request_id: +notify.seq,
|
||||||
|
invitor_uin: Number(await this.ctx.ntUserApi.getUinByUid(notify.user1.uid)),
|
||||||
|
invitor_nick: notify.user1.nickName,
|
||||||
|
group_id: +notify.group.groupCode,
|
||||||
|
group_name: notify.group.groupName,
|
||||||
|
checked: notify.status !== GroupNotifyStatus.KUNHANDLE,
|
||||||
|
actor: notify.user2?.uid ? Number(await this.ctx.ntUserApi.getUinByUid(notify.user2.uid)) : 0
|
||||||
|
})
|
||||||
|
} else if (notify.type == 7) {
|
||||||
|
data.join_requests.push({
|
||||||
|
request_id: +notify.seq,
|
||||||
|
requester_uin: Number(await this.ctx.ntUserApi.getUinByUid(notify.user1.uid)),
|
||||||
|
requester_nick: notify.user1.nickName,
|
||||||
|
message: notify.postscript,
|
||||||
|
group_id: +notify.group.groupCode,
|
||||||
|
group_name: notify.group.groupName,
|
||||||
|
checked: notify.status !== GroupNotifyStatus.KUNHANDLE,
|
||||||
|
actor: notify.user2?.uid ? Number(await this.ctx.ntUserApi.getUinByUid(notify.user2.uid)) : 0
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return data
|
||||||
|
}
|
||||||
|
}
|
@@ -1,6 +1,6 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import BaseAction from '../BaseAction'
|
||||||
import { OB11User } from '../../types'
|
import { OB11User } from '../../types'
|
||||||
import { OB11Constructor } from '../../constructor'
|
import { OB11Entities } from '../../entities'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { getBuildVersion } from '@/common/utils'
|
import { getBuildVersion } from '@/common/utils'
|
||||||
import { OB11UserSex } from '../../types'
|
import { OB11UserSex } from '../../types'
|
||||||
@@ -10,7 +10,7 @@ interface Payload {
|
|||||||
user_id: number | string
|
user_id: number | string
|
||||||
}
|
}
|
||||||
|
|
||||||
export default class GoCQHTTPGetStrangerInfo extends BaseAction<Payload, OB11User> {
|
export class GetStrangerInfo extends BaseAction<Payload, OB11User> {
|
||||||
actionName = ActionName.GoCQHTTP_GetStrangerInfo
|
actionName = ActionName.GoCQHTTP_GetStrangerInfo
|
||||||
|
|
||||||
protected async _handle(payload: Payload): Promise<OB11User> {
|
protected async _handle(payload: Payload): Promise<OB11User> {
|
||||||
@@ -33,7 +33,7 @@ export default class GoCQHTTPGetStrangerInfo extends BaseAction<Payload, OB11Use
|
|||||||
return ret
|
return ret
|
||||||
}
|
}
|
||||||
const data = { ...extendData, ...(await this.ctx.ntUserApi.getUserDetailInfo(uid)) }
|
const data = { ...extendData, ...(await this.ctx.ntUserApi.getUserDetailInfo(uid)) }
|
||||||
return OB11Constructor.stranger(data)
|
return OB11Entities.stranger(data)
|
||||||
} else {
|
} else {
|
||||||
const user_id = payload.user_id.toString()
|
const user_id = payload.user_id.toString()
|
||||||
const extendData = await this.ctx.ntUserApi.getUserDetailInfoByUinV2(user_id)
|
const extendData = await this.ctx.ntUserApi.getUserDetailInfoByUinV2(user_id)
|
||||||
@@ -52,7 +52,7 @@ export default class GoCQHTTPGetStrangerInfo extends BaseAction<Payload, OB11Use
|
|||||||
return ret
|
return ret
|
||||||
}
|
}
|
||||||
const data = { ...extendData, ...(await this.ctx.ntUserApi.getUserDetailInfo(uid)) }
|
const data = { ...extendData, ...(await this.ctx.ntUserApi.getUserDetailInfo(uid)) }
|
||||||
return OB11Constructor.stranger(data)
|
return OB11Entities.stranger(data)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -5,10 +5,10 @@ interface Payload {
|
|||||||
message_id: number
|
message_id: number
|
||||||
}
|
}
|
||||||
|
|
||||||
export default class GoCQHTTPMarkMsgAsRead extends BaseAction<Payload, null> {
|
export class MarkMsgAsRead extends BaseAction<Payload, null> {
|
||||||
actionName = ActionName.GoCQHTTP_MarkMsgAsRead
|
actionName = ActionName.GoCQHTTP_MarkMsgAsRead
|
||||||
|
|
||||||
protected async _handle(payload: Payload): Promise<null> {
|
protected async _handle() {
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -7,7 +7,7 @@ interface Payload {
|
|||||||
operation: QuickOperation
|
operation: QuickOperation
|
||||||
}
|
}
|
||||||
|
|
||||||
export class GoCQHTTHandleQuickOperation extends BaseAction<Payload, null> {
|
export class HandleQuickOperation extends BaseAction<Payload, null> {
|
||||||
actionName = ActionName.GoCQHTTP_HandleQuickOperation
|
actionName = ActionName.GoCQHTTP_HandleQuickOperation
|
||||||
protected async _handle(payload: Payload): Promise<null> {
|
protected async _handle(payload: Payload): Promise<null> {
|
||||||
handleQuickOperation(this.ctx, payload.context, payload.operation).catch(e => this.ctx.logger.error(e))
|
handleQuickOperation(this.ctx, payload.context, payload.operation).catch(e => this.ctx.logger.error(e))
|
||||||
|
@@ -3,7 +3,7 @@ import { OB11PostSendMsg } from '../../types'
|
|||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { convertMessage2List } from '../../helper/createMessage'
|
import { convertMessage2List } from '../../helper/createMessage'
|
||||||
|
|
||||||
export class GoCQHTTPSendForwardMsg extends SendMsg {
|
export class SendForwardMsg extends SendMsg {
|
||||||
actionName = ActionName.GoCQHTTP_SendForwardMsg
|
actionName = ActionName.GoCQHTTP_SendForwardMsg
|
||||||
|
|
||||||
protected async check(payload: OB11PostSendMsg) {
|
protected async check(payload: OB11PostSendMsg) {
|
||||||
@@ -12,10 +12,10 @@ export class GoCQHTTPSendForwardMsg extends SendMsg {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export class GoCQHTTPSendPrivateForwardMsg extends GoCQHTTPSendForwardMsg {
|
export class SendPrivateForwardMsg extends SendForwardMsg {
|
||||||
actionName = ActionName.GoCQHTTP_SendPrivateForwardMsg
|
actionName = ActionName.GoCQHTTP_SendPrivateForwardMsg
|
||||||
}
|
}
|
||||||
|
|
||||||
export class GoCQHTTPSendGroupForwardMsg extends GoCQHTTPSendForwardMsg {
|
export class SendGroupForwardMsg extends SendForwardMsg {
|
||||||
actionName = ActionName.GoCQHTTP_SendGroupForwardMsg
|
actionName = ActionName.GoCQHTTP_SendGroupForwardMsg
|
||||||
}
|
}
|
||||||
|
37
src/onebot11/action/go-cqhttp/SendGroupNotice.ts
Normal file
37
src/onebot11/action/go-cqhttp/SendGroupNotice.ts
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
import BaseAction from '../BaseAction'
|
||||||
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
|
interface Payload {
|
||||||
|
group_id: number | string
|
||||||
|
content: string
|
||||||
|
image?: string
|
||||||
|
pinned?: number | string //扩展
|
||||||
|
confirm_required?: number | string //扩展
|
||||||
|
}
|
||||||
|
|
||||||
|
export class SendGroupNotice extends BaseAction<Payload, null> {
|
||||||
|
actionName = ActionName.GoCQHTTP_SendGroupNotice
|
||||||
|
|
||||||
|
async _handle(payload: Payload) {
|
||||||
|
const type = 1
|
||||||
|
const isShowEditCard = 0
|
||||||
|
const tipWindowType = 0
|
||||||
|
const pinned = Number(payload.pinned ?? 0)
|
||||||
|
const confirmRequired = Number(payload.confirm_required ?? 1)
|
||||||
|
|
||||||
|
const result = await this.ctx.ntWebApi.setGroupNotice({
|
||||||
|
groupCode: payload.group_id.toString(),
|
||||||
|
content: payload.content,
|
||||||
|
pinned,
|
||||||
|
type,
|
||||||
|
isShowEditCard,
|
||||||
|
tipWindowType,
|
||||||
|
confirmRequired,
|
||||||
|
picId: ''
|
||||||
|
})
|
||||||
|
if (result.ec !== 0) {
|
||||||
|
throw new Error(`设置群公告失败, 错误信息: ${result.em}`)
|
||||||
|
}
|
||||||
|
return null
|
||||||
|
}
|
||||||
|
}
|
@@ -6,10 +6,10 @@ interface Payload {
|
|||||||
message_id: number | string
|
message_id: number | string
|
||||||
}
|
}
|
||||||
|
|
||||||
export default class GoCQHTTPSetEssenceMsg extends BaseAction<Payload, any> {
|
export class SetEssenceMsg extends BaseAction<Payload, unknown> {
|
||||||
actionName = ActionName.GoCQHTTP_SetEssenceMsg;
|
actionName = ActionName.GoCQHTTP_SetEssenceMsg
|
||||||
|
|
||||||
protected async _handle(payload: Payload): Promise<any> {
|
protected async _handle(payload: Payload) {
|
||||||
if (!payload.message_id) {
|
if (!payload.message_id) {
|
||||||
throw Error('message_id不能为空')
|
throw Error('message_id不能为空')
|
||||||
}
|
}
|
||||||
|
@@ -1,25 +1,23 @@
|
|||||||
import fs from 'node:fs'
|
import fs from 'node:fs'
|
||||||
import BaseAction from '../BaseAction'
|
import BaseAction from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { SendMsgElementConstructor } from '@/ntqqapi/constructor'
|
import { SendElementEntities } from '@/ntqqapi/entities'
|
||||||
import { ChatType, SendFileElement } from '@/ntqqapi/types'
|
import { SendFileElement } from '@/ntqqapi/types'
|
||||||
import { uri2local } from '@/common/utils'
|
import { uri2local } from '@/common/utils'
|
||||||
import { Peer } from '@/ntqqapi/types'
|
import { sendMsg, createPeer, CreatePeerMode } from '../../helper/createMessage'
|
||||||
import { sendMsg } from '../../helper/createMessage'
|
|
||||||
|
|
||||||
interface Payload {
|
interface UploadGroupFilePayload {
|
||||||
user_id: number | string
|
group_id: number | string
|
||||||
group_id?: number | string
|
|
||||||
file: string
|
file: string
|
||||||
name: string
|
name: string
|
||||||
folder?: string
|
folder?: string
|
||||||
folder_id?: string
|
folder_id?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export class GoCQHTTPUploadGroupFile extends BaseAction<Payload, null> {
|
export class UploadGroupFile extends BaseAction<UploadGroupFilePayload, null> {
|
||||||
actionName = ActionName.GoCQHTTP_UploadGroupFile
|
actionName = ActionName.GoCQHTTP_UploadGroupFile
|
||||||
|
|
||||||
protected async _handle(payload: Payload): Promise<null> {
|
protected async _handle(payload: UploadGroupFilePayload): Promise<null> {
|
||||||
let file = payload.file
|
let file = payload.file
|
||||||
if (fs.existsSync(file)) {
|
if (fs.existsSync(file)) {
|
||||||
file = `file://${file}`
|
file = `file://${file}`
|
||||||
@@ -28,41 +26,33 @@ export class GoCQHTTPUploadGroupFile extends BaseAction<Payload, null> {
|
|||||||
if (!downloadResult.success) {
|
if (!downloadResult.success) {
|
||||||
throw new Error(downloadResult.errMsg)
|
throw new Error(downloadResult.errMsg)
|
||||||
}
|
}
|
||||||
const sendFileEle = await SendMsgElementConstructor.file(this.ctx, downloadResult.path, payload.name, payload.folder_id)
|
const sendFileEle = await SendElementEntities.file(this.ctx, downloadResult.path, payload.name, payload.folder_id)
|
||||||
await sendMsg(this.ctx, {
|
const peer = await createPeer(this.ctx, payload, CreatePeerMode.Group)
|
||||||
chatType: ChatType.group,
|
await sendMsg(this.ctx, peer, [sendFileEle], [], true)
|
||||||
peerUid: payload.group_id?.toString()!,
|
return null
|
||||||
}, [sendFileEle], [], true)
|
}
|
||||||
return null
|
}
|
||||||
}
|
|
||||||
}
|
interface UploadPrivateFilePayload {
|
||||||
|
user_id: number | string
|
||||||
export class GoCQHTTPUploadPrivateFile extends BaseAction<Payload, null> {
|
file: string
|
||||||
actionName = ActionName.GoCQHTTP_UploadPrivateFile
|
name: string
|
||||||
|
}
|
||||||
async getPeer(payload: Payload): Promise<Peer> {
|
|
||||||
if (payload.user_id) {
|
export class UploadPrivateFile extends BaseAction<UploadPrivateFilePayload, null> {
|
||||||
const peerUid = await this.ctx.ntUserApi.getUidByUin(payload.user_id.toString())
|
actionName = ActionName.GoCQHTTP_UploadPrivateFile
|
||||||
if (!peerUid) {
|
|
||||||
throw `私聊${payload.user_id}不存在`
|
protected async _handle(payload: UploadPrivateFilePayload): Promise<null> {
|
||||||
}
|
const peer = await createPeer(this.ctx, payload, CreatePeerMode.Private)
|
||||||
const isBuddy = await this.ctx.ntFriendApi.isBuddy(peerUid)
|
let file = payload.file
|
||||||
return { chatType: isBuddy ? ChatType.friend : ChatType.temp, peerUid }
|
if (fs.existsSync(file)) {
|
||||||
}
|
file = `file://${file}`
|
||||||
throw '缺少参数 user_id'
|
}
|
||||||
}
|
const downloadResult = await uri2local(file)
|
||||||
|
if (!downloadResult.success) {
|
||||||
protected async _handle(payload: Payload): Promise<null> {
|
throw new Error(downloadResult.errMsg)
|
||||||
const peer = await this.getPeer(payload)
|
}
|
||||||
let file = payload.file
|
const sendFileEle: SendFileElement = await SendElementEntities.file(this.ctx, downloadResult.path, payload.name)
|
||||||
if (fs.existsSync(file)) {
|
|
||||||
file = `file://${file}`
|
|
||||||
}
|
|
||||||
const downloadResult = await uri2local(file)
|
|
||||||
if (!downloadResult.success) {
|
|
||||||
throw new Error(downloadResult.errMsg)
|
|
||||||
}
|
|
||||||
const sendFileEle: SendFileElement = await SendMsgElementConstructor.file(this.ctx, downloadResult.path, payload.name)
|
|
||||||
await sendMsg(this.ctx, peer, [sendFileEle], [], true)
|
await sendMsg(this.ctx, peer, [sendFileEle], [], true)
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
@@ -10,7 +10,7 @@ interface PayloadType {
|
|||||||
export class GetGroupEssence extends BaseAction<PayloadType, GroupEssenceMsgRet | void> {
|
export class GetGroupEssence extends BaseAction<PayloadType, GroupEssenceMsgRet | void> {
|
||||||
actionName = ActionName.GoCQHTTP_GetEssenceMsg
|
actionName = ActionName.GoCQHTTP_GetEssenceMsg
|
||||||
|
|
||||||
protected async _handle(payload: PayloadType) {
|
protected async _handle() {
|
||||||
throw '此 api 暂不支持'
|
throw '此 api 暂不支持'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -7,11 +7,10 @@ interface Payload {
|
|||||||
type?: WebHonorType
|
type?: WebHonorType
|
||||||
}
|
}
|
||||||
|
|
||||||
export class GetGroupHonorInfo extends BaseAction<Payload, Array<any>> {
|
export class GetGroupHonorInfo extends BaseAction<Payload, unknown> {
|
||||||
actionName = ActionName.GetGroupHonorInfo
|
actionName = ActionName.GetGroupHonorInfo
|
||||||
|
|
||||||
protected async _handle(payload: Payload) {
|
protected async _handle(payload: Payload) {
|
||||||
// console.log(await NTQQUserApi.getRobotUinRange())
|
|
||||||
if (!payload.group_id) {
|
if (!payload.group_id) {
|
||||||
throw '缺少参数group_id'
|
throw '缺少参数group_id'
|
||||||
}
|
}
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
import { OB11Group } from '../../types'
|
import { OB11Group } from '../../types'
|
||||||
import { OB11Constructor } from '../../constructor'
|
import { OB11Entities } from '../../entities'
|
||||||
import BaseAction from '../BaseAction'
|
import BaseAction from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
@@ -13,7 +13,7 @@ class GetGroupInfo extends BaseAction<Payload, OB11Group> {
|
|||||||
protected async _handle(payload: Payload) {
|
protected async _handle(payload: Payload) {
|
||||||
const group = (await this.ctx.ntGroupApi.getGroups()).find(e => e.groupCode == payload.group_id.toString())
|
const group = (await this.ctx.ntGroupApi.getGroups()).find(e => e.groupCode == payload.group_id.toString())
|
||||||
if (group) {
|
if (group) {
|
||||||
return OB11Constructor.group(group)
|
return OB11Entities.group(group)
|
||||||
} else {
|
} else {
|
||||||
throw `群${payload.group_id}不存在`
|
throw `群${payload.group_id}不存在`
|
||||||
}
|
}
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
import { OB11Group } from '../../types'
|
import { OB11Group } from '../../types'
|
||||||
import { OB11Constructor } from '../../constructor'
|
import { OB11Entities } from '../../entities'
|
||||||
import BaseAction from '../BaseAction'
|
import BaseAction from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ class GetGroupList extends BaseAction<Payload, OB11Group[]> {
|
|||||||
|
|
||||||
protected async _handle(payload: Payload) {
|
protected async _handle(payload: Payload) {
|
||||||
const groupList = await this.ctx.ntGroupApi.getGroups(payload?.no_cache === true || payload?.no_cache === 'true')
|
const groupList = await this.ctx.ntGroupApi.getGroups(payload?.no_cache === true || payload?.no_cache === 'true')
|
||||||
return OB11Constructor.groups(groupList)
|
return OB11Entities.groups(groupList)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import BaseAction from '../BaseAction'
|
||||||
import { OB11GroupMember } from '../../types'
|
import { OB11GroupMember } from '../../types'
|
||||||
import { OB11Constructor } from '../../constructor'
|
import { OB11Entities } from '../../entities'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { selfInfo } from '@/common/globalVars'
|
import { selfInfo } from '@/common/globalVars'
|
||||||
import { isNullable } from 'cosmokit'
|
import { isNullable } from 'cosmokit'
|
||||||
@@ -22,7 +22,7 @@ class GetGroupMemberInfo extends BaseAction<Payload, OB11GroupMember> {
|
|||||||
//log('群成员详细信息结果', info)
|
//log('群成员详细信息结果', info)
|
||||||
Object.assign(member, info)
|
Object.assign(member, info)
|
||||||
}
|
}
|
||||||
const ret = OB11Constructor.groupMember(payload.group_id.toString(), member)
|
const ret = OB11Entities.groupMember(payload.group_id.toString(), member)
|
||||||
const self = await this.ctx.ntGroupApi.getGroupMember(payload.group_id.toString(), selfInfo.uid)
|
const self = await this.ctx.ntGroupApi.getGroupMember(payload.group_id.toString(), selfInfo.uid)
|
||||||
if (self?.role === 3 || self?.role === 4) {
|
if (self?.role === 3 || self?.role === 4) {
|
||||||
const webGroupMembers = await this.ctx.ntWebApi.getGroupMembers(payload.group_id.toString())
|
const webGroupMembers = await this.ctx.ntWebApi.getGroupMembers(payload.group_id.toString())
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
import { OB11GroupMember } from '../../types'
|
import { OB11GroupMember } from '../../types'
|
||||||
import { OB11Constructor } from '../../constructor'
|
import { OB11Entities } from '../../entities'
|
||||||
import BaseAction from '../BaseAction'
|
import BaseAction from '../BaseAction'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { selfInfo } from '@/common/globalVars'
|
import { selfInfo } from '@/common/globalVars'
|
||||||
@@ -17,7 +17,7 @@ class GetGroupMemberList extends BaseAction<Payload, OB11GroupMember[]> {
|
|||||||
const groupMembersArr = Array.from(groupMembers.values())
|
const groupMembersArr = Array.from(groupMembers.values())
|
||||||
|
|
||||||
let _groupMembers = groupMembersArr.map(item => {
|
let _groupMembers = groupMembersArr.map(item => {
|
||||||
return OB11Constructor.groupMember(payload.group_id.toString(), item)
|
return OB11Entities.groupMember(payload.group_id.toString(), item)
|
||||||
})
|
})
|
||||||
|
|
||||||
const MemberMap: Map<number, OB11GroupMember> = new Map<number, OB11GroupMember>()
|
const MemberMap: Map<number, OB11GroupMember> = new Map<number, OB11GroupMember>()
|
||||||
|
@@ -4,7 +4,7 @@ import { ActionName } from '../types'
|
|||||||
export default class GetGuildList extends BaseAction<null, null> {
|
export default class GetGuildList extends BaseAction<null, null> {
|
||||||
actionName = ActionName.GetGuildList
|
actionName = ActionName.GetGuildList
|
||||||
|
|
||||||
protected async _handle(payload: null): Promise<null> {
|
protected async _handle() {
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -6,10 +6,10 @@ interface Payload {
|
|||||||
is_dismiss: boolean
|
is_dismiss: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
export default class SetGroupLeave extends BaseAction<Payload, any> {
|
export default class SetGroupLeave extends BaseAction<Payload, void> {
|
||||||
actionName = ActionName.SetGroupLeave
|
actionName = ActionName.SetGroupLeave
|
||||||
|
|
||||||
protected async _handle(payload: Payload): Promise<any> {
|
protected async _handle(payload: Payload) {
|
||||||
try {
|
try {
|
||||||
await this.ctx.ntGroupApi.quitGroup(payload.group_id.toString())
|
await this.ctx.ntGroupApi.quitGroup(payload.group_id.toString())
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
import type Adapter from '../adapter'
|
||||||
import GetMsg from './msg/GetMsg'
|
import GetMsg from './msg/GetMsg'
|
||||||
import GetLoginInfo from './system/GetLoginInfo'
|
import GetLoginInfo from './system/GetLoginInfo'
|
||||||
import { GetFriendList, GetFriendWithCategory } from './user/GetFriendList'
|
import { GetFriendList, GetFriendWithCategory } from './user/GetFriendList'
|
||||||
@@ -15,11 +16,11 @@ import CanSendRecord from './system/CanSendRecord'
|
|||||||
import CanSendImage from './system/CanSendImage'
|
import CanSendImage from './system/CanSendImage'
|
||||||
import GetStatus from './system/GetStatus'
|
import GetStatus from './system/GetStatus'
|
||||||
import {
|
import {
|
||||||
GoCQHTTPSendForwardMsg,
|
SendForwardMsg,
|
||||||
GoCQHTTPSendGroupForwardMsg,
|
SendGroupForwardMsg,
|
||||||
GoCQHTTPSendPrivateForwardMsg,
|
SendPrivateForwardMsg,
|
||||||
} from './go-cqhttp/SendForwardMsg'
|
} from './go-cqhttp/SendForwardMsg'
|
||||||
import GoCQHTTPGetStrangerInfo from './go-cqhttp/GetStrangerInfo'
|
import { GetStrangerInfo } from './go-cqhttp/GetStrangerInfo'
|
||||||
import SendLike from './user/SendLike'
|
import SendLike from './user/SendLike'
|
||||||
import SetGroupAddRequest from './group/SetGroupAddRequest'
|
import SetGroupAddRequest from './group/SetGroupAddRequest'
|
||||||
import SetGroupLeave from './group/SetGroupLeave'
|
import SetGroupLeave from './group/SetGroupLeave'
|
||||||
@@ -34,27 +35,33 @@ import SetGroupAdmin from './group/SetGroupAdmin'
|
|||||||
import SetGroupCard from './group/SetGroupCard'
|
import SetGroupCard from './group/SetGroupCard'
|
||||||
import GetImage from './file/GetImage'
|
import GetImage from './file/GetImage'
|
||||||
import GetRecord from './file/GetRecord'
|
import GetRecord from './file/GetRecord'
|
||||||
import GoCQHTTPMarkMsgAsRead from './msg/MarkMsgAsRead'
|
import { MarkMsgAsRead } from './go-cqhttp/MarkMsgAsRead'
|
||||||
import CleanCache from './system/CleanCache'
|
import CleanCache from './system/CleanCache'
|
||||||
import { GoCQHTTPUploadGroupFile, GoCQHTTPUploadPrivateFile } from './go-cqhttp/UploadFile'
|
import { UploadGroupFile, UploadPrivateFile } from './go-cqhttp/UploadFile'
|
||||||
import { GetConfigAction, SetConfigAction } from './llonebot/Config'
|
import { GetConfigAction, SetConfigAction } from './llonebot/Config'
|
||||||
import GetGroupAddRequest from './llonebot/GetGroupAddRequest'
|
import GetGroupAddRequest from './llonebot/GetGroupAddRequest'
|
||||||
import SetQQAvatar from './llonebot/SetQQAvatar'
|
import SetQQAvatar from './llonebot/SetQQAvatar'
|
||||||
import GoCQHTTPDownloadFile from './go-cqhttp/DownloadFile'
|
import { DownloadFile } from './go-cqhttp/DownloadFile'
|
||||||
import GoCQHTTPGetGroupMsgHistory from './go-cqhttp/GetGroupMsgHistory'
|
import { GetGroupMsgHistory } from './go-cqhttp/GetGroupMsgHistory'
|
||||||
import GetFile from './file/GetFile'
|
import GetFile from './file/GetFile'
|
||||||
import { GoCQHTTGetForwardMsgAction } from './go-cqhttp/GetForwardMsg'
|
import { GetForwardMsg } from './go-cqhttp/GetForwardMsg'
|
||||||
import { GetCookies } from './user/GetCookie'
|
import { GetCookies } from './user/GetCookie'
|
||||||
import { SetMsgEmojiLike } from './msg/SetMsgEmojiLike'
|
import { SetMsgEmojiLike } from './msg/SetMsgEmojiLike'
|
||||||
import { ForwardFriendSingleMsg, ForwardGroupSingleMsg } from './msg/ForwardSingleMsg'
|
import { ForwardFriendSingleMsg, ForwardGroupSingleMsg } from './msg/ForwardSingleMsg'
|
||||||
import { GetGroupEssence } from './group/GetGroupEssence'
|
import { GetGroupEssence } from './group/GetGroupEssence'
|
||||||
import { GetGroupHonorInfo } from './group/GetGroupHonorInfo'
|
import { GetGroupHonorInfo } from './group/GetGroupHonorInfo'
|
||||||
import { GoCQHTTHandleQuickOperation } from './go-cqhttp/QuickOperation'
|
import { HandleQuickOperation } from './go-cqhttp/QuickOperation'
|
||||||
import GoCQHTTPSetEssenceMsg from './go-cqhttp/SetEssenceMsg'
|
import { SetEssenceMsg } from './go-cqhttp/SetEssenceMsg'
|
||||||
import GoCQHTTPDelEssenceMsg from './go-cqhttp/DelEssenceMsg'
|
import { DelEssenceMsg } from './go-cqhttp/DelEssenceMsg'
|
||||||
import GetEvent from './llonebot/GetEvent'
|
import GetEvent from './llonebot/GetEvent'
|
||||||
import { GoCQHTTPDelGroupFile } from './go-cqhttp/DelGroupFile'
|
import { DelGroupFile } from './go-cqhttp/DelGroupFile'
|
||||||
import type Adapter from '../adapter'
|
import { GetGroupSystemMsg } from './go-cqhttp/GetGroupSystemMsg'
|
||||||
|
import { CreateGroupFileFolder } from './go-cqhttp/CreateGroupFileFolder'
|
||||||
|
import { DelGroupFolder } from './go-cqhttp/DelGroupFolder'
|
||||||
|
import { GetGroupAtAllRemain } from './go-cqhttp/GetGroupAtAllRemain'
|
||||||
|
import { GetGroupRootFiles } from './go-cqhttp/GetGroupRootFiles'
|
||||||
|
import { SetOnlineStatus } from './llonebot/SetOnlineStatus'
|
||||||
|
import { SendGroupNotice } from './go-cqhttp/SendGroupNotice'
|
||||||
|
|
||||||
export function initActionMap(adapter: Adapter) {
|
export function initActionMap(adapter: Adapter) {
|
||||||
const actionHandlers = [
|
const actionHandlers = [
|
||||||
@@ -66,6 +73,7 @@ export function initActionMap(adapter: Adapter) {
|
|||||||
new SetQQAvatar(adapter),
|
new SetQQAvatar(adapter),
|
||||||
new GetFriendWithCategory(adapter),
|
new GetFriendWithCategory(adapter),
|
||||||
new GetEvent(adapter),
|
new GetEvent(adapter),
|
||||||
|
new SetOnlineStatus(adapter),
|
||||||
// onebot11
|
// onebot11
|
||||||
new SendLike(adapter),
|
new SendLike(adapter),
|
||||||
new GetMsg(adapter),
|
new GetMsg(adapter),
|
||||||
@@ -102,23 +110,29 @@ export function initActionMap(adapter: Adapter) {
|
|||||||
//以下为go-cqhttp api
|
//以下为go-cqhttp api
|
||||||
new GetGroupEssence(adapter),
|
new GetGroupEssence(adapter),
|
||||||
new GetGroupHonorInfo(adapter),
|
new GetGroupHonorInfo(adapter),
|
||||||
new GoCQHTTPSendForwardMsg(adapter),
|
new SendForwardMsg(adapter),
|
||||||
new GoCQHTTPSendGroupForwardMsg(adapter),
|
new SendGroupForwardMsg(adapter),
|
||||||
new GoCQHTTPSendPrivateForwardMsg(adapter),
|
new SendPrivateForwardMsg(adapter),
|
||||||
new GoCQHTTPGetStrangerInfo(adapter),
|
new GetStrangerInfo(adapter),
|
||||||
new GoCQHTTPDownloadFile(adapter),
|
new DownloadFile(adapter),
|
||||||
new GetGuildList(adapter),
|
new GetGuildList(adapter),
|
||||||
new GoCQHTTPMarkMsgAsRead(adapter),
|
new MarkMsgAsRead(adapter),
|
||||||
new GoCQHTTPUploadGroupFile(adapter),
|
new UploadGroupFile(adapter),
|
||||||
new GoCQHTTPUploadPrivateFile(adapter),
|
new UploadPrivateFile(adapter),
|
||||||
new GoCQHTTPGetGroupMsgHistory(adapter),
|
new GetGroupMsgHistory(adapter),
|
||||||
new GoCQHTTGetForwardMsgAction(adapter),
|
new GetForwardMsg(adapter),
|
||||||
new GoCQHTTHandleQuickOperation(adapter),
|
new HandleQuickOperation(adapter),
|
||||||
new GoCQHTTPSetEssenceMsg(adapter),
|
new SetEssenceMsg(adapter),
|
||||||
new GoCQHTTPDelEssenceMsg(adapter),
|
new DelEssenceMsg(adapter),
|
||||||
new GoCQHTTPDelGroupFile(adapter)
|
new DelGroupFile(adapter),
|
||||||
|
new GetGroupSystemMsg(adapter),
|
||||||
|
new CreateGroupFileFolder(adapter),
|
||||||
|
new DelGroupFolder(adapter),
|
||||||
|
new GetGroupAtAllRemain(adapter),
|
||||||
|
new GetGroupRootFiles(adapter),
|
||||||
|
new SendGroupNotice(adapter)
|
||||||
]
|
]
|
||||||
const actionMap = new Map<string, BaseAction<any, any>>()
|
const actionMap = new Map<string, BaseAction<unknown, unknown>>()
|
||||||
for (const action of actionHandlers) {
|
for (const action of actionHandlers) {
|
||||||
actionMap.set(action.actionName, action)
|
actionMap.set(action.actionName, action)
|
||||||
actionMap.set(action.actionName + '_async', action)
|
actionMap.set(action.actionName + '_async', action)
|
||||||
|
@@ -5,13 +5,15 @@ import { getConfigUtil } from '@/common/config'
|
|||||||
|
|
||||||
export class GetConfigAction extends BaseAction<null, Config> {
|
export class GetConfigAction extends BaseAction<null, Config> {
|
||||||
actionName = ActionName.GetConfig
|
actionName = ActionName.GetConfig
|
||||||
protected async _handle(payload: null): Promise<Config> {
|
|
||||||
|
protected async _handle(): Promise<Config> {
|
||||||
return getConfigUtil().getConfig()
|
return getConfigUtil().getConfig()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export class SetConfigAction extends BaseAction<Config, void> {
|
export class SetConfigAction extends BaseAction<Config, void> {
|
||||||
actionName = ActionName.SetConfig
|
actionName = ActionName.SetConfig
|
||||||
|
|
||||||
protected async _handle(payload: Config): Promise<void> {
|
protected async _handle(payload: Config): Promise<void> {
|
||||||
getConfigUtil().setConfig(payload)
|
getConfigUtil().setConfig(payload)
|
||||||
}
|
}
|
||||||
|
@@ -3,19 +3,19 @@ import { ActionName } from '../types'
|
|||||||
|
|
||||||
interface Payload {
|
interface Payload {
|
||||||
method: string
|
method: string
|
||||||
args: any[]
|
args: unknown[]
|
||||||
}
|
}
|
||||||
|
|
||||||
export default class Debug extends BaseAction<Payload, any> {
|
export default class Debug extends BaseAction<Payload, unknown> {
|
||||||
actionName = ActionName.Debug
|
actionName = ActionName.Debug
|
||||||
|
|
||||||
protected async _handle(payload: Payload): Promise<any> {
|
protected async _handle(payload: Payload) {
|
||||||
this.ctx.logger.info('debug call ntqq api', payload)
|
this.ctx.logger.info('debug call ntqq api', payload)
|
||||||
const { ntMsgApi, ntFileApi, ntFileCacheApi, ntFriendApi, ntGroupApi, ntUserApi, ntWindowApi } = this.ctx
|
const { ntMsgApi, ntFileApi, ntFileCacheApi, ntFriendApi, ntGroupApi, ntUserApi, ntWindowApi } = this.ctx
|
||||||
const ntqqApi = [ntMsgApi, ntFriendApi, ntGroupApi, ntUserApi, ntFileApi, ntFileCacheApi, ntWindowApi]
|
const ntqqApi = [ntMsgApi, ntFriendApi, ntGroupApi, ntUserApi, ntFileApi, ntFileCacheApi, ntWindowApi]
|
||||||
for (const ntqqApiClass of ntqqApi) {
|
for (const ntqqApiClass of ntqqApi) {
|
||||||
const method = ntqqApiClass[payload.method] as Function
|
const method = ntqqApiClass[payload.method as keyof typeof ntqqApiClass]
|
||||||
if (method) {
|
if (method && method instanceof Function) {
|
||||||
const result = method.apply(ntqqApiClass, payload.args)
|
const result = method.apply(ntqqApiClass, payload.args)
|
||||||
if (method.constructor.name === 'AsyncFunction') {
|
if (method.constructor.name === 'AsyncFunction') {
|
||||||
return await result
|
return await result
|
||||||
|
@@ -13,13 +13,14 @@ interface Payload {
|
|||||||
|
|
||||||
export default class GetEvent extends BaseAction<Payload, PostEventType[]> {
|
export default class GetEvent extends BaseAction<Payload, PostEventType[]> {
|
||||||
actionName = ActionName.GetEvent
|
actionName = ActionName.GetEvent
|
||||||
|
|
||||||
protected async _handle(payload: Payload): Promise<PostEventType[]> {
|
protected async _handle(payload: Payload): Promise<PostEventType[]> {
|
||||||
let key = ''
|
let key = ''
|
||||||
if (payload.key) {
|
if (payload.key) {
|
||||||
key = payload.key
|
key = payload.key
|
||||||
}
|
}
|
||||||
let timeout = parseInt(payload.timeout?.toString()) || 0
|
const timeout = parseInt(payload.timeout?.toString()) || 0
|
||||||
let evts = await getHttpEvent(key, timeout)
|
const evts = await getHttpEvent(key, timeout)
|
||||||
return evts
|
return evts
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
import { GroupNotify, GroupNotifyStatus } from '@/ntqqapi/types'
|
|
||||||
import BaseAction from '../BaseAction'
|
import BaseAction from '../BaseAction'
|
||||||
|
import { GroupNotify, GroupNotifyStatus } from '@/ntqqapi/types'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
interface OB11GroupRequestNotify {
|
interface OB11GroupRequestNotify {
|
||||||
@@ -11,9 +11,9 @@ interface OB11GroupRequestNotify {
|
|||||||
export default class GetGroupAddRequest extends BaseAction<null, OB11GroupRequestNotify[]> {
|
export default class GetGroupAddRequest extends BaseAction<null, OB11GroupRequestNotify[]> {
|
||||||
actionName = ActionName.GetGroupIgnoreAddRequest
|
actionName = ActionName.GetGroupIgnoreAddRequest
|
||||||
|
|
||||||
protected async _handle(payload: null): Promise<OB11GroupRequestNotify[]> {
|
protected async _handle(): Promise<OB11GroupRequestNotify[]> {
|
||||||
const data = await this.ctx.ntGroupApi.getGroupIgnoreNotifies()
|
const data = await this.ctx.ntGroupApi.getGroupIgnoreNotifies()
|
||||||
const notifies: GroupNotify[] = data.notifies.filter((notify) => notify.status === GroupNotifyStatus.WAIT_HANDLE)
|
const notifies: GroupNotify[] = data.notifies.filter((notify) => notify.status === GroupNotifyStatus.KUNHANDLE)
|
||||||
const returnData: OB11GroupRequestNotify[] = []
|
const returnData: OB11GroupRequestNotify[] = []
|
||||||
for (const notify of notifies) {
|
for (const notify of notifies) {
|
||||||
const uin = await this.ctx.ntUserApi.getUinByUid(notify.user1.uid)
|
const uin = await this.ctx.ntUserApi.getUinByUid(notify.user1.uid)
|
||||||
|
25
src/onebot11/action/llonebot/SetOnlineStatus.ts
Normal file
25
src/onebot11/action/llonebot/SetOnlineStatus.ts
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
import BaseAction from '../BaseAction'
|
||||||
|
import { ActionName } from '../types'
|
||||||
|
|
||||||
|
interface Payload {
|
||||||
|
status: number | string
|
||||||
|
ext_status: number | string
|
||||||
|
battery_status: number | string
|
||||||
|
}
|
||||||
|
|
||||||
|
export class SetOnlineStatus extends BaseAction<Payload, null> {
|
||||||
|
actionName = ActionName.SetOnlineStatus
|
||||||
|
|
||||||
|
async _handle(payload: Payload) {
|
||||||
|
const ret = await this.ctx.ntUserApi.setSelfStatus(
|
||||||
|
Number(payload.status),
|
||||||
|
Number(payload.ext_status),
|
||||||
|
Number(payload.battery_status),
|
||||||
|
)
|
||||||
|
if (ret.result !== 0) {
|
||||||
|
this.ctx.logger.error(ret)
|
||||||
|
throw new Error('设置在线状态失败')
|
||||||
|
}
|
||||||
|
return null
|
||||||
|
}
|
||||||
|
}
|
@@ -11,13 +11,17 @@ class DeleteMsg extends BaseAction<Payload, void> {
|
|||||||
|
|
||||||
protected async _handle(payload: Payload) {
|
protected async _handle(payload: Payload) {
|
||||||
if (!payload.message_id) {
|
if (!payload.message_id) {
|
||||||
throw Error('message_id不能为空')
|
throw new Error('参数message_id不能为空')
|
||||||
}
|
}
|
||||||
const msg = await MessageUnique.getMsgIdAndPeerByShortId(+payload.message_id)
|
const msg = await MessageUnique.getMsgIdAndPeerByShortId(+payload.message_id)
|
||||||
if (!msg) {
|
if (!msg) {
|
||||||
throw `消息${payload.message_id}不存在`
|
throw new Error(`消息${payload.message_id}不存在`)
|
||||||
|
}
|
||||||
|
const data = await this.ctx.ntMsgApi.recallMsg(msg.Peer, [msg.MsgId])
|
||||||
|
if (data.result !== 0) {
|
||||||
|
this.ctx.logger.error('delete_msg', payload.message_id, data)
|
||||||
|
throw new Error(`消息撤回失败`)
|
||||||
}
|
}
|
||||||
await this.ctx.ntMsgApi.recallMsg(msg.Peer, [msg.MsgId])
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import BaseAction from '../BaseAction'
|
||||||
import { OB11Message } from '../../types'
|
import { OB11Message } from '../../types'
|
||||||
import { OB11Constructor } from '../../constructor'
|
import { OB11Entities } from '../../entities'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { MessageUnique } from '@/common/utils/messageUnique'
|
import { MessageUnique } from '@/common/utils/messageUnique'
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ class GetMsg extends BaseAction<PayloadType, OB11Message> {
|
|||||||
chatType: msgIdWithPeer.Peer.chatType
|
chatType: msgIdWithPeer.Peer.chatType
|
||||||
}
|
}
|
||||||
const msg = this.adapter.getMsgCache(msgIdWithPeer.MsgId) ?? (await this.ctx.ntMsgApi.getMsgsByMsgId(peer, [msgIdWithPeer.MsgId])).msgList[0]
|
const msg = this.adapter.getMsgCache(msgIdWithPeer.MsgId) ?? (await this.ctx.ntMsgApi.getMsgsByMsgId(peer, [msgIdWithPeer.MsgId])).msgList[0]
|
||||||
const retMsg = await OB11Constructor.message(this.ctx, msg)
|
const retMsg = await OB11Entities.message(this.ctx, msg)
|
||||||
retMsg.message_id = MessageUnique.createMsg(peer, msg.msgId)!
|
retMsg.message_id = MessageUnique.createMsg(peer, msg.msgId)!
|
||||||
retMsg.message_seq = retMsg.message_id
|
retMsg.message_seq = retMsg.message_id
|
||||||
retMsg.real_id = retMsg.message_id
|
retMsg.real_id = retMsg.message_id
|
||||||
|
@@ -13,53 +13,22 @@ import {
|
|||||||
OB11MessageNode,
|
OB11MessageNode,
|
||||||
OB11PostSendMsg,
|
OB11PostSendMsg,
|
||||||
} from '../../types'
|
} from '../../types'
|
||||||
|
import fs from 'node:fs'
|
||||||
import BaseAction from '../BaseAction'
|
import BaseAction from '../BaseAction'
|
||||||
import { ActionName, BaseCheckResult } from '../types'
|
import { ActionName, BaseCheckResult } from '../types'
|
||||||
import fs from 'node:fs'
|
|
||||||
import { getConfigUtil } from '@/common/config'
|
|
||||||
import { CustomMusicSignPostData, IdMusicSignPostData, MusicSign, MusicSignPostData } from '@/common/utils/sign'
|
import { CustomMusicSignPostData, IdMusicSignPostData, MusicSign, MusicSignPostData } from '@/common/utils/sign'
|
||||||
import { Peer } from '@/ntqqapi/types/msg'
|
import { Peer } from '@/ntqqapi/types/msg'
|
||||||
import { MessageUnique } from '@/common/utils/messageUnique'
|
import { MessageUnique } from '@/common/utils/messageUnique'
|
||||||
import { selfInfo } from '@/common/globalVars'
|
import { selfInfo } from '@/common/globalVars'
|
||||||
import { convertMessage2List, createSendElements, sendMsg } from '../../helper/createMessage'
|
import { convertMessage2List, createSendElements, sendMsg, createPeer, CreatePeerMode } from '../../helper/createMessage'
|
||||||
|
|
||||||
export interface ReturnDataType {
|
interface ReturnData {
|
||||||
message_id: number
|
message_id: number
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum ContextMode {
|
export class SendMsg extends BaseAction<OB11PostSendMsg, ReturnData> {
|
||||||
Normal = 0,
|
|
||||||
Private = 1,
|
|
||||||
Group = 2
|
|
||||||
}
|
|
||||||
|
|
||||||
export class SendMsg extends BaseAction<OB11PostSendMsg, ReturnDataType> {
|
|
||||||
actionName = ActionName.SendMsg
|
actionName = ActionName.SendMsg
|
||||||
|
|
||||||
private async createContext(payload: OB11PostSendMsg, contextMode: ContextMode): Promise<Peer> {
|
|
||||||
// This function determines the type of message by the existence of user_id / group_id,
|
|
||||||
// not message_type.
|
|
||||||
// This redundant design of Ob11 here should be blamed.
|
|
||||||
|
|
||||||
if ((contextMode === ContextMode.Group || contextMode === ContextMode.Normal) && payload.group_id) {
|
|
||||||
return {
|
|
||||||
chatType: ChatType.group,
|
|
||||||
peerUid: payload.group_id.toString(),
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if ((contextMode === ContextMode.Private || contextMode === ContextMode.Normal) && payload.user_id) {
|
|
||||||
const Uid = await this.ctx.ntUserApi.getUidByUin(payload.user_id.toString())
|
|
||||||
const isBuddy = await this.ctx.ntFriendApi.isBuddy(Uid!)
|
|
||||||
//console.log("[调试代码] UIN:", payload.user_id, " UID:", Uid, " IsBuddy:", isBuddy)
|
|
||||||
return {
|
|
||||||
chatType: isBuddy ? ChatType.friend : ChatType.temp,
|
|
||||||
peerUid: Uid!,
|
|
||||||
guildId: payload.group_id?.toString() || '' //临时主动发起时需要传入群号
|
|
||||||
}
|
|
||||||
}
|
|
||||||
throw '请指定 group_id 或 user_id'
|
|
||||||
}
|
|
||||||
|
|
||||||
protected async check(payload: OB11PostSendMsg): Promise<BaseCheckResult> {
|
protected async check(payload: OB11PostSendMsg): Promise<BaseCheckResult> {
|
||||||
const messages = convertMessage2List(payload.message)
|
const messages = convertMessage2List(payload.message)
|
||||||
const fmNum = this.getSpecialMsgNum(messages, OB11MessageDataType.node)
|
const fmNum = this.getSpecialMsgNum(messages, OB11MessageDataType.node)
|
||||||
@@ -76,21 +45,19 @@ export class SendMsg extends BaseAction<OB11PostSendMsg, ReturnDataType> {
|
|||||||
message: '音乐消息不可以和其他消息混在一起发送',
|
message: '音乐消息不可以和其他消息混在一起发送',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (payload.user_id && payload.message_type !== 'group') {
|
|
||||||
}
|
|
||||||
return {
|
return {
|
||||||
valid: true,
|
valid: true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected async _handle(payload: OB11PostSendMsg) {
|
protected async _handle(payload: OB11PostSendMsg) {
|
||||||
let contextMode = ContextMode.Normal
|
let contextMode = CreatePeerMode.Normal
|
||||||
if (payload.message_type === 'group') {
|
if (payload.message_type === 'group') {
|
||||||
contextMode = ContextMode.Group
|
contextMode = CreatePeerMode.Group
|
||||||
} else if (payload.message_type === 'private') {
|
} else if (payload.message_type === 'private') {
|
||||||
contextMode = ContextMode.Private
|
contextMode = CreatePeerMode.Private
|
||||||
}
|
}
|
||||||
const peer = await this.createContext(payload, contextMode)
|
const peer = await createPeer(this.ctx, payload, contextMode)
|
||||||
const messages = convertMessage2List(
|
const messages = convertMessage2List(
|
||||||
payload.message,
|
payload.message,
|
||||||
payload.auto_escape === true || payload.auto_escape === 'true',
|
payload.auto_escape === true || payload.auto_escape === 'true',
|
||||||
@@ -98,15 +65,15 @@ export class SendMsg extends BaseAction<OB11PostSendMsg, ReturnDataType> {
|
|||||||
if (this.getSpecialMsgNum(messages, OB11MessageDataType.node)) {
|
if (this.getSpecialMsgNum(messages, OB11MessageDataType.node)) {
|
||||||
try {
|
try {
|
||||||
const returnMsg = await this.handleForwardNode(peer, messages as OB11MessageNode[])
|
const returnMsg = await this.handleForwardNode(peer, messages as OB11MessageNode[])
|
||||||
return { message_id: returnMsg?.msgShortId! }
|
return { message_id: returnMsg.msgShortId! }
|
||||||
} catch (e: any) {
|
} catch (e) {
|
||||||
throw '发送转发消息失败 ' + e.toString()
|
throw '发送转发消息失败 ' + e
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (this.getSpecialMsgNum(messages, OB11MessageDataType.music)) {
|
else if (this.getSpecialMsgNum(messages, OB11MessageDataType.music)) {
|
||||||
const music = messages[0] as OB11MessageMusic
|
const music = messages[0] as OB11MessageMusic
|
||||||
if (music) {
|
if (music) {
|
||||||
const { musicSignUrl } = getConfigUtil().getConfig()
|
const { musicSignUrl } = this.adapter.config
|
||||||
if (!musicSignUrl) {
|
if (!musicSignUrl) {
|
||||||
throw '音乐签名地址未配置'
|
throw '音乐签名地址未配置'
|
||||||
}
|
}
|
||||||
@@ -160,6 +127,9 @@ export class SendMsg extends BaseAction<OB11PostSendMsg, ReturnDataType> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
const returnMsg = await sendMsg(this.ctx, peer, sendElements, deleteAfterSentFiles)
|
const returnMsg = await sendMsg(this.ctx, peer, sendElements, deleteAfterSentFiles)
|
||||||
|
if (!returnMsg) {
|
||||||
|
throw new Error('消息发送失败')
|
||||||
|
}
|
||||||
return { message_id: returnMsg.msgShortId! }
|
return { message_id: returnMsg.msgShortId! }
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -172,26 +142,20 @@ export class SendMsg extends BaseAction<OB11PostSendMsg, ReturnDataType> {
|
|||||||
|
|
||||||
private async cloneMsg(msg: RawMessage): Promise<RawMessage | undefined> {
|
private async cloneMsg(msg: RawMessage): Promise<RawMessage | undefined> {
|
||||||
this.ctx.logger.info('克隆的目标消息', msg)
|
this.ctx.logger.info('克隆的目标消息', msg)
|
||||||
let sendElements: SendMessageElement[] = []
|
const sendElements: SendMessageElement[] = []
|
||||||
for (const ele of msg.elements) {
|
for (const ele of msg.elements) {
|
||||||
sendElements.push(ele as SendMessageElement)
|
sendElements.push(ele as SendMessageElement)
|
||||||
// Object.keys(ele).forEach((eleKey) => {
|
|
||||||
// if (eleKey.endsWith("Element")) {
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
if (sendElements.length === 0) {
|
if (sendElements.length === 0) {
|
||||||
this.ctx.logger.warn('需要clone的消息无法解析,将会忽略掉', msg)
|
this.ctx.logger.warn('需要clone的消息无法解析,将会忽略掉', msg)
|
||||||
}
|
}
|
||||||
this.ctx.logger.info('克隆消息', sendElements)
|
this.ctx.logger.info('克隆消息', sendElements)
|
||||||
try {
|
try {
|
||||||
const nodeMsg = await this.ctx.ntMsgApi.sendMsg(
|
const peer = {
|
||||||
{
|
chatType: ChatType.friend,
|
||||||
chatType: ChatType.friend,
|
peerUid: selfInfo.uid
|
||||||
peerUid: selfInfo.uid,
|
}
|
||||||
},
|
const nodeMsg = await this.ctx.ntMsgApi.sendMsg(peer, sendElements)
|
||||||
sendElements,
|
|
||||||
true,
|
|
||||||
)
|
|
||||||
await this.ctx.sleep(400)
|
await this.ctx.sleep(400)
|
||||||
return nodeMsg
|
return nodeMsg
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
@@ -209,7 +173,7 @@ export class SendMsg extends BaseAction<OB11PostSendMsg, ReturnDataType> {
|
|||||||
// 先判断一遍是不是id和自定义混用
|
// 先判断一遍是不是id和自定义混用
|
||||||
for (const messageNode of messageNodes) {
|
for (const messageNode of messageNodes) {
|
||||||
// 一个node表示一个人的消息
|
// 一个node表示一个人的消息
|
||||||
let nodeId = messageNode.data.id
|
const nodeId = messageNode.data.id
|
||||||
// 有nodeId表示一个子转发消息卡片
|
// 有nodeId表示一个子转发消息卡片
|
||||||
if (nodeId) {
|
if (nodeId) {
|
||||||
const nodeMsg = await MessageUnique.getMsgIdAndPeerByShortId(+nodeId) || await MessageUnique.getPeerByMsgId(nodeId)
|
const nodeMsg = await MessageUnique.getMsgIdAndPeerByShortId(+nodeId) || await MessageUnique.getPeerByMsgId(nodeId)
|
||||||
@@ -229,7 +193,7 @@ export class SendMsg extends BaseAction<OB11PostSendMsg, ReturnDataType> {
|
|||||||
destPeer
|
destPeer
|
||||||
)
|
)
|
||||||
this.ctx.logger.info('开始生成转发节点', sendElements)
|
this.ctx.logger.info('开始生成转发节点', sendElements)
|
||||||
let sendElementsSplit: SendMessageElement[][] = []
|
const sendElementsSplit: SendMessageElement[][] = []
|
||||||
let splitIndex = 0
|
let splitIndex = 0
|
||||||
for (const ele of sendElements) {
|
for (const ele of sendElements) {
|
||||||
if (!sendElementsSplit[splitIndex]) {
|
if (!sendElementsSplit[splitIndex]) {
|
||||||
@@ -251,9 +215,12 @@ export class SendMsg extends BaseAction<OB11PostSendMsg, ReturnDataType> {
|
|||||||
// log("分割后的转发节点", sendElementsSplit)
|
// log("分割后的转发节点", sendElementsSplit)
|
||||||
for (const eles of sendElementsSplit) {
|
for (const eles of sendElementsSplit) {
|
||||||
const nodeMsg = await sendMsg(this.ctx, selfPeer, eles, [], true)
|
const nodeMsg = await sendMsg(this.ctx, selfPeer, eles, [], true)
|
||||||
|
if (!nodeMsg) {
|
||||||
|
this.ctx.logger.warn('转发节点生成失败', eles)
|
||||||
|
continue
|
||||||
|
}
|
||||||
nodeMsgIds.push(nodeMsg.msgId)
|
nodeMsgIds.push(nodeMsg.msgId)
|
||||||
await this.ctx.sleep(400)
|
await this.ctx.sleep(400)
|
||||||
this.ctx.logger.info('转发节点生成成功', nodeMsg.msgId)
|
|
||||||
}
|
}
|
||||||
deleteAfterSentFiles.map((f) => fs.unlink(f, () => {
|
deleteAfterSentFiles.map((f) => fs.unlink(f, () => {
|
||||||
}))
|
}))
|
||||||
|
@@ -7,7 +7,7 @@ interface Payload {
|
|||||||
emoji_id: number | string
|
emoji_id: number | string
|
||||||
}
|
}
|
||||||
|
|
||||||
export class SetMsgEmojiLike extends BaseAction<Payload, any> {
|
export class SetMsgEmojiLike extends BaseAction<Payload, unknown> {
|
||||||
actionName = ActionName.SetMsgEmojiLike
|
actionName = ActionName.SetMsgEmojiLike
|
||||||
|
|
||||||
protected async _handle(payload: Payload) {
|
protected async _handle(payload: Payload) {
|
||||||
|
@@ -8,7 +8,7 @@ interface ReturnType {
|
|||||||
export default class CanSendRecord extends BaseAction<any, ReturnType> {
|
export default class CanSendRecord extends BaseAction<any, ReturnType> {
|
||||||
actionName = ActionName.CanSendRecord
|
actionName = ActionName.CanSendRecord
|
||||||
|
|
||||||
protected async _handle(payload): Promise<ReturnType> {
|
protected async _handle() {
|
||||||
return {
|
return {
|
||||||
yes: true,
|
yes: true,
|
||||||
}
|
}
|
||||||
|
@@ -1,15 +1,19 @@
|
|||||||
import { OB11User } from '../../types'
|
|
||||||
import BaseAction from '../BaseAction'
|
import BaseAction from '../BaseAction'
|
||||||
|
import { OB11User } from '../../types'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { selfInfo } from '@/common/globalVars'
|
import { selfInfo } from '@/common/globalVars'
|
||||||
|
|
||||||
class GetLoginInfo extends BaseAction<null, OB11User> {
|
class GetLoginInfo extends BaseAction<null, OB11User> {
|
||||||
actionName = ActionName.GetLoginInfo
|
actionName = ActionName.GetLoginInfo
|
||||||
|
|
||||||
protected async _handle(payload: null) {
|
protected async _handle() {
|
||||||
|
let nickname = selfInfo.nick
|
||||||
|
try {
|
||||||
|
nickname = await this.ctx.ntUserApi.getSelfNick(true)
|
||||||
|
} catch { }
|
||||||
return {
|
return {
|
||||||
user_id: parseInt(selfInfo.uin),
|
user_id: parseInt(selfInfo.uin),
|
||||||
nickname: await this.ctx.ntUserApi.getSelfNick(true)
|
nickname
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -3,10 +3,10 @@ import { OB11Status } from '../../types'
|
|||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { selfInfo } from '@/common/globalVars'
|
import { selfInfo } from '@/common/globalVars'
|
||||||
|
|
||||||
export default class GetStatus extends BaseAction<any, OB11Status> {
|
export default class GetStatus extends BaseAction<null, OB11Status> {
|
||||||
actionName = ActionName.GetStatus
|
actionName = ActionName.GetStatus
|
||||||
|
|
||||||
protected async _handle(payload: any): Promise<OB11Status> {
|
protected async _handle(): Promise<OB11Status> {
|
||||||
return {
|
return {
|
||||||
online: selfInfo.online!,
|
online: selfInfo.online!,
|
||||||
good: true,
|
good: true,
|
||||||
|
@@ -3,10 +3,10 @@ import { OB11Version } from '../../types'
|
|||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { version } from '../../../version'
|
import { version } from '../../../version'
|
||||||
|
|
||||||
export default class GetVersionInfo extends BaseAction<any, OB11Version> {
|
export default class GetVersionInfo extends BaseAction<null, OB11Version> {
|
||||||
actionName = ActionName.GetVersionInfo
|
actionName = ActionName.GetVersionInfo
|
||||||
|
|
||||||
protected async _handle(payload: any): Promise<OB11Version> {
|
protected async _handle(): Promise<OB11Version> {
|
||||||
return {
|
return {
|
||||||
app_name: 'LLOneBot',
|
app_name: 'LLOneBot',
|
||||||
protocol_version: 'v11',
|
protocol_version: 'v11',
|
||||||
|
@@ -2,15 +2,11 @@ export type BaseCheckResult = ValidCheckResult | InvalidCheckResult
|
|||||||
|
|
||||||
export interface ValidCheckResult {
|
export interface ValidCheckResult {
|
||||||
valid: true
|
valid: true
|
||||||
|
|
||||||
[k: string | number]: any
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface InvalidCheckResult {
|
export interface InvalidCheckResult {
|
||||||
valid: false
|
valid: false
|
||||||
message: string
|
message: string
|
||||||
|
|
||||||
[k: string | number]: any
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum ActionName {
|
export enum ActionName {
|
||||||
@@ -23,6 +19,7 @@ export enum ActionName {
|
|||||||
GetFile = 'get_file',
|
GetFile = 'get_file',
|
||||||
GetFriendsWithCategory = 'get_friends_with_category',
|
GetFriendsWithCategory = 'get_friends_with_category',
|
||||||
GetEvent = 'get_event',
|
GetEvent = 'get_event',
|
||||||
|
SetOnlineStatus = 'set_online_status',
|
||||||
// onebot 11
|
// onebot 11
|
||||||
SendLike = 'send_like',
|
SendLike = 'send_like',
|
||||||
GetLoginInfo = 'get_login_info',
|
GetLoginInfo = 'get_login_info',
|
||||||
@@ -74,4 +71,10 @@ export enum ActionName {
|
|||||||
GoCQHTTP_SetEssenceMsg = 'set_essence_msg',
|
GoCQHTTP_SetEssenceMsg = 'set_essence_msg',
|
||||||
GoCQHTTP_DelEssenceMsg = 'delete_essence_msg',
|
GoCQHTTP_DelEssenceMsg = 'delete_essence_msg',
|
||||||
GoCQHTTP_DelGroupFile = 'delete_group_file',
|
GoCQHTTP_DelGroupFile = 'delete_group_file',
|
||||||
|
GoCQHTTP_GetGroupSystemMsg = 'get_group_system_msg',
|
||||||
|
GoCQHTTP_CreateGroupFileFolder = 'create_group_file_folder',
|
||||||
|
GoCQHTTP_DelGroupFolder = 'delete_group_folder',
|
||||||
|
GoCQHTTP_GetGroupAtAllRemain = 'get_group_at_all_remain',
|
||||||
|
GoCQHTTP_GetGroupRootFiles = 'get_group_root_files',
|
||||||
|
GoCQHTTP_SendGroupNotice = '_send_group_notice',
|
||||||
}
|
}
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
import BaseAction from '../BaseAction'
|
import BaseAction from '../BaseAction'
|
||||||
import { OB11User } from '../../types'
|
import { OB11User } from '../../types'
|
||||||
import { OB11Constructor } from '../../constructor'
|
import { OB11Entities } from '../../entities'
|
||||||
import { ActionName } from '../types'
|
import { ActionName } from '../types'
|
||||||
import { getBuildVersion } from '@/common/utils'
|
import { getBuildVersion } from '@/common/utils'
|
||||||
|
|
||||||
@@ -14,20 +14,20 @@ export class GetFriendList extends BaseAction<Payload, OB11User[]> {
|
|||||||
protected async _handle(payload: Payload) {
|
protected async _handle(payload: Payload) {
|
||||||
const refresh = payload?.no_cache === true || payload?.no_cache === 'true'
|
const refresh = payload?.no_cache === true || payload?.no_cache === 'true'
|
||||||
if (getBuildVersion() >= 26702) {
|
if (getBuildVersion() >= 26702) {
|
||||||
return OB11Constructor.friendsV2(await this.ctx.ntFriendApi.getBuddyV2(refresh))
|
return OB11Entities.friendsV2(await this.ctx.ntFriendApi.getBuddyV2(refresh))
|
||||||
}
|
}
|
||||||
return OB11Constructor.friends(await this.ctx.ntFriendApi.getFriends(refresh))
|
return OB11Entities.friends(await this.ctx.ntFriendApi.getFriends(refresh))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// extend
|
// extend
|
||||||
export class GetFriendWithCategory extends BaseAction<void, any> {
|
export class GetFriendWithCategory extends BaseAction<void, OB11User[]> {
|
||||||
actionName = ActionName.GetFriendsWithCategory
|
actionName = ActionName.GetFriendsWithCategory
|
||||||
|
|
||||||
protected async _handle(payload: void) {
|
protected async _handle() {
|
||||||
if (getBuildVersion() >= 26702) {
|
if (getBuildVersion() >= 26702) {
|
||||||
//全新逻辑
|
//全新逻辑
|
||||||
return OB11Constructor.friendsV2(await this.ctx.ntFriendApi.getBuddyV2ExWithCate(true))
|
return OB11Entities.friendsV2(await this.ctx.ntFriendApi.getBuddyV2ExWithCate(true))
|
||||||
} else {
|
} else {
|
||||||
throw new Error('this ntqq version not support, must be 26702 or later')
|
throw new Error('this ntqq version not support, must be 26702 or later')
|
||||||
}
|
}
|
||||||
|
@@ -1,19 +1,19 @@
|
|||||||
import { Service, Context } from 'cordis'
|
import { Service, Context } from 'cordis'
|
||||||
import { OB11Constructor } from './constructor'
|
import { OB11Entities } from './entities'
|
||||||
import {
|
import {
|
||||||
GroupNotify,
|
GroupNotify,
|
||||||
GroupNotifyTypes,
|
GroupNotifyType,
|
||||||
RawMessage,
|
RawMessage,
|
||||||
BuddyReqType,
|
BuddyReqType,
|
||||||
Peer,
|
Peer,
|
||||||
FriendRequest,
|
FriendRequest,
|
||||||
GroupMember,
|
GroupMember,
|
||||||
GroupMemberRole
|
GroupMemberRole,
|
||||||
|
GroupNotifyStatus
|
||||||
} from '../ntqqapi/types'
|
} from '../ntqqapi/types'
|
||||||
import { OB11GroupRequestEvent } from './event/request/OB11GroupRequest'
|
import { OB11GroupRequestEvent } from './event/request/OB11GroupRequest'
|
||||||
import { OB11FriendRequestEvent } from './event/request/OB11FriendRequest'
|
import { OB11FriendRequestEvent } from './event/request/OB11FriendRequest'
|
||||||
import { MessageUnique } from '../common/utils/messageUnique'
|
import { MessageUnique } from '../common/utils/messageUnique'
|
||||||
import { getConfigUtil } from '../common/config'
|
|
||||||
import { GroupDecreaseSubType, OB11GroupDecreaseEvent } from './event/notice/OB11GroupDecreaseEvent'
|
import { GroupDecreaseSubType, OB11GroupDecreaseEvent } from './event/notice/OB11GroupDecreaseEvent'
|
||||||
import { selfInfo } from '../common/globalVars'
|
import { selfInfo } from '../common/globalVars'
|
||||||
import { OB11Config, Config as LLOBConfig } from '../common/types'
|
import { OB11Config, Config as LLOBConfig } from '../common/types'
|
||||||
@@ -35,7 +35,7 @@ declare module 'cordis' {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class OneBot11Adapter extends Service {
|
class OneBot11Adapter extends Service {
|
||||||
static inject = ['ntMsgApi', 'ntFileApi', 'ntFileCacheApi', 'ntFriendApi', 'ntGroupApi', 'ntUserApi', 'ntWindowApi']
|
static inject = ['ntMsgApi', 'ntFileApi', 'ntFileCacheApi', 'ntFriendApi', 'ntGroupApi', 'ntUserApi', 'ntWindowApi', 'ntWebApi']
|
||||||
|
|
||||||
public messages: Map<string, RawMessage> = new Map()
|
public messages: Map<string, RawMessage> = new Map()
|
||||||
public startTime = 0
|
public startTime = 0
|
||||||
@@ -50,7 +50,8 @@ class OneBot11Adapter extends Service {
|
|||||||
this.ob11Http = new OB11Http(ctx, {
|
this.ob11Http = new OB11Http(ctx, {
|
||||||
port: config.httpPort,
|
port: config.httpPort,
|
||||||
token: config.token,
|
token: config.token,
|
||||||
actionMap
|
actionMap,
|
||||||
|
listenLocalhost: config.listenLocalhost
|
||||||
})
|
})
|
||||||
this.ob11HttpPost = new OB11HttpPost(ctx, {
|
this.ob11HttpPost = new OB11HttpPost(ctx, {
|
||||||
hosts: config.httpHosts,
|
hosts: config.httpHosts,
|
||||||
@@ -62,7 +63,8 @@ class OneBot11Adapter extends Service {
|
|||||||
port: config.wsPort,
|
port: config.wsPort,
|
||||||
heartInterval: config.heartInterval,
|
heartInterval: config.heartInterval,
|
||||||
token: config.token,
|
token: config.token,
|
||||||
actionMap
|
actionMap,
|
||||||
|
listenLocalhost: config.listenLocalhost
|
||||||
})
|
})
|
||||||
this.ob11WebSocketReverseManager = new OB11WebSocketReverseManager(ctx, {
|
this.ob11WebSocketReverseManager = new OB11WebSocketReverseManager(ctx, {
|
||||||
hosts: config.wsHosts,
|
hosts: config.wsHosts,
|
||||||
@@ -74,7 +76,7 @@ class OneBot11Adapter extends Service {
|
|||||||
|
|
||||||
/** 缓存近期消息内容 */
|
/** 缓存近期消息内容 */
|
||||||
public async addMsgCache(msg: RawMessage) {
|
public async addMsgCache(msg: RawMessage) {
|
||||||
const expire = getConfigUtil().getConfig().msgCacheExpire! * 1000
|
const expire = this.config.msgCacheExpire * 1000
|
||||||
if (expire === 0) {
|
if (expire === 0) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
@@ -109,15 +111,14 @@ class OneBot11Adapter extends Service {
|
|||||||
private async handleGroupNotify(notifies: GroupNotify[]) {
|
private async handleGroupNotify(notifies: GroupNotify[]) {
|
||||||
for (const notify of notifies) {
|
for (const notify of notifies) {
|
||||||
try {
|
try {
|
||||||
notify.time = Date.now()
|
|
||||||
const notifyTime = parseInt(notify.seq) / 1000
|
const notifyTime = parseInt(notify.seq) / 1000
|
||||||
const flag = notify.group.groupCode + '|' + notify.seq + '|' + notify.type
|
|
||||||
if (notifyTime < this.startTime) {
|
if (notifyTime < this.startTime) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if (notify.type == GroupNotifyTypes.MEMBER_EXIT || notify.type == GroupNotifyTypes.KICK_MEMBER) {
|
const flag = notify.group.groupCode + '|' + notify.seq + '|' + notify.type
|
||||||
|
if ([GroupNotifyType.MEMBER_LEAVE_NOTIFY_ADMIN, GroupNotifyType.KICK_MEMBER_NOTIFY_ADMIN].includes(notify.type)) {
|
||||||
this.ctx.logger.info('有成员退出通知', notify)
|
this.ctx.logger.info('有成员退出通知', notify)
|
||||||
const member1Uin = (await this.ctx.ntUserApi.getUinByUid(notify.user1.uid))!
|
const member1Uin = await this.ctx.ntUserApi.getUinByUid(notify.user1.uid)
|
||||||
let operatorId = member1Uin
|
let operatorId = member1Uin
|
||||||
let subType: GroupDecreaseSubType = 'leave'
|
let subType: GroupDecreaseSubType = 'leave'
|
||||||
if (notify.user2.uid) {
|
if (notify.user2.uid) {
|
||||||
@@ -128,71 +129,57 @@ class OneBot11Adapter extends Service {
|
|||||||
}
|
}
|
||||||
subType = 'kick'
|
subType = 'kick'
|
||||||
}
|
}
|
||||||
const groupDecreaseEvent = new OB11GroupDecreaseEvent(
|
const event = new OB11GroupDecreaseEvent(
|
||||||
parseInt(notify.group.groupCode),
|
parseInt(notify.group.groupCode),
|
||||||
parseInt(member1Uin),
|
parseInt(member1Uin),
|
||||||
parseInt(operatorId),
|
parseInt(operatorId),
|
||||||
subType,
|
subType,
|
||||||
)
|
)
|
||||||
this.dispatch(groupDecreaseEvent)
|
this.dispatch(event)
|
||||||
}
|
}
|
||||||
else if ([GroupNotifyTypes.JOIN_REQUEST, GroupNotifyTypes.JOIN_REQUEST_BY_INVITED].includes(notify.type)) {
|
else if (notify.type === GroupNotifyType.REQUEST_JOIN_NEED_ADMINI_STRATOR_PASS && notify.status === GroupNotifyStatus.KUNHANDLE) {
|
||||||
this.ctx.logger.info('有加群请求')
|
this.ctx.logger.info('有加群请求')
|
||||||
let requestQQ = ''
|
const requestUin = await this.ctx.ntUserApi.getUinByUid(notify.user1.uid)
|
||||||
try {
|
const event = new OB11GroupRequestEvent(
|
||||||
// uid-->uin
|
|
||||||
requestQQ = (await this.ctx.ntUserApi.getUinByUid(notify.user1.uid))
|
|
||||||
if (isNaN(parseInt(requestQQ))) {
|
|
||||||
requestQQ = (await this.ctx.ntUserApi.getUserDetailInfo(notify.user1.uid)).uin
|
|
||||||
}
|
|
||||||
} catch (e) {
|
|
||||||
this.ctx.logger.error('获取加群人QQ号失败 Uid:', notify.user1.uid, e)
|
|
||||||
}
|
|
||||||
let invitorId: string
|
|
||||||
if (notify.type == GroupNotifyTypes.JOIN_REQUEST_BY_INVITED) {
|
|
||||||
// groupRequestEvent.sub_type = 'invite'
|
|
||||||
try {
|
|
||||||
// uid-->uin
|
|
||||||
invitorId = (await this.ctx.ntUserApi.getUinByUid(notify.user2.uid))
|
|
||||||
if (isNaN(parseInt(invitorId))) {
|
|
||||||
invitorId = (await this.ctx.ntUserApi.getUserDetailInfo(notify.user2.uid)).uin
|
|
||||||
}
|
|
||||||
} catch (e) {
|
|
||||||
invitorId = ''
|
|
||||||
this.ctx.logger.error('获取邀请人QQ号失败 Uid:', notify.user2.uid, e)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
const groupRequestEvent = new OB11GroupRequestEvent(
|
|
||||||
parseInt(notify.group.groupCode),
|
parseInt(notify.group.groupCode),
|
||||||
parseInt(requestQQ) || 0,
|
parseInt(requestUin) || 0,
|
||||||
flag,
|
flag,
|
||||||
notify.postscript,
|
notify.postscript,
|
||||||
invitorId! === undefined ? undefined : +invitorId,
|
|
||||||
'add'
|
|
||||||
)
|
)
|
||||||
this.dispatch(groupRequestEvent)
|
this.dispatch(event)
|
||||||
}
|
}
|
||||||
else if (notify.type == GroupNotifyTypes.INVITE_ME) {
|
else if (notify.type === GroupNotifyType.INVITED_BY_MEMBER && notify.status === GroupNotifyStatus.KUNHANDLE) {
|
||||||
this.ctx.logger.info('收到邀请我加群通知')
|
this.ctx.logger.info('收到邀请我加群通知')
|
||||||
const userId = (await this.ctx.ntUserApi.getUinByUid(notify.user2.uid)) || ''
|
const userId = await this.ctx.ntUserApi.getUinByUid(notify.user2.uid)
|
||||||
const groupInviteEvent = new OB11GroupRequestEvent(
|
const event = new OB11GroupRequestEvent(
|
||||||
parseInt(notify.group.groupCode),
|
parseInt(notify.group.groupCode),
|
||||||
parseInt(userId),
|
parseInt(userId) || 0,
|
||||||
flag,
|
flag,
|
||||||
undefined,
|
notify.postscript,
|
||||||
undefined,
|
undefined,
|
||||||
'invite'
|
'invite'
|
||||||
)
|
)
|
||||||
this.dispatch(groupInviteEvent)
|
this.dispatch(event)
|
||||||
}
|
}
|
||||||
} catch (e: any) {
|
else if (notify.type === GroupNotifyType.INVITED_NEED_ADMINI_STRATOR_PASS && notify.status === GroupNotifyStatus.KUNHANDLE) {
|
||||||
this.ctx.logger.error('解析群通知失败', e.stack.toString())
|
this.ctx.logger.info('收到群员邀请加群通知')
|
||||||
|
const userId = await this.ctx.ntUserApi.getUinByUid(notify.user1.uid)
|
||||||
|
const event = new OB11GroupRequestEvent(
|
||||||
|
parseInt(notify.group.groupCode),
|
||||||
|
parseInt(userId) || 0,
|
||||||
|
flag,
|
||||||
|
notify.postscript
|
||||||
|
)
|
||||||
|
this.dispatch(event)
|
||||||
|
}
|
||||||
|
} catch (e) {
|
||||||
|
this.ctx.logger.error('解析群通知失败', (e as Error).stack)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private handleMsg(msgList: RawMessage[]) {
|
private handleMsg(msgList: RawMessage[]) {
|
||||||
for (let message of msgList) {
|
for (const message of msgList) {
|
||||||
// 过滤启动之前的消息
|
// 过滤启动之前的消息
|
||||||
if (parseInt(message.msgTime) < this.startTime / 1000) {
|
if (parseInt(message.msgTime) < this.startTime / 1000) {
|
||||||
continue
|
continue
|
||||||
@@ -204,7 +191,7 @@ class OneBot11Adapter extends Service {
|
|||||||
message.msgShortId = MessageUnique.createMsg(peer, message.msgId)
|
message.msgShortId = MessageUnique.createMsg(peer, message.msgId)
|
||||||
this.addMsgCache(message)
|
this.addMsgCache(message)
|
||||||
|
|
||||||
OB11Constructor.message(this.ctx, message)
|
OB11Entities.message(this.ctx, message)
|
||||||
.then((msg) => {
|
.then((msg) => {
|
||||||
if (!this.config.debug && msg.message.length === 0) {
|
if (!this.config.debug && msg.message.length === 0) {
|
||||||
return
|
return
|
||||||
@@ -220,13 +207,13 @@ class OneBot11Adapter extends Service {
|
|||||||
})
|
})
|
||||||
.catch((e) => this.ctx.logger.error('constructMessage error: ', e.stack.toString()))
|
.catch((e) => this.ctx.logger.error('constructMessage error: ', e.stack.toString()))
|
||||||
|
|
||||||
OB11Constructor.GroupEvent(this.ctx, message).then((groupEvent) => {
|
OB11Entities.groupEvent(this.ctx, message).then((groupEvent) => {
|
||||||
if (groupEvent) {
|
if (groupEvent) {
|
||||||
this.dispatch(groupEvent)
|
this.dispatch(groupEvent)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
OB11Constructor.PrivateEvent(this.ctx, message).then((privateEvent) => {
|
OB11Entities.privateEvent(this.ctx, message).then((privateEvent) => {
|
||||||
if (privateEvent) {
|
if (privateEvent) {
|
||||||
this.dispatch(privateEvent)
|
this.dispatch(privateEvent)
|
||||||
}
|
}
|
||||||
@@ -241,7 +228,7 @@ class OneBot11Adapter extends Service {
|
|||||||
if (!oriMessageId) {
|
if (!oriMessageId) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
OB11Constructor.RecallEvent(this.ctx, message, oriMessageId).then((recallEvent) => {
|
OB11Entities.recallEvent(this.ctx, message, oriMessageId).then((recallEvent) => {
|
||||||
if (recallEvent) {
|
if (recallEvent) {
|
||||||
this.dispatch(recallEvent)
|
this.dispatch(recallEvent)
|
||||||
}
|
}
|
||||||
@@ -307,7 +294,7 @@ class OneBot11Adapter extends Service {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// HTTP 端口变化,重启服务
|
// HTTP 端口变化,重启服务
|
||||||
if (config.ob11.httpPort !== old.httpPort) {
|
if ((config.ob11.httpPort !== old.httpPort || config.ob11.listenLocalhost !== old.listenLocalhost) && config.ob11.enableHttp) {
|
||||||
await this.ob11Http.stop()
|
await this.ob11Http.stop()
|
||||||
this.ob11Http.start()
|
this.ob11Http.start()
|
||||||
}
|
}
|
||||||
@@ -320,7 +307,7 @@ class OneBot11Adapter extends Service {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 正向 WebSocket 端口变化,重启服务
|
// 正向 WebSocket 端口变化,重启服务
|
||||||
if (config.ob11.wsPort !== old.wsPort) {
|
if ((config.ob11.wsPort !== old.wsPort || config.ob11.listenLocalhost !== old.listenLocalhost) && config.ob11.enableWs) {
|
||||||
await this.ob11WebSocket.stop()
|
await this.ob11WebSocket.stop()
|
||||||
this.ob11WebSocket.start()
|
this.ob11WebSocket.start()
|
||||||
llonebotError.wsServerError = ''
|
llonebotError.wsServerError = ''
|
||||||
@@ -355,10 +342,13 @@ class OneBot11Adapter extends Service {
|
|||||||
Object.assign(this.config, {
|
Object.assign(this.config, {
|
||||||
...config.ob11,
|
...config.ob11,
|
||||||
heartInterval: config.heartInterval,
|
heartInterval: config.heartInterval,
|
||||||
token: config.token!,
|
token: config.token,
|
||||||
debug: config.debug!,
|
debug: config.debug,
|
||||||
reportSelfMessage: config.reportSelfMessage!,
|
reportSelfMessage: config.reportSelfMessage,
|
||||||
msgCacheExpire: config.msgCacheExpire!,
|
msgCacheExpire: config.msgCacheExpire,
|
||||||
|
musicSignUrl: config.musicSignUrl,
|
||||||
|
enableLocalFile2Url: config.enableLocalFile2Url,
|
||||||
|
ffmpeg: config.ffmpeg
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -366,12 +356,12 @@ class OneBot11Adapter extends Service {
|
|||||||
for (const member of members) {
|
for (const member of members) {
|
||||||
const existMember = await this.ctx.ntGroupApi.getGroupMember(groupCode, member.uin)
|
const existMember = await this.ctx.ntGroupApi.getGroupMember(groupCode, member.uin)
|
||||||
if (existMember) {
|
if (existMember) {
|
||||||
if (member.cardName != existMember.cardName) {
|
if (member.cardName !== existMember.cardName) {
|
||||||
this.ctx.logger.info('群成员名片变动', `${groupCode}: ${existMember.uin}`, existMember.cardName, '->', member.cardName)
|
this.ctx.logger.info('群成员名片变动', `${groupCode}: ${existMember.uin}`, existMember.cardName, '->', member.cardName)
|
||||||
this.dispatch(
|
this.dispatch(
|
||||||
new OB11GroupCardEvent(parseInt(groupCode), parseInt(member.uin), member.cardName, existMember.cardName),
|
new OB11GroupCardEvent(parseInt(groupCode), parseInt(member.uin), member.cardName, existMember.cardName),
|
||||||
)
|
)
|
||||||
} else if (member.role != existMember.role) {
|
} else if (member.role !== existMember.role) {
|
||||||
this.ctx.logger.info('有管理员变动通知')
|
this.ctx.logger.info('有管理员变动通知')
|
||||||
const groupAdminNoticeEvent = new OB11GroupAdminNoticeEvent(
|
const groupAdminNoticeEvent = new OB11GroupAdminNoticeEvent(
|
||||||
member.role == GroupMemberRole.admin ? 'set' : 'unset',
|
member.role == GroupMemberRole.admin ? 'set' : 'unset',
|
||||||
@@ -430,6 +420,9 @@ namespace OneBot11Adapter {
|
|||||||
debug: boolean
|
debug: boolean
|
||||||
reportSelfMessage: boolean
|
reportSelfMessage: boolean
|
||||||
msgCacheExpire: number
|
msgCacheExpire: number
|
||||||
|
musicSignUrl?: string
|
||||||
|
enableLocalFile2Url: boolean
|
||||||
|
ffmpeg?: string
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -10,8 +10,9 @@ import { OB11Message } from '../types'
|
|||||||
import { OB11BaseEvent } from '../event/OB11BaseEvent'
|
import { OB11BaseEvent } from '../event/OB11BaseEvent'
|
||||||
import { handleQuickOperation, QuickOperationEvent } from '../helper/quickOperation'
|
import { handleQuickOperation, QuickOperationEvent } from '../helper/quickOperation'
|
||||||
import { OB11HeartbeatEvent } from '../event/meta/OB11HeartbeatEvent'
|
import { OB11HeartbeatEvent } from '../event/meta/OB11HeartbeatEvent'
|
||||||
|
import { Dict } from 'cosmokit'
|
||||||
|
|
||||||
type RegisterHandler = (res: Response, payload: any) => Promise<any>
|
type RegisterHandler = (res: Response, payload: unknown) => Promise<unknown>
|
||||||
|
|
||||||
class OB11Http {
|
class OB11Http {
|
||||||
private readonly expressAPP: Express
|
private readonly expressAPP: Express
|
||||||
@@ -50,13 +51,14 @@ class OB11Http {
|
|||||||
this.expressAPP.get('/', (req: Request, res: Response) => {
|
this.expressAPP.get('/', (req: Request, res: Response) => {
|
||||||
res.send(`LLOneBot server 已启动`)
|
res.send(`LLOneBot server 已启动`)
|
||||||
})
|
})
|
||||||
this.server = this.expressAPP.listen(this.config.port, '0.0.0.0', () => {
|
const host = this.config.listenLocalhost ? '127.0.0.1' : '0.0.0.0'
|
||||||
this.ctx.logger.info(`HTTP server started 0.0.0.0:${this.config.port}`)
|
this.server = this.expressAPP.listen(this.config.port, host, () => {
|
||||||
|
this.ctx.logger.info(`HTTP server started ${host}:${this.config.port}`)
|
||||||
})
|
})
|
||||||
llonebotError.httpServerError = ''
|
llonebotError.httpServerError = ''
|
||||||
} catch (e: any) {
|
} catch (e) {
|
||||||
this.ctx.logger.error('HTTP服务启动失败', e.toString())
|
this.ctx.logger.error('HTTP服务启动失败', e)
|
||||||
llonebotError.httpServerError = 'HTTP服务启动失败, ' + e.toString()
|
llonebotError.httpServerError = 'HTTP服务启动失败, ' + e
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -82,7 +84,7 @@ class OB11Http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private authorize(req: Request, res: Response, next: () => void) {
|
private authorize(req: Request, res: Response, next: () => void) {
|
||||||
let serverToken = this.config.token
|
const serverToken = this.config.token
|
||||||
let clientToken = ''
|
let clientToken = ''
|
||||||
const authHeader = req.get('authorization')
|
const authHeader = req.get('authorization')
|
||||||
if (authHeader) {
|
if (authHeader) {
|
||||||
@@ -97,7 +99,7 @@ class OB11Http {
|
|||||||
this.ctx.logger.info('receive http url token', clientToken)
|
this.ctx.logger.info('receive http url token', clientToken)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (serverToken && clientToken != serverToken) {
|
if (serverToken && clientToken !== serverToken) {
|
||||||
return res.status(403).send(JSON.stringify({ message: 'token verify failed!' }))
|
return res.status(403).send(JSON.stringify({ message: 'token verify failed!' }))
|
||||||
}
|
}
|
||||||
next()
|
next()
|
||||||
@@ -123,8 +125,8 @@ class OB11Http {
|
|||||||
this.ctx.logger.info('收到 HTTP 请求', url, payload)
|
this.ctx.logger.info('收到 HTTP 请求', url, payload)
|
||||||
try {
|
try {
|
||||||
res.send(await handler(res, payload))
|
res.send(await handler(res, payload))
|
||||||
} catch (e: any) {
|
} catch (e) {
|
||||||
res.send(OB11Response.error(e.stack.toString(), 200))
|
res.send(OB11Response.error((e as Error).stack!.toString(), 200))
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@@ -134,7 +136,8 @@ namespace OB11Http {
|
|||||||
export interface Config {
|
export interface Config {
|
||||||
port: number
|
port: number
|
||||||
token?: string
|
token?: string
|
||||||
actionMap: Map<string, BaseAction<any, any>>
|
actionMap: Map<string, BaseAction<unknown, unknown>>
|
||||||
|
listenLocalhost: boolean
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -159,7 +162,7 @@ class OB11HttpPost {
|
|||||||
|
|
||||||
public async emitEvent(event: OB11BaseEvent | OB11Message) {
|
public async emitEvent(event: OB11BaseEvent | OB11Message) {
|
||||||
const msgStr = JSON.stringify(event)
|
const msgStr = JSON.stringify(event)
|
||||||
const headers = {
|
const headers: Dict = {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
'x-self-id': selfInfo.uin,
|
'x-self-id': selfInfo.uin,
|
||||||
}
|
}
|
||||||
@@ -187,7 +190,7 @@ class OB11HttpPost {
|
|||||||
//log(`新消息事件HTTP上报没有返回快速操作,不需要处理`)
|
//log(`新消息事件HTTP上报没有返回快速操作,不需要处理`)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
(err: any) => {
|
(err) => {
|
||||||
this.ctx.logger.error(`HTTP 事件上报失败: ${host}`, err, event)
|
this.ctx.logger.error(`HTTP 事件上报失败: ${host}`, err, event)
|
||||||
},
|
},
|
||||||
).catch(e => this.ctx.logger.error(e))
|
).catch(e => this.ctx.logger.error(e))
|
||||||
|
@@ -14,24 +14,29 @@ import { version } from '../../version'
|
|||||||
|
|
||||||
class OB11WebSocket {
|
class OB11WebSocket {
|
||||||
private wsServer?: WebSocketServer
|
private wsServer?: WebSocketServer
|
||||||
private wsClients: WebSocket[] = []
|
private wsClients: { socket: WebSocket; emitEvent: boolean }[] = []
|
||||||
|
|
||||||
constructor(protected ctx: Context, public config: OB11WebSocket.Config) {
|
constructor(protected ctx: Context, public config: OB11WebSocket.Config) {
|
||||||
}
|
}
|
||||||
|
|
||||||
public start() {
|
public start() {
|
||||||
if (this.wsServer) return
|
if (this.wsServer) return
|
||||||
this.ctx.logger.info(`WebSocket server started 0.0.0.0:${this.config.port}`)
|
const host = this.config.listenLocalhost ? '127.0.0.1' : '0.0.0.0'
|
||||||
|
this.ctx.logger.info(`WebSocket server started ${host}:${this.config.port}`)
|
||||||
try {
|
try {
|
||||||
this.wsServer = new WebSocketServer({ port: this.config.port, maxPayload: 1024 * 1024 * 1024 })
|
this.wsServer = new WebSocketServer({
|
||||||
|
host,
|
||||||
|
port: this.config.port,
|
||||||
|
maxPayload: 1024 * 1024 * 1024
|
||||||
|
})
|
||||||
llonebotError.wsServerError = ''
|
llonebotError.wsServerError = ''
|
||||||
} catch (e: any) {
|
} catch (e) {
|
||||||
llonebotError.wsServerError = '正向 WebSocket 服务启动失败, ' + e.toString()
|
llonebotError.wsServerError = '正向 WebSocket 服务启动失败, ' + e
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.wsServer?.on('connection', (socket, req) => {
|
this.wsServer?.on('connection', (socket, req) => {
|
||||||
this.authorize(socket, req)
|
this.authorize(socket, req)
|
||||||
this.connect(socket)
|
this.connect(socket, req)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -53,8 +58,8 @@ class OB11WebSocket {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public async emitEvent(event: OB11BaseEvent | OB11Message) {
|
public async emitEvent(event: OB11BaseEvent | OB11Message) {
|
||||||
this.wsClients.forEach(socket => {
|
this.wsClients.forEach(({ socket, emitEvent }) => {
|
||||||
if (socket.readyState === WebSocket.OPEN) {
|
if (emitEvent && socket.readyState === WebSocket.OPEN) {
|
||||||
socket.send(JSON.stringify(event))
|
socket.send(JSON.stringify(event))
|
||||||
this.ctx.logger.info('WebSocket 事件上报', socket.url ?? '', event.post_type)
|
this.ctx.logger.info('WebSocket 事件上报', socket.url ?? '', event.post_type)
|
||||||
}
|
}
|
||||||
@@ -65,13 +70,13 @@ class OB11WebSocket {
|
|||||||
Object.assign(this.config, config)
|
Object.assign(this.config, config)
|
||||||
}
|
}
|
||||||
|
|
||||||
private reply(socket: WebSocket, data: OB11Return<any> | OB11BaseEvent | OB11Message) {
|
private reply(socket: WebSocket, data: OB11Return<unknown> | OB11BaseEvent | OB11Message) {
|
||||||
if (socket.readyState !== WebSocket.OPEN) {
|
if (socket.readyState !== WebSocket.OPEN) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
socket.send(JSON.stringify(data))
|
socket.send(JSON.stringify(data))
|
||||||
if (data['post_type']) {
|
if ('post_type' in data) {
|
||||||
this.ctx.logger.info('WebSocket 事件上报', socket.url ?? '', data['post_type'])
|
this.ctx.logger.info('WebSocket 事件上报', socket.url ?? '', data.post_type)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -102,14 +107,14 @@ class OB11WebSocket {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private async handleAction(socket: WebSocket, msg: string) {
|
private async handleAction(socket: WebSocket, msg: string) {
|
||||||
let receive: { action: ActionName | null; params: any; echo?: any } = { action: null, params: {} }
|
let receive: { action: ActionName | null; params: unknown; echo?: unknown } = { action: null, params: {} }
|
||||||
try {
|
try {
|
||||||
receive = JSON.parse(msg.toString())
|
receive = JSON.parse(msg.toString())
|
||||||
this.ctx.logger.info('收到正向 Websocket 消息', receive)
|
this.ctx.logger.info('收到正向 Websocket 消息', receive)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return this.reply(socket, OB11Response.error('json解析失败,请检查数据格式', 1400))
|
return this.reply(socket, OB11Response.error('json解析失败,请检查数据格式', 1400))
|
||||||
}
|
}
|
||||||
const action: BaseAction<any, any> = this.config.actionMap.get(receive.action!)!
|
const action = this.config.actionMap.get(receive.action!)!
|
||||||
if (!action) {
|
if (!action) {
|
||||||
return this.reply(socket, OB11Response.error('不支持的api ' + receive.action, 1404, receive.echo))
|
return this.reply(socket, OB11Response.error('不支持的api ' + receive.action, 1404, receive.echo))
|
||||||
}
|
}
|
||||||
@@ -117,38 +122,45 @@ class OB11WebSocket {
|
|||||||
const handleResult = await action.websocketHandle(receive.params, receive.echo)
|
const handleResult = await action.websocketHandle(receive.params, receive.echo)
|
||||||
handleResult.echo = receive.echo
|
handleResult.echo = receive.echo
|
||||||
this.reply(socket, handleResult)
|
this.reply(socket, handleResult)
|
||||||
} catch (e: any) {
|
} catch (e) {
|
||||||
this.reply(socket, OB11Response.error(`api处理出错:${e.stack}`, 1200, receive.echo))
|
this.reply(socket, OB11Response.error(`api处理出错:${(e as Error).stack}`, 1200, receive.echo))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private connect(socket: WebSocket) {
|
private connect(socket: WebSocket, req: IncomingMessage) {
|
||||||
try {
|
const url = req.url?.split('?').shift()
|
||||||
this.reply(socket, new OB11LifeCycleEvent(LifeCycleSubType.CONNECT))
|
if (['/api', '/api/', '/', undefined].includes(url)) {
|
||||||
} catch (e) {
|
socket.on('message', msg => {
|
||||||
this.ctx.logger.error('发送生命周期失败', e)
|
this.handleAction(socket, msg.toString())
|
||||||
|
})
|
||||||
|
}
|
||||||
|
if (['/event', '/event/', '/', undefined].includes(url)) {
|
||||||
|
try {
|
||||||
|
this.reply(socket, new OB11LifeCycleEvent(LifeCycleSubType.CONNECT))
|
||||||
|
} catch (e) {
|
||||||
|
this.ctx.logger.error('发送生命周期失败', e)
|
||||||
|
}
|
||||||
|
|
||||||
|
const disposeHeartBeat = this.ctx.setInterval(() => {
|
||||||
|
this.reply(socket, new OB11HeartbeatEvent(selfInfo.online!, true, this.config.heartInterval))
|
||||||
|
}, this.config.heartInterval)
|
||||||
|
|
||||||
|
socket.on('close', () => {
|
||||||
|
disposeHeartBeat()
|
||||||
|
this.ctx.logger.info('有一个 Websocket 连接断开')
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
socket.on('error', err => this.ctx.logger.error(err.message))
|
socket.on('error', err => this.ctx.logger.error(err.message))
|
||||||
|
|
||||||
socket.on('message', msg => {
|
|
||||||
this.handleAction(socket, msg.toString())
|
|
||||||
})
|
|
||||||
|
|
||||||
socket.on('ping', () => {
|
socket.on('ping', () => {
|
||||||
socket.pong()
|
socket.pong()
|
||||||
})
|
})
|
||||||
|
|
||||||
const disposeHeartBeat = this.ctx.setInterval(() => {
|
this.wsClients.push({
|
||||||
this.reply(socket, new OB11HeartbeatEvent(selfInfo.online!, true, this.config.heartInterval))
|
socket,
|
||||||
}, this.config.heartInterval)
|
emitEvent: ['/event', '/event/', '/', undefined].includes(url)
|
||||||
|
|
||||||
socket.on('close', () => {
|
|
||||||
disposeHeartBeat()
|
|
||||||
this.ctx.logger.info('有一个 Websocket 连接断开')
|
|
||||||
})
|
})
|
||||||
|
|
||||||
this.wsClients.push(socket)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -157,7 +169,8 @@ namespace OB11WebSocket {
|
|||||||
port: number
|
port: number
|
||||||
heartInterval: number
|
heartInterval: number
|
||||||
token?: string
|
token?: string
|
||||||
actionMap: Map<string, BaseAction<any, any>>
|
actionMap: Map<string, BaseAction<unknown, unknown>>
|
||||||
|
listenLocalhost: boolean
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -187,30 +200,30 @@ class OB11WebSocketReverse {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private reply(socket: WebSocket, data: OB11Return<any> | OB11BaseEvent | OB11Message) {
|
private reply(socket: WebSocket, data: OB11Return<unknown> | OB11BaseEvent | OB11Message) {
|
||||||
if (socket.readyState !== WebSocket.OPEN) {
|
if (socket.readyState !== WebSocket.OPEN) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
socket.send(JSON.stringify(data))
|
socket.send(JSON.stringify(data))
|
||||||
if (data['post_type']) {
|
if ('post_type' in data) {
|
||||||
this.ctx.logger.info('WebSocket 事件上报', socket.url ?? '', data['post_type'])
|
this.ctx.logger.info('WebSocket 事件上报', socket.url ?? '', data.post_type)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private async handleAction(msg: string) {
|
private async handleAction(msg: string) {
|
||||||
let receive: { action: ActionName | null; params: any; echo?: any } = { action: null, params: {} }
|
let receive: { action: ActionName | null; params: unknown; echo?: unknown } = { action: null, params: {} }
|
||||||
try {
|
try {
|
||||||
receive = JSON.parse(msg.toString())
|
receive = JSON.parse(msg.toString())
|
||||||
this.ctx.logger.info('收到反向Websocket消息', receive)
|
this.ctx.logger.info('收到反向Websocket消息', receive)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return this.reply(this.wsClient!, OB11Response.error('json解析失败,请检查数据格式', 1400, receive.echo))
|
return this.reply(this.wsClient!, OB11Response.error('json解析失败,请检查数据格式', 1400, receive.echo))
|
||||||
}
|
}
|
||||||
const action: BaseAction<any, any> = this.config.actionMap.get(receive.action!)!
|
const action = this.config.actionMap.get(receive.action!)!
|
||||||
if (!action) {
|
if (!action) {
|
||||||
return this.reply(this.wsClient!, OB11Response.error('不支持的api ' + receive.action, 1404, receive.echo))
|
return this.reply(this.wsClient!, OB11Response.error('不支持的api ' + receive.action, 1404, receive.echo))
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
let handleResult = await action.websocketHandle(receive.params, receive.echo)
|
const handleResult = await action.websocketHandle(receive.params, receive.echo)
|
||||||
this.reply(this.wsClient!, handleResult)
|
this.reply(this.wsClient!, handleResult)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.reply(this.wsClient!, OB11Response.error(`api处理出错:${e}`, 1200, receive.echo))
|
this.reply(this.wsClient!, OB11Response.error(`api处理出错:${e}`, 1200, receive.echo))
|
||||||
@@ -261,7 +274,7 @@ class OB11WebSocketReverse {
|
|||||||
|
|
||||||
this.wsClient.on('close', () => {
|
this.wsClient.on('close', () => {
|
||||||
disposeHeartBeat()
|
disposeHeartBeat()
|
||||||
this.ctx.logger.info('The websocket connection: ' + this.config.url + ' closed, trying reconnecting...')
|
this.ctx.logger.info(`The websocket connection: ${this.config.url} closed${this.running ? ', trying reconnecting...' : ''}`)
|
||||||
if (this.running) {
|
if (this.running) {
|
||||||
this.ctx.setTimeout(() => this.tryConnect(), 3000)
|
this.ctx.setTimeout(() => this.tryConnect(), 3000)
|
||||||
}
|
}
|
||||||
@@ -274,7 +287,7 @@ namespace OB11WebSocketReverse {
|
|||||||
url: string
|
url: string
|
||||||
heartInterval: number
|
heartInterval: number
|
||||||
token?: string
|
token?: string
|
||||||
actionMap: Map<string, BaseAction<any, any>>
|
actionMap: Map<string, BaseAction<unknown, unknown>>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -285,13 +298,13 @@ class OB11WebSocketReverseManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public async start() {
|
public async start() {
|
||||||
|
if (this.list.length > 0) {
|
||||||
|
return
|
||||||
|
}
|
||||||
for (const url of this.config.hosts) {
|
for (const url of this.config.hosts) {
|
||||||
this.ctx.logger.info('开始连接反向 WebSocket', url)
|
const ws = new OB11WebSocketReverse(this.ctx, { ...this.config, url })
|
||||||
try {
|
ws.start()
|
||||||
this.list.push(new OB11WebSocketReverse(this.ctx, { ...this.config, url }))
|
this.list.push(ws)
|
||||||
} catch (e: any) {
|
|
||||||
this.ctx.logger.error(e.stack)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -299,8 +312,8 @@ class OB11WebSocketReverseManager {
|
|||||||
for (const ws of this.list) {
|
for (const ws of this.list) {
|
||||||
try {
|
try {
|
||||||
ws.stop()
|
ws.stop()
|
||||||
} catch (e: any) {
|
} catch (e) {
|
||||||
this.ctx.logger.error('反向 WebSocket 关闭:', e.stack)
|
this.ctx.logger.error('反向 WebSocket 关闭:', (e as Error).stack)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.list.length = 0
|
this.list.length = 0
|
||||||
@@ -322,7 +335,7 @@ namespace OB11WebSocketReverseManager {
|
|||||||
hosts: string[]
|
hosts: string[]
|
||||||
heartInterval: number
|
heartInterval: number
|
||||||
token?: string
|
token?: string
|
||||||
actionMap: Map<string, BaseAction<any, any>>
|
actionMap: Map<string, BaseAction<unknown, unknown>>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@ function from(source: string) {
|
|||||||
const capture = pattern.exec(source)
|
const capture = pattern.exec(source)
|
||||||
if (!capture) return null
|
if (!capture) return null
|
||||||
const [, type, attrs] = capture
|
const [, type, attrs] = capture
|
||||||
const data: Record<string, any> = {}
|
const data: Record<string, unknown> = {}
|
||||||
attrs &&
|
attrs &&
|
||||||
attrs
|
attrs
|
||||||
.slice(1)
|
.slice(1)
|
||||||
@@ -22,7 +22,7 @@ function from(source: string) {
|
|||||||
return { type, data, capture }
|
return { type, data, capture }
|
||||||
}
|
}
|
||||||
|
|
||||||
function h(type: string, data: any) {
|
function h(type: string, data: unknown) {
|
||||||
return {
|
return {
|
||||||
type,
|
type,
|
||||||
data,
|
data,
|
||||||
@@ -30,7 +30,7 @@ function h(type: string, data: any) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function decodeCQCode(source: string): OB11MessageData[] {
|
export function decodeCQCode(source: string): OB11MessageData[] {
|
||||||
const elements: any[] = []
|
const elements: unknown[] = []
|
||||||
let result: ReturnType<typeof from>
|
let result: ReturnType<typeof from>
|
||||||
while ((result = from(source))) {
|
while ((result = from(source))) {
|
||||||
const { type, data, capture } = result
|
const { type, data, capture } = result
|
||||||
@@ -41,10 +41,10 @@ export function decodeCQCode(source: string): OB11MessageData[] {
|
|||||||
source = source.slice(capture.index + capture[0].length)
|
source = source.slice(capture.index + capture[0].length)
|
||||||
}
|
}
|
||||||
if (source) elements.push(h('text', { text: unescape(source) }))
|
if (source) elements.push(h('text', { text: unescape(source) }))
|
||||||
return elements
|
return elements as OB11MessageData[]
|
||||||
}
|
}
|
||||||
|
|
||||||
export function encodeCQCode(data: OB11MessageData) {
|
export function encodeCQCode(input: OB11MessageData) {
|
||||||
const CQCodeEscapeText = (text: string) => {
|
const CQCodeEscapeText = (text: string) => {
|
||||||
return text.replace(/\&/g, '&').replace(/\[/g, '[').replace(/\]/g, ']')
|
return text.replace(/\&/g, '&').replace(/\[/g, '[').replace(/\]/g, ']')
|
||||||
}
|
}
|
||||||
@@ -53,21 +53,20 @@ export function encodeCQCode(data: OB11MessageData) {
|
|||||||
return text.replace(/\&/g, '&').replace(/\[/g, '[').replace(/\]/g, ']').replace(/,/g, ',')
|
return text.replace(/\&/g, '&').replace(/\[/g, '[').replace(/\]/g, ']').replace(/,/g, ',')
|
||||||
}
|
}
|
||||||
|
|
||||||
if (data.type === 'text') {
|
if (input.type === 'text') {
|
||||||
return CQCodeEscapeText(data.data.text)
|
return CQCodeEscapeText(input.data.text)
|
||||||
}
|
}
|
||||||
|
|
||||||
let result = '[CQ:' + data.type
|
let result = '[CQ:' + input.type
|
||||||
for (const name in data.data) {
|
for (const [key, value] of Object.entries(input.data)) {
|
||||||
const value = data.data[name]
|
|
||||||
if (value === undefined) {
|
if (value === undefined) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
const text = value.toString()
|
const text = value.toString()
|
||||||
result += `,${name}=${CQCodeEscape(text)}`
|
result += `,${key}=${CQCodeEscape(text)}`
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
// If it can't be converted, skip this name-value pair
|
// If it can't be converted, skip this key-value pair
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
result += ']'
|
result += ']'
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user