@Controller public class UserAccountRelationController extends BaseController
adminUserId, consignmentService, constantService, cookieUtil, creditApplyService, debtApplyService, environment, fundService, Img_Module_Common, loanApplyService, loanProductService, orderService, personService, SPLITER_X, SPLITTER_REGEX, USER_ID, UserKey, userOpenidRelationService, userService, WriterKey| 构造器和说明 |
|---|
UserAccountRelationController() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
addUserAccountRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long userId,
String accountCode,
Integer type,
String serialNum,
BigDecimal money,
String pwd,
Long postLine,
Integer needCheck,
Integer receiveCheck,
String fromParty,
String fromBank,
String fromAt,
String comment)
上账操作:所有请求参数都必填
|
String |
detail(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long userId)
获取机构的详细信息
|
String |
execAddMoney(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
Long recordId,
Integer status,
String refuseReason)
实际执行上账
|
String |
execMoney(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
Long recordId,
Integer status,
String refuseReason)
实际执行转账
|
String |
info(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long userId)
获取机构的基本信息,主要是上账和调账时,获取组织机构代码和账户名称用
|
String |
searchUser(org.springframework.ui.ModelMap model,
javax.servlet.http.HttpServletResponse response,
Long uid)
获取用户详情
|
String |
swapMoney(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long userId,
String from,
String to,
Double amount,
String serialNo,
String comments)
生成调账申请记录
|
checkAndGetWriter, getErrorCode, getErrorInfo, getJsonCallBackTemplate, getUserId, handleResult, handleResult, totalPage, writeConent@RequestMapping(value="/a/u/user/account/{userId}",
method=GET)
public String info(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
Long userId)
throws Exception
Exception@RequestMapping(value="/a/u/user/account/{userId}/detail")
public String detail(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
Long userId)
throws Exception
Exception@RequestMapping(value="/a/u/person/account/{uid}/detail",
method=GET)
public String searchUser(org.springframework.ui.ModelMap model,
javax.servlet.http.HttpServletResponse response,
@PathVariable
Long uid)
throws Exception
Exception@RequestMapping(value="/a/u/user/account/{userId}/{from}/{to}/{amount}/{serialNo}")
public String swapMoney(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
Long userId,
@PathVariable
String from,
@PathVariable
String to,
@PathVariable
Double amount,
@PathVariable
String serialNo,
String comments)
throws Exception
Exception@RequestMapping(value="/a/u/user/account/exec/{recordId}")
public String execMoney(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
@PathVariable
Long recordId,
Integer status,
String refuseReason)
throws Exception
Exception@RequestMapping(value="/a/u/user/account/{userId}")
public String addUserAccountRelationJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
Long userId,
String accountCode,
Integer type,
String serialNum,
BigDecimal money,
String pwd,
Long postLine,
Integer needCheck,
Integer receiveCheck,
String fromParty,
String fromBank,
String fromAt,
String comment)
throws Exception
request - response - model - userId - 用户IDaccountCode - 账户唯一code值type - 类型serialNum - 流水号/承兑协议编号/凭证号money - 发生金额(元)pwd - 确认密码ExceptionCopyright © 2017. All rights reserved.