|
@ -92,7 +92,7 @@ public interface AdminFeignClient { |
|
|
* @author work@yujt.net.cn |
|
|
* @author work@yujt.net.cn |
|
|
* @date 2020/9/1 17:30 |
|
|
* @date 2020/9/1 17:30 |
|
|
*/ |
|
|
*/ |
|
|
@GetMapping("sys/appmenu/v2/indexPanel/${category}/{mobile}") |
|
|
@GetMapping("sys/appmenu/v2/indexPanel/{category}/{mobile}") |
|
|
Result<List<EpdcAppIndexPanelResultDTO>> indexPanel(@PathVariable("category") String category, @PathVariable("mobile") String mobile); |
|
|
Result<List<EpdcAppIndexPanelResultDTO>> indexPanel(@PathVariable("category") String category, @PathVariable("mobile") String mobile); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|