xiaoyong931011
2022-03-04 2e2eeeb8291415706f4941e55270a0b23e76bf23
src/main/java/com/xcong/excoin/modules/coin/controller/CoinController.java
@@ -114,6 +114,17 @@
   }
   
   /**
    *  记录
    * @return
    */
   @ApiOperation(value="记录", notes="记录")
   @ApiResponses({@ApiResponse( code = 200, message = "success", response = CoinInListVo.class)})
   @PostMapping(value="/coinInList")
   public Result coinInList(@RequestBody @Valid CoinInListDto coinInListDto) {
      return coinService.coinInList(coinInListDto);
   }
   /**
    *  获取币币资产交易记录
    * @return
    */