@Controller public class OrgApplyController extends BaseController
accountService, adminUserId, constantService, debtApplyService, fundService, Img_Module_Common, loanApplyService, loanProductService, orderService, personApplyService, personService, productService, smsService, SPLITER_X, SPLITTER_REGEX, USER_ID, userAccountRelationService, UserKey, WriterKey| 构造器和说明 |
|---|
OrgApplyController() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
active(org.springframework.ui.ModelMap model,
com.ptteng.wealth.user.model.OrgApply orgApply) |
String |
getPersonApplyJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String mobile)
19、根据手机号,获取机构用户的申请信息
|
String |
orgApply(org.springframework.ui.ModelMap model,
Integer times,
com.ptteng.wealth.user.model.OrgApply orgApply)
=================================== 机构用户直接注册来的流程 ===============================================
|
String |
updateOrgApply(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
com.ptteng.wealth.user.model.OrgApply orgApply) |
checkAndGetWriter, createUserInfo, getErrorCode, getErrorInfo, getJsonCallBackTemplate, getUser, getUserId, getUserIdentity, handleResult, handleResult, updateOrgApplyInfo, writeConent@RequestMapping(value="/a/org/apply/{mobile}",
method=GET)
public String getPersonApplyJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
String mobile)
throws Exception
Exception@RequestMapping(value="/a/organzation/active",
method=POST)
public String active(org.springframework.ui.ModelMap model,
@RequestBody
com.ptteng.wealth.user.model.OrgApply orgApply)
throws Exception
Exception@RequestMapping(value="/a/organzation/apply",
method=POST)
public String orgApply(org.springframework.ui.ModelMap model,
Integer times,
@RequestBody
com.ptteng.wealth.user.model.OrgApply orgApply)
throws Exception
Exception@RequestMapping(value="/a/organzation/add",
method=POST)
public String updateOrgApply(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@RequestBody
com.ptteng.wealth.user.model.OrgApply orgApply)
throws Exception
ExceptionCopyright © 2017. All rights reserved.