1
zj
7 hours ago d615fc515fc52d6ed970c11d59a017e48de4be32
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);
    }
}