perf: 优化类型问题
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user