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