1
zj
8 days ago 16f5baf41e3224ccb43fce45de968833f9f022d2
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);
    }
}