@Controller public class BtobController extends BaseController
| 限定符和类型 | 字段和说明 |
|---|---|
SmallLoanService |
smallLoanService |
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| 构造器和说明 |
|---|
BtobController() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
b2bPay(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String orderNo,
Integer paymentType,
String notifyUrl,
String token,
Double totalFee,
String info,
String body,
String returnUrl,
Integer type,
String company,
Integer orderType,
String additional,
String dataType) |
String |
infoDetal(org.springframework.ui.ModelMap model,
Long orderId) |
String |
loanProductLs(org.springframework.ui.ModelMap model) |
String |
loanProductLs(org.springframework.ui.ModelMap model,
Integer type) |
checkAndGetWriter, createUserInfo, getErrorCode, getErrorInfo, getJsonCallBackTemplate, getUser, getUserId, getUserIdentity, handleResult, handleResult, updateOrgApplyInfo, writeConent@Autowired public SmallLoanService smallLoanService
@RequestMapping(value="/bpay/order/{orderNo}")
public String b2bPay(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
String orderNo,
Integer paymentType,
String notifyUrl,
String token,
Double totalFee,
String info,
String body,
String returnUrl,
Integer type,
String company,
Integer orderType,
String additional,
String dataType)
throws Exception
Exception@RequestMapping(value="/a/order/detail",
method=GET)
public String infoDetal(org.springframework.ui.ModelMap model,
Long orderId)
throws Exception
- Exception@RequestMapping(value="/a/loan/list",
method=GET)
public String loanProductLs(org.springframework.ui.ModelMap model)
throws Exception
ExceptionCopyright © 2017. All rights reserved.