xiaoyong931011
2020-07-23 11d5a86bfb7e83653e7d08178c4a892a396a8463
20200723  代码提交
1 files modified
2 ■■■ changed files
src/main/java/com/xcong/excoin/modules/coin/controller/CoinController.java 2 ●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/coin/controller/CoinController.java
@@ -146,7 +146,7 @@
     */
    @ApiOperation(value="获取代理资产佣金入账", notes="获取代理资产佣金入账")
    @ApiResponses({@ApiResponse( code = 200, message = "success", response = MemberAgentIntoInfoVo.class)})
    @GetMapping(value="/getWalletAgentIntoRecords")
    @PostMapping(value="/getWalletAgentIntoRecords")
    public Result  getWalletAgentIntoRecords(@RequestBody @Valid RecordsPageDto recordsPageDto) {
        return coinService.getWalletAgentIntoRecords(recordsPageDto);
    }