1
zj
2026-01-13 3e960a11feaa7e2cd22261a1a15781d93659b270
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);
    }
    //修改头像