src/main/java/com/nq/controller/protol/UserPayController.java
@@ -56,4 +56,11 @@ return this.iPayService.ococnPay(payType, payAmt, request); } @RequestMapping({"alipayPagePay.do"}) @ResponseBody public ServerResponse alipayPagePay(@RequestParam("payAmt") String payAmt, HttpServletRequest request) { log.info("发起支付宝网页支付 payAmt = {}", payAmt); return this.iPayService.alipayPagePay(payAmt, request); } }