@Controller public class PayBackController extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
PAY_MANNER_ALIPAY |
static Integer |
PAY_MANNER_CFTKJ |
static Integer |
PAY_MANNER_TONGLIIAN |
static Integer |
PAY_MANNER_UNIONPAY |
static Integer |
PAY_MANNER_WEIXIN |
| 构造器和说明 |
|---|
PayBackController() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
aliBack(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String indentCode,
String data) |
String |
back(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String indentCode) |
String |
cftBack(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model) |
String |
front(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String indentCode) |
static Map<String,String> |
getAllRequestParam(javax.servlet.http.HttpServletRequest request)
获取请求参数中所有的信息
|
String |
llBack(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String indentCode,
String res_data)
从库存中减去支付成功的货品数量
|
String |
tonglback(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String indentCode) |
String |
tonglFront(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String indentCode) |
String |
xingyeBack(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String indentCode,
String data) |
String |
ylBack(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String indentCode) |
public static final Integer PAY_MANNER_UNIONPAY
public static final Integer PAY_MANNER_ALIPAY
public static final Integer PAY_MANNER_WEIXIN
public static final Integer PAY_MANNER_TONGLIIAN
public static final Integer PAY_MANNER_CFTKJ
@RequestMapping(value="pay/front/{indentCode}",
method=GET)
public String front(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
String indentCode)
throws Exception
Exception@RequestMapping(value="pay/tonglpay/front/{indentCode}",
method=POST)
public String tonglFront(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
String indentCode)
throws Exception
Exception@RequestMapping(value="pay/back/{indentCode}",
method=POST)
public String back(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
String indentCode)
throws Exception
Exception@RequestMapping(value="pay/ylback/{indentCode}",
method=POST)
public String ylBack(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
String indentCode)
throws Exception
Exceptionpublic static Map<String,String> getAllRequestParam(javax.servlet.http.HttpServletRequest request)
request - @RequestMapping(value="pay/llBack/{indentCode}",
method=POST)
public String llBack(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
String indentCode,
@RequestBody
String res_data)
throws Exception
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionException@RequestMapping(value="pay/aliBack/{indentCode}",
method=POST)
public String aliBack(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
String indentCode,
@RequestBody
String data)
throws Exception
Exception@RequestMapping(value="pay/tonglback/{indentCode}",
method=POST)
public String tonglback(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
String indentCode)
throws Exception
Exception@RequestMapping(value="pay/xingyeBack/{indentCode}",
method=POST)
public String xingyeBack(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
String indentCode,
@RequestBody
String data)
throws Exception
ExceptionCopyright © 2017. All rights reserved.