perf:/operation/page接口需要鉴权
This commit is contained in:
@@ -37,7 +37,6 @@ public class LogController {
|
||||
* @return
|
||||
*/
|
||||
@GetMapping("/operation/page")
|
||||
@TokenIgnore
|
||||
public ApiResp<List<CoreLogOperation>> operationPage(@Valid PageDTO dto) {
|
||||
|
||||
QueryWrapper<CoreLogOperation> queryWrapper = new QueryWrapper<>();
|
||||
|
||||
Reference in New Issue
Block a user