This commit is contained in:
mashuai 2024-03-28 09:43:17 +08:00
parent b42e9e9ab3
commit a9110b28d4
1 changed files with 1 additions and 0 deletions

View File

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