@Controller public class CrmController extends BaseController
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.apache.commons.logging.Log |
crmAgencyRegisterLog |
protected org.apache.commons.logging.Log |
crmPersonRegisterLog |
protected org.apache.commons.logging.Log |
log |
accountService, adminUserId, consignmentService, constantService, cookieUtil, fundService, Img_Module_Common, loanProductService, orderService, personApplyService, personService, productService, smsService, SPLITER_X, SPLITTER_REGEX, USER_ID, userAccountRelationService, UserKey, userOpenidRelationService, userService, WriterKey| 构造器和说明 |
|---|
CrmController() |
| 限定符和类型 | 方法和说明 |
|---|---|
BigDecimal |
caculate(BigDecimal debtCount,
BigDecimal rate,
BigDecimal day) |
BigDecimal |
caculateRepayTotal(Long uid) |
String |
getDebtApply(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String token,
Integer page,
Integer size) |
String |
getDebtList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String token,
Integer page,
Integer size) |
String |
getUserFund(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
String token) |
String |
orgApply(org.springframework.ui.ModelMap model,
String token,
String mobile,
String name,
String personName,
String organCode,
String password,
String bank,
String cardNo,
String licenceCode) |
String |
register(org.springframework.ui.ModelMap model,
String token,
String mobile,
String cityNo,
String provinceNo,
String clientName,
String orgName,
String idNo) |
checkAndGetWriter, createUserInfo, getErrorCode, getErrorInfo, getJsonCallBackTemplate, getUser, getUserId, getUserIdentity, handleResult, handleResult, updateOrgApplyInfo, writeConentprotected org.apache.commons.logging.Log log
protected org.apache.commons.logging.Log crmAgencyRegisterLog
protected org.apache.commons.logging.Log crmPersonRegisterLog
@RequestMapping(value="/a/crmuser/person") public String register(org.springframework.ui.ModelMap model, String token, String mobile, String cityNo, String provinceNo, String clientName, String orgName, String idNo) throws Exception
Exception@RequestMapping(value="/a/crmuser/agency") public String orgApply(org.springframework.ui.ModelMap model, String token, String mobile, String name, String personName, String organCode, String password, String bank, String cardNo, String licenceCode) throws Exception
Exception@RequestMapping(value="/a/crmuser/fund",
method=GET)
public String getUserFund(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model,
String token)
throws Exception
Exception@RequestMapping(value="/a/crm/debt/apply/list",
method=GET)
public String getDebtApply(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String token,
Integer page,
Integer size)
throws Exception
Exception@RequestMapping(value="/a/crm/debt/list",
method=GET)
public String getDebtList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String token,
Integer page,
Integer size)
throws Exception
Exceptionpublic BigDecimal caculateRepayTotal(Long uid) throws Exception
Exceptionpublic BigDecimal caculate(BigDecimal debtCount, BigDecimal rate, BigDecimal day)
Copyright © 2017. All rights reserved.