mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
feat(controller): 添加匿名访问支持- 在 SmartCamCarLicenseSnapshotDataController 中添加了 @Anonymous 注解
- 此修改允许未登录用户访问受该控制器管理的资源
This commit is contained in:
@@ -58,6 +58,7 @@ public class SmartCamCarLicenseSnapshotDataController {
|
||||
return this.service.list(request);
|
||||
}
|
||||
|
||||
@Anonymous
|
||||
@RateLimit(value = false)
|
||||
@SignCheck(value = false)
|
||||
@SubmitToken(value = false)
|
||||
|
||||
Reference in New Issue
Block a user