@Controller public class PayController extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
PAY_ALI |
static String |
PAY_CAIFUTONG |
static String |
PAY_Cftkj |
static String |
PAY_DAIFU |
static String |
PAY_LL |
static String |
PAY_TONGL |
static String |
PAY_XINGYE |
static String |
PAY_YINl |
static String |
PAY_YL |
| 构造器和说明 |
|---|
PayController() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
epAuthCheckSms(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String trac_no,
String sms_code)
快捷支付短信验证接口
|
String |
epAuthQuery(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String trac_no)
* 快捷支付账户认证结果查询接口
|
String |
epAuthSyncWithSms(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String trac_no,
String acct_type,
String bank_no,
String card_no,
String user_name,
String cert_no,
String card_phone,
String expireDate,
String cvn)
快捷支付认证接口
|
String |
getPay(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long gorderID) |
String |
getPay(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String indentCode)
通过订单号获取订单相关信息,返回支付选择页
|
String |
HelloTest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model) |
String |
orderResultQuery(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String indentCode) |
String |
Pay(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String type,
String indentCode,
String payFrontUrl) |
String |
payment(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String type,
String indentCode,
String payFrontUrl) |
@RequestMapping(value="/p/pay",
method=GET)
public String getPay(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long gorderID)
throws Exception
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionException@RequestMapping(value="/a/indent/{indentCode}",
method=GET)
public String getPay(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
String indentCode)
throws Exception
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionException@RequestMapping(value="/pay/{type}",
method=GET)
public String Pay(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
String type,
String indentCode,
String payFrontUrl)
throws Exception
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionException@RequestMapping(value="/payment/{type}",
method=GET)
public String payment(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
String type,
String indentCode,
String payFrontUrl)
throws Exception
Exception@RequestMapping(value="/pay/kj/prove",
method=POST)
public String epAuthSyncWithSms(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String trac_no,
String acct_type,
String bank_no,
String card_no,
String user_name,
String cert_no,
String card_phone,
String expireDate,
String cvn)
throws Exception
request - response - model - trac_no - 系统跟踪号acct_type - 银行账户类型bank_no - 银行代码card_no - 卡号user_name - 姓名cert_no - 证件号card_phone - 银行预留手机号码expireDate - cvn - Exception@RequestMapping(value="/pay/kj/message",
method=GET)
public String epAuthCheckSms(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String trac_no,
String sms_code)
request - response - model - trac_no - sms_code - @RequestMapping(value="/pay/kj/query",
method=GET)
public String epAuthQuery(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String trac_no)
trac_no - 商户跟踪号request - response - model - @RequestMapping(value="/a/pay/hello",
method=GET)
public String HelloTest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
Copyright © 2017. All rights reserved.