refactor: checkDate

This commit is contained in:
手瓜一十雪
2024-05-30 22:41:51 +08:00
parent 1e0820d613
commit decc5fb3c0
21 changed files with 28 additions and 28 deletions

View File

@@ -6,7 +6,7 @@ import { NTQQGroupApi } from '@/core/apis/group';
const SchemaData = {
type: 'object',
properties: {
group_id: { type: 'number' },
group_id: { type: [ 'number' , 'string' ] },
group_name: { type: 'string' }
},
required: ['group_id', 'group_name']