zainali5120
2020-12-01 ce3b47fdf62926f80510a94f7a520dbf05267d6d
src/main/java/com/xcong/excoin/modules/platform/controller/PlatformController.java
@@ -39,7 +39,7 @@
   @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);
      //log.info("type值----->{}", type);
      return platformCnyUsdtExchangeService.findUsdtCnyExchange(type);
   }