This commit is contained in:
mashuai 2024-03-28 09:48:27 +08:00
parent a9110b28d4
commit 7508ee35d7
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ public class AppController {
@Log(title = "获取app版本信息", businessType = BusinessType.QUERY)
@GetMapping("/getVersion")
public AjaxResult getVersion() {
try {
List<AppVersion> list = service.getVersion();
return success(list);