perf: 优化类型问题

This commit is contained in:
richarjiang
2026-04-07 15:35:44 +08:00
parent 3a1b4d22bf
commit 886e70a106
18 changed files with 101 additions and 111 deletions

View File

@@ -24,7 +24,10 @@ export class ShareController {
@Post()
@UseGuards(JwtAuthGuard)
@ApiBearerAuth()
@ApiOperation({ summary: '创建分享', description: '选择6关+标题,生成分享码' })
@ApiOperation({
summary: '创建分享',
description: '选择6关+标题,生成分享码',
})
@ApiResponse({ status: 201, description: '创建成功' })
@ApiResponse({ status: 400, description: '参数错误' })
async createShare(