Helius
2021-04-14 0229fc9025f20572cb5f4f584fafda25fee929e3
src/main/java/com/xcong/excoin/modules/platform/controller/PlatformController.java
@@ -39,7 +39,6 @@
   @ApiOperation(value = "findUsdtCnyExchange", notes = "Cny|Usdt兑换")
   @GetMapping(value = "/findUsdtCnyExchange")
   public Result findUsdtCnyExchange(@ApiParam(name = "type", value = "类型", type="string", required=true) @RequestParam("type") String type) {
      log.info("type值----->{}", type);
      return platformCnyUsdtExchangeService.findUsdtCnyExchange(type);
   }
   
@@ -49,13 +48,13 @@
      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();