@Controller public class CardController extends BaseController
| 限定符和类型 | 字段和说明 |
|---|---|
com.ptteng.wealth.finance.service.BankService |
bankService |
accountService, adminUserId, consignmentService, constantService, cookieUtil, debtApplyService, environment, fundService, Img_Module_Common, loanApplyService, loanProductService, orderService, organizationService, orgApplyService, personApplyService, personService, productService, smsService, SPLITER_X, SPLITTER_REGEX, USER_ID, userAccountRelationService, UserKey, userOpenidRelationService, userService, WriterKey| 构造器和说明 |
|---|
CardController() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
changeMainCard(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String mainFlag,
String bank,
String bankNo) |
String |
deleteUserCard(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String payPwd,
String bank,
String bankNo) |
String |
getBankQuota(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
String bankCode) |
String |
getUserCardList(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
Integer pageNo,
Integer pageSize) |
String |
orgApply(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
com.ptteng.wealth.user.model.work.CardModel cardModel) |
checkAndGetWriter, createUserInfo, getErrorCode, getErrorInfo, getJsonCallBackTemplate, getUser, getUserId, getUserIdentity, handleResult, handleResult, updateOrgApplyInfo, writeConent@RequestMapping(value="/a/u/card/list",
method=GET)
public String getUserCardList(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
@RequestParam(required=false,defaultValue="1")
Integer pageNo,
@RequestParam(required=false,defaultValue="10")
Integer pageSize)
throws Exception
Exception@RequestMapping(value="/a/u/card",
method=DELETE)
public String deleteUserCard(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String payPwd,
String bank,
String bankNo)
throws Exception
Exception@RequestMapping(value="/a/u/main/card",
method=PUT)
public String changeMainCard(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String mainFlag,
String bank,
String bankNo)
throws Exception
- com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionException@RequestMapping(value="/a/u/person/openAccount") public String orgApply(javax.servlet.http.HttpServletRequest request, org.springframework.ui.ModelMap model, @RequestBody com.ptteng.wealth.user.model.work.CardModel cardModel) throws Exception
ExceptionCopyright © 2017. All rights reserved.