@Controller public class RegisterController extends Object
| 构造器和说明 |
|---|
RegisterController() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
addUserJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String openid,
String type,
String pwd,
String img,
String verify) |
String |
aLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String pwd,
String openid,
String type) |
String |
bind(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String openid,
String type,
String verify) |
String |
sendMailMsg(String mail,
String type) |
String |
sendMailVerify(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String mail,
String type) |
String |
sendVerify(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String mobile,
String type) |
String |
verifyMobile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String openid,
String type) |
@RequestMapping(value="/a/code/send",
method=POST)
public String sendVerify(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String mobile,
String type)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoException@RequestMapping(value="/a/mail/code/send",
method=POST)
public String sendMailVerify(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String mail,
String type)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoException@RequestMapping(value="/a/register",
method=POST)
public String addUserJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String openid,
String type,
String pwd,
String img,
String verify)
throws Exception
Exception@RequestMapping(value="/a/verify/openid",
method=GET)
public String verifyMobile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String openid,
String type)
@RequestMapping(value="/a/login",
method=POST)
public String aLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String pwd,
String openid,
String type)
throws Exception
Exception@RequestMapping(value="/a/u/bind",
method=PUT)
public String bind(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String openid,
String type,
String verify)
throws Exception
ExceptionCopyright © 2017. All rights reserved.