版本获取 不做权限校验
This commit is contained in:
@@ -71,7 +71,7 @@ public class VersionController {
|
||||
* @return VersionDTO
|
||||
*/
|
||||
@GetMapping("/{source}/{type}")
|
||||
@SaAdminCheckPermission(value = "version:get", name = "版本获取")
|
||||
// @SaAdminCheckPermission(value = "version:get", name = "版本获取")
|
||||
public CzgResult<VersionDTO> getVersionInfo(@PathVariable("source") String source, @PathVariable("type") String type) {
|
||||
return versionService.getVersionInfo(source, type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user