zhubaomin
2024-10-22 211789ba1102a46fd19e75c2643c7ed416ec9e8a
pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/wechatpay/PayInfo.java
@@ -30,7 +30,6 @@
    /**
     * 统一下单API
     */
    //public static String orderUrl = "https://api.mch.weixin.qq.com/pay/unifiedorder";
    public static String orderUrl = "https://api.mch.weixin.qq.com/v3/pay/transactions/jsapi";
    /**
@@ -38,10 +37,10 @@
     */
    public static String certificates = "https://api.mch.weixin.qq.com/v3/certificates";
    /*
    /**
     * 支付结果通知API
     */
    public static String notifyUrl = "https://44978f7456.imdo.co/sell/payment/orderNotify";
    public static String notifyUrl = "https://44978f7456.imdo.co/wx/payment/orderNotify";
    /*
     * 查询订单API
@@ -141,14 +140,6 @@
     * HTTP头认证类型
     */
    public static String schema = "WECHATPAY2-SHA256-RSA2048";
    /**
     * 私钥文件路径
     */
    public static String privateCertFileName = "C:\\webchat\\apiclient_key.pem";
    public static String publicCertFileName = "C:\\webchat\\wxp_cert.pem";
    /*
     * 微信订单号,优先使用
     */