更新web服务器自定义token解析回调
This commit is contained in:
@@ -60,7 +60,8 @@ class RouteGenerator extends GeneratorForAnnotation<RequestMapping> {
|
||||
() {
|
||||
return method.name;
|
||||
},
|
||||
pl >= 2 ? 2 : 1
|
||||
pl >= 2 ? 2 : 1,
|
||||
anno.read("auth").boolValue
|
||||
]);
|
||||
}
|
||||
// print("构建完毕");
|
||||
|
||||
Reference in New Issue
Block a user