@Controller public class PayController extends Object
| 构造器和说明 |
|---|
PayController() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getPay(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String orderId)
通过订单号获取订单相关信息,返回支付选择页
|
String |
Pay(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String type,
String indentCode,
String payFrontUrl,
String serviceName,
String payDomain) |
@RequestMapping(value="/a/alipay/query/{orderId}",
method=GET)
public String getPay(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
String orderId)
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,
String serviceName,
String payDomain)
throws Exception
ExceptionCopyright © 2018. All rights reserved.