1
zj
2024-09-02 7b419a8d76be83426c8b92505a431069522b5722
src/main/java/com/nq/controller/agent/AgentController.java
@@ -82,8 +82,11 @@
    //添加用户管理 账户信息
    @RequestMapping({"addSimulatedAccount.do"})
    @ResponseBody
    public ServerResponse addSimulatedAccount(HttpServletRequest request,@RequestParam("agentId") Integer agentId, @RequestParam("phone") String phone, @RequestParam("amt") String amt, @RequestParam("accountType") Integer accountType, @RequestParam("pwd") String pwd) {
        return this.iUserService.addSimulatedAccount(agentId, phone, pwd, amt, accountType, request);
    public ServerResponse addSimulatedAccount(HttpServletRequest request,@RequestParam("agentId") Integer agentId,
                                              @RequestParam("phone") String phone,
                                              @RequestParam("accountType") Integer accountType,
                                              @RequestParam("pwd") String pwd) {
        return this.iUserService.addSimulatedAccount(agentId, phone, pwd, "0", accountType, request);
    }
    //查询股票统计指定时间内,代理客户(已平仓)的交易盈亏