@Controller
public class AliPayController
extends java.lang.Object
构造器和说明 |
---|
AliPayController() |
@RequestMapping(value="alipay") public java.lang.String alipay(@RequestParam java.lang.Integer amtFen, @RequestParam java.lang.String token, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
amtFen
- 支付金额,分为单位token
- response
- java.lang.Exception
@ResponseBody @RequestMapping(value="/callbacks.do", produces="text/html;charset=UTF-8", method=POST) public java.lang.String callbacks(javax.servlet.http.HttpServletRequest request) throws java.lang.Exception
java.lang.Exception