chore: 删除不再使用的文件并更新路由上下文以支持自定义字段
This commit is contained in:
@@ -31,6 +31,7 @@ app.route({
|
||||
},
|
||||
}).define(async (ctx) => {
|
||||
ctx.body = '03';
|
||||
ctx.args.test
|
||||
return ctx;
|
||||
}).addTo(app);
|
||||
// app.server.on({
|
||||
|
||||
Reference in New Issue
Block a user