From 7914cc9dc7a5223b1804daa36a0614d00c92937f Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期三, 27 三月 2024 14:54:25 +0800
Subject: [PATCH] Merge branch 'master' of http://8.140.179.55:20000/r/pipIrr-SV

---
 pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/java/com/dy/pipIrrSell/wechatpay/PayInfo.java |   36 +++++++++++++++++++++++++++---------
 1 files changed, 27 insertions(+), 9 deletions(-)

diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-webchat/src/main/java/com/dy/pipirrWebChat/payment/PayInfo.java b/pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/java/com/dy/pipIrrSell/wechatpay/PayInfo.java
similarity index 79%
rename from pipIrr-platform/pipIrr-web/pipIrr-web-webchat/src/main/java/com/dy/pipirrWebChat/payment/PayInfo.java
rename to pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/java/com/dy/pipIrrSell/wechatpay/PayInfo.java
index ef11dac..eb0827c 100644
--- a/pipIrr-platform/pipIrr-web/pipIrr-web-webchat/src/main/java/com/dy/pipirrWebChat/payment/PayInfo.java
+++ b/pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/java/com/dy/pipIrrSell/wechatpay/PayInfo.java
@@ -1,18 +1,33 @@
-package com.dy.pipirrWebChat.payment;
+package com.dy.pipIrrSell.wechatpay;
 
 /**
  * @author ZhuBaoMin
- * @date 2024-02-22 20:20
- * @LastEditTime 2024-02-22 20:20
+ * @date 2024-03-06 13:49
+ * @LastEditTime 2024-03-06 13:49
  * @Description
  */
 public class PayInfo {
-    /*
+    /**
      * 灏忕▼搴忕櫥褰旳PI
      */
     public static String loginUrl = "https://api.weixin.qq.com/sns/jscode2session";
 
-    /*
+    /**
+     * 妫�楠岀櫥褰曟��
+     */
+    public static String checkSessionUrl = "https://api.weixin.qq.com/wxa/checksession";
+
+    /**
+     * 閲嶇疆鐧诲綍鎬�
+     */
+    public static String resetUserSessionKeyUrl = "https://api.weixin.qq.com/wxa/resetusersessionkey";
+
+    /**
+     * 鑾峰彇鎺ュ彛璋冪敤鍑嵁
+     */
+    public static String tokenUrl = "https://api.weixin.qq.com/cgi-bin/token";
+
+    /**
      * 缁熶竴涓嬪崟API
      */
     //public static String orderUrl = "https://api.mch.weixin.qq.com/pay/unifiedorder";
@@ -26,17 +41,18 @@
     /*
      * 鏀粯缁撴灉閫氱煡API
      */
-    public static String notifyUrl = "https://www.muxiaobao.com/api/Payment/OrderNotify";
+    //public static String notifyUrl = "https://www.muxiaobao.com/api/Payment/OrderNotify";
+    public static String notifyUrl = "https://44978f7456.imdo.co/webchat/payment/orderNotify";
 
     /*
      * 鏌ヨ璁㈠崟API
      */
     public static String queryUrl = "https://api.mch.weixin.qq.com/pay/orderquery";
 
-    /*
+    /**
      * 鐢宠閫�娆続PI
      */
-    public static String refundUrl = "https://api.mch.weixin.qq.com/secapi/pay/refund";
+    public static String refundUrl = "https://api.mch.weixin.qq.com/v3/refund/domestic/refunds";
 
     /*
      * 閫�娆鹃�氱煡API
@@ -128,7 +144,9 @@
     /**
      * 绉侀挜鏂囦欢璺緞
      */
-    public static String certFileName = "C:\\webchat\\apiclient_key.pem";
+    public static String privateCertFileName = "C:\\webchat\\apiclient_key.pem";
+
+    public static String publicCertFileName = "C:\\webchat\\wxp_cert.pem";
 
     /*
      * 寰俊璁㈠崟鍙凤紝浼樺厛浣跨敤

--
Gitblit v1.8.0