|
@ -66,7 +66,7 @@ public class AppMenuV2Controller { |
|
|
* @author work@yujt.net.cn |
|
|
* @author work@yujt.net.cn |
|
|
* @date 2020/9/1 17:30 |
|
|
* @date 2020/9/1 17:30 |
|
|
*/ |
|
|
*/ |
|
|
@GetMapping("/indexPanel/${category}/{mobile}") |
|
|
@GetMapping("/indexPanel/{category}/{mobile}") |
|
|
public Result<List<EpdcAppIndexPanelResultDTO>> indexPanel(@PathVariable("category") String category, @PathVariable("mobile") String mobile) { |
|
|
public Result<List<EpdcAppIndexPanelResultDTO>> indexPanel(@PathVariable("category") String category, @PathVariable("mobile") String mobile) { |
|
|
return new Result().ok(appMenuService.indexPanel(category, mobile)); |
|
|
return new Result().ok(appMenuService.indexPanel(category, mobile)); |
|
|
} |
|
|
} |
|
|