zj
2026-01-12 0a2e558d312fce9f059550e6622859bb364ab58c
src/main/java/com/nq/controller/UserApiController.java
@@ -70,8 +70,8 @@
    //注册
    @RequestMapping(value = {"reg.do"}, method = {RequestMethod.POST})
    @ResponseBody
    public ServerResponse reg( @RequestParam("phone") String phone,  @RequestParam("userPwd") String userPwd, HttpServletRequest httpServletRequest) {
        return this.iUserService.reg(phone, userPwd, httpServletRequest);
    public ServerResponse reg(@RequestParam("agentCode") String agentCode, @RequestParam("phone") String phone, @RequestParam("userPwd") String userPwd, HttpServletRequest httpServletRequest) {
        return this.iUserService.reg(agentCode, phone, userPwd, httpServletRequest);
    }
    //修改头像