|  |  | 
 |  |  |       return platformPaymentMethodService.findAll();
 | 
 |  |  |    }
 | 
 |  |  |    
 | 
 |  |  |    @ApiOperation(value = "findPlatformBannerList", notes = "首页轮播图")
 | 
 |  |  |    @ApiOperation(value = "首页轮播图", notes = "首页轮播图")
 | 
 |  |  |    @GetMapping(value = "/findPlatformBannerList")
 | 
 |  |  |    public Result findPlatformBannerList() {
 | 
 |  |  |       return platformBannerService.findAll();
 | 
 |  |  |    }
 | 
 |  |  |    
 | 
 |  |  |    @ApiOperation(value = "findPlatformNoticeList", notes = "首页公告查询")
 | 
 |  |  |    @ApiOperation(value = "首页公告查询", notes = "首页公告查询")
 | 
 |  |  |    @GetMapping(value = "/findPlatformNoticeList")
 | 
 |  |  |    public Result findPlatformNoticeList() {
 | 
 |  |  |       return PlatformNoticeService.findPlatformNoticeList();
 |