1
zj
6 days ago 7166584366406c107c3e46560580765f2db4cd5c
src/main/java/com/nq/controller/protol/UserPayController.java
@@ -49,4 +49,11 @@
        return this.iPayService.flyPay(payType, payAmt, currency, request);
    }
    @RequestMapping({"ococnPay.do"})
    @ResponseBody
    public ServerResponse ococnPay(@RequestParam("payType") String payType, @RequestParam("payAmt") String payAmt, HttpServletRequest request) {
        log.info("发起 ococn 线上支付 payType = {} payAmt = {}", payType, payAmt);
        return this.iPayService.ococnPay(payType, payAmt, request);
    }
}