From 65f3a05fbe932eff7f6ffd3771c10dcd79d11fa7 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Sun, 14 Jun 2026 16:10:01 +0800
Subject: [PATCH] fix(payment): 修复订单支付哈希值设置问题

---
 src/main/resources/application-test.yml |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index 531c9a0..d46a052 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -84,10 +84,15 @@
   gaodeKey: 95ede7157929f5f6b6c758971be924b1
   serviceName: yiyuanshucai
 
+#static:
+#  resource:
+#    url: https://res.mye2u.com/
+#    path: /home/javaweb/resource/
+
 static:
   resource:
-    url: https://res.mye2u.com/
-    path: /home/javaweb/resource/
+    url: http://120.27.238.55:30001/productImg/
+    path: /home/javaweb/webresource/ds/productImg/
 
 system:
   job: true
\ No newline at end of file

--
Gitblit v1.9.1