From a079ef44e53acd9e8df51dbb31cf5aea4f9be5bd Mon Sep 17 00:00:00 2001
From: ageer <ageerle@163.com>
Date: 星期二, 27 二月 2024 20:52:19 +0800
Subject: [PATCH] init v1.0.0

---
 ruoyi-common/ruoyi-common-pay/src/main/java/com/xmzs/common/config/PayConfig.java |   43 +++++++++++++++++++++----------------------
 1 files changed, 21 insertions(+), 22 deletions(-)

diff --git a/ruoyi-common/ruoyi-common-pay/src/main/java/com/xmzs/common/config/PayConfig.java b/ruoyi-common/ruoyi-common-pay/src/main/java/com/xmzs/common/config/PayConfig.java
index 1c06aad..6c2ff90 100644
--- a/ruoyi-common/ruoyi-common-pay/src/main/java/com/xmzs/common/config/PayConfig.java
+++ b/ruoyi-common/ruoyi-common-pay/src/main/java/com/xmzs/common/config/PayConfig.java
@@ -10,27 +10,32 @@
     /**
      * 鍟嗘埛ID
      */
-    public static String pid = "xx";
+    public static String pid = "xxx";
+
+    /**
+     * 鎺ュ彛鍦板潃
+     */
+    public static String payUrl = "https://pay-cloud.vip/mapi.php";
+
+    /**
+     * 绉侀挜
+     */
+    public static String key = "xxx";
+
+    /**
+     * 鏈嶅姟鍣ㄥ紓姝ラ�氱煡鍦板潃
+     */
+    public static String notify_url = "https://www.pandarobot.chat/pay/returnUrl";
+
+    /**
+     * 椤甸潰璺宠浆閫氱煡鍦板潃
+     */
+    public static String return_url = "https://www.pandarobot.chat/pay/notifyUrl";
 
     /**
      * 鏀粯鏂瑰紡
      */
     public static String type = "wxpay";
-
-    /**
-     * 鎺ュ彛鍦板潃
-     */
-    public static String payUrl = "https://pay.bluetuo.com/mapi.php";
-
-    /**
-     * 鏈嶅姟鍣ㄥ紓姝ラ�氱煡鍦板潃
-     */
-    public static String notify_url = "http://xx/pay/returnUrl";
-
-    /**
-     * 椤甸潰璺宠浆閫氱煡鍦板潃
-     */
-    public static String return_url = "http://xx/pay/notifyUrl";
 
     /**
      * 璁惧绫诲瀷
@@ -40,12 +45,6 @@
     /**
      * 鍔犲瘑鏂瑰紡榛樿MD5
      */
-
     public static String sign_type = "MD5";
-
-    /**
-     * 绉侀挜
-     */
-    public static String key = "xx";
 
 }

--
Gitblit v1.9.3