mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-16 05:10:34 +00:00
fix: set_group_add_request reason 字段错误
This commit is contained in:
parent
8101d17482
commit
4c03ffeec7
@ -12,7 +12,7 @@ const SchemaData = {
|
|||||||
approve: { type: 'boolean' },
|
approve: { type: 'boolean' },
|
||||||
reason: { type: 'string' }
|
reason: { type: 'string' }
|
||||||
},
|
},
|
||||||
required: ['flag', 'approve', 'reson']
|
required: ['flag', 'approve', 'reason']
|
||||||
} as const satisfies JSONSchema;
|
} as const satisfies JSONSchema;
|
||||||
|
|
||||||
type Payload = FromSchema<typeof SchemaData>;
|
type Payload = FromSchema<typeof SchemaData>;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user