@Controller public class RegisterController extends Object
| 构造器和说明 |
|---|
RegisterController() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
bind(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String openid,
String type,
String verify) |
void |
captchaGenerate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model) |
String |
captchaVerify(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String inputValue) |
String |
checkOpenid(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String account,
String os,
String type) |
String |
logout(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model) |
String |
normalAddUserJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String account,
String verify,
String openid,
String pwd,
String areaCode) |
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 areaCode) |
String |
sendVoice(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String mobile,
String type,
String areaCode) |
String |
verifyMobile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String openid,
String type,
String verify) |
@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,
String areaCode)
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/code/voice",
method=POST)
public String sendVoice(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String mobile,
String type,
String areaCode)
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 normalAddUserJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String account,
String verify,
String openid,
String pwd,
String areaCode)
@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,
String verify)
@RequestMapping(value="/a/captcha/generate",
method=GET)
public void captchaGenerate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws Exception
Exception@RequestMapping(value="/a/captcha/verify",
method=GET)
public String captchaVerify(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String inputValue)
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
Exception@RequestMapping(value="/a/u/logout",
method=POST)
public String logout(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
@RequestMapping(value="/a/verify/check",
method=GET)
public String checkOpenid(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String account,
String os,
String type)
Copyright © 2017. All rights reserved.