暂存
This commit is contained in:
@@ -210,7 +210,7 @@ app
|
||||
path: 'page',
|
||||
key: 'getDeck',
|
||||
})
|
||||
.define(async (ctx) => {
|
||||
.define<any>(async (ctx) => {
|
||||
const id = ctx.query.id;
|
||||
if (!id) {
|
||||
throw new CustomError('id is required');
|
||||
|
||||
Reference in New Issue
Block a user