test
This commit is contained in:
parent
a9110b28d4
commit
7508ee35d7
|
|
@ -53,7 +53,6 @@ public class AppController {
|
||||||
@Log(title = "获取app版本信息", businessType = BusinessType.QUERY)
|
@Log(title = "获取app版本信息", businessType = BusinessType.QUERY)
|
||||||
@GetMapping("/getVersion")
|
@GetMapping("/getVersion")
|
||||||
public AjaxResult getVersion() {
|
public AjaxResult getVersion() {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
List<AppVersion> list = service.getVersion();
|
List<AppVersion> list = service.getVersion();
|
||||||
return success(list);
|
return success(list);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue