From 2c166299a347af5ea6c54e1d803be7eaf51c191e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=A4=A9=E4=B8=80?= Date: Sat, 7 Feb 2026 13:21:06 +0800 Subject: [PATCH] =?UTF-8?q?fix(schema):=20=E6=B7=BB=E5=8A=A0=20data=20?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=8F=8F=E8=BF=B0=E5=88=B0=20BaseResponseSch?= =?UTF-8?q?ema?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/napcat-schema/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/napcat-schema/index.ts b/packages/napcat-schema/index.ts index f078d366..c9eb7e20 100644 --- a/packages/napcat-schema/index.ts +++ b/packages/napcat-schema/index.ts @@ -69,6 +69,7 @@ const BaseResponseSchema: JsonObject = { properties: { status: { type: 'string', description: '状态 (ok/failed)' }, retcode: { type: 'number', description: '返回码' }, + data: { description: '业务数据(具体结构由各接口定义)' }, message: { type: 'string', description: '消息' }, wording: { type: 'string', description: '提示' }, stream: {