From 012451ec8085e4a499f89643d043f171bc30c726 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 18 Mar 2024 16:40:52 +0800 Subject: [PATCH] =?UTF-8?q?2024-03-18=20=E6=9B=B4=E6=96=B02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 61db66ec..b72e2cc0 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -47,4 +47,8 @@ sys-file: # ifs接口路径 ifs-api: - api-url: 'http://192.168.1.184:8068' \ No newline at end of file + api-url: 'http://192.168.1.184:8068' + +# ifs接口控制 (false 禁止调用;true 开启调用) +ifs-control: + control-flag: false \ No newline at end of file