1
zj
2024-08-19 9e020a4b14b2dcf2fddae99305cb6cccf42b6916
src/main/java/com/nq/controller/agent/AgentController.java
@@ -97,6 +97,13 @@
        return this.iUserPositionService.getIncome(agentId, positionType, beginTime, endTime);
    }
    //查询首页充值,提现,注册统计
    @RequestMapping({"moneyCount.do"})
    @ResponseBody
    public ServerResponse moneyCount(@RequestParam(value = "agentId", required = false) String agentId,@RequestParam(value = "startTime", required = false) String startTime,@RequestParam(value = "entTime", required = false) String entTime) {
        return this.iSiteAdminService.moneyCount(agentId,startTime,entTime);
    }
    //查询指数统计指定时间内,代理客户(已平仓)的交易盈亏
    @RequestMapping({"getIndexIncome.do"})
    @ResponseBody