zj
2025-09-19 c8fba69fa3c55036e45c177a744674dd1b0df927
src/main/java/com/nq/service/impl/PayServiceImpl.java
@@ -123,7 +123,7 @@
    private ServerResponse getPaymentZero(String tradeAmount, String uipReqRul, User user, HttpServletRequest request) throws Exception {
        //int
        String url = "https://gateway.king-pays.com/gateway/payment/init";//正式地址
        String url = "https://gateway.kings-pays.com/gateway/payment/init";//正式地址
        String merchantKey = "qqaC1DH/LeR9iPvm";//商户key 需替换
        String aesKey = "ge6vK40fHNZPFJ4p";//商户aesKey 需替换
        String aesIv = "6gJoHTEE1i2O3ovE";//商户aesIv 需替换