From 52bf03c29bac67ab11f78a235357284a68e8cbc9 Mon Sep 17 00:00:00 2001 From: lijianlin Date: Thu, 4 Dec 2025 17:20:09 +0800 Subject: [PATCH] =?UTF-8?q?12-04=20=E5=8F=91=E9=80=81=E7=B2=BE=E7=BD=91?= =?UTF-8?q?=E5=8F=B7=EF=BC=8C=E4=BF=AE=E6=94=B9=E9=93=BE=E6=8E=A5=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=EF=BC=88=E5=BC=80=E5=8F=91=E4=B8=8E=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 2 ++ src/main/resources/application-test.yml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index cbc148b..8e10338 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -100,5 +100,7 @@ bean: url: http://39.101.133.168:8828/hljwgo/api/wallet/recharge consume: url: http://39.101.133.168:8828/hljwgo/api/wallet/pay +red: + url: http://39.101.133.168:8828/scmshttp://39.101.133.168:8828/scms server: port: 10704 \ No newline at end of file diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index deec043..591474d 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -100,6 +100,9 @@ bean: url: http://39.101.133.168:8828/hljwgo/api/wallet/recharge consume: url: http://39.101.133.168:8828/hljwgo/api/wallet/pay + +red: + url: http://39.101.133.168:8828/scms server: port: 8081