@Controller public class OmsController extends BaseController
| 限定符和类型 | 字段和说明 |
|---|---|
SmallLoanService |
smallLoanService |
accountService, adminUserId, consignmentService, constantService, cookieUtil, debtApplyService, environment, Img_Module_Common, loanApplyService, loanProductService, organizationService, orgApplyService, personApplyService, personService, productService, smsService, SPLITER_X, SPLITTER_REGEX, USER_ID, UserKey, userOpenidRelationService, userService, WriterKey| 构造器和说明 |
|---|
OmsController() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
checkPay(org.springframework.ui.ModelMap model,
String orderNo) |
String |
pay(org.springframework.ui.ModelMap model,
String orderNo,
Double totalFee,
String additional,
String notifyUrl,
String token) |
String |
pay(org.springframework.ui.ModelMap model,
String notifyUrl,
String orderNo,
Integer paymentType,
String token,
Double totalFee,
String info,
Integer type,
String company,
Integer orderType,
String additional) |
checkAndGetWriter, createUserInfo, getErrorCode, getErrorInfo, getJsonCallBackTemplate, getUser, getUserId, getUserIdentity, handleResult, handleResult, updateOrgApplyInfo, writeConent@Autowired public SmallLoanService smallLoanService
@RequestMapping(value="/orderpay/order/{orderNo}",
method=POST)
public String pay(org.springframework.ui.ModelMap model,
String notifyUrl,
@PathVariable
String orderNo,
Integer paymentType,
String token,
Double totalFee,
String info,
Integer type,
String company,
Integer orderType,
String additional)
throws Exception
Exception@RequestMapping(value="/orderpay/refund/{orderNo}",
method=POST)
public String pay(org.springframework.ui.ModelMap model,
@PathVariable
String orderNo,
Double totalFee,
String additional,
String notifyUrl,
String token)
throws Exception
ExceptionCopyright © 2017. All rights reserved.