From 4dcaa4951bca14fadf3a232f235e80f143741fca Mon Sep 17 00:00:00 2001 From: dongdingding <207595406@qq.com> Date: Thu, 30 May 2024 16:34:41 +0800 Subject: [PATCH] =?UTF-8?q?prod=20url=E8=B7=AF=E5=BE=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-prod.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index f8d0eaf..af9e9df 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -1,4 +1,3 @@ - # DataSource Config spring: datasource: @@ -32,22 +31,22 @@ knife4j: url: http://localhost:9028 #工单url -improveUrl: http://39.101.188.84:9028/mudu/quatz/xctp +improveUrl: http://221.229.220.83:9028/mudu/quatz/xctp #自查url -zcUrl: http://39.101.188.84:9028/mudu/quatz/zctp +zcUrl: http://221.229.220.83:9028/mudu/quatz/zctp #图片路径 api: http://221.229.220.83:8007/api/ #获取工单信息 -imUrl: http://39.101.188.84:9028/mudu/quatz/get +imUrl: http://221.229.220.83:9028/mudu/quatz/get #获取自查信息 -zcXxUrl: http://39.101.188.84:9028/mudu/quatz/zicha +zcXxUrl: http://221.229.220.83:9028/mudu/quatz/zicha # 班前班后 -bqbhUrl: http://39.101.188.84:9028/mudu/aSafeBqbhpx/findAll +bqbhUrl: http://221.229.220.83:9028/mudu/aSafeBqbhpx/findAll # 特殊作业 -tszyUrl: http://39.101.188.84:9028/mudu/aSafeQyzypgl/findAll \ No newline at end of file +tszyUrl: http://221.229.220.83:9028/mudu/aSafeQyzypgl/findAll \ No newline at end of file