From 8afcd94ba0c6e587dc9cc79a0c1d922fe6fbca49 Mon Sep 17 00:00:00 2001 From: Administrator <15274802129@163.com> Date: Mon, 22 Jun 2026 17:45:17 +0800 Subject: [PATCH] feat(system): 添加LWPAY和Tokenview支付配置功能 --- 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