test
This commit is contained in:
parent
b42e9e9ab3
commit
a9110b28d4
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue