mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-12 07:50:25 +00:00
fix(schema): 添加 data 字段描述到 BaseResponseSchema
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user