From 138cac5008689fadaa96ecac116a2297bb69bc1c Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 04 Mar 2022 10:45:40 +0800
Subject: [PATCH] 1. 电子围栏基本接口新增 2. 保安员证核查申请记录基本接口新增,审批,批量审批接口编写 3. 保安员证档案库新增字段 source 来源,保安员证生成修改

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

diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index b8151f9..89ac7a4 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -50,7 +50,8 @@
   jsonUrl: E:\\anbao\\
   username: root
   password: ZHba@0112
-  qfqkBaseApiUrl : http://192.168.0.198:83
+#  qfqkBaseApiUrl : http://192.168.0.198:83
+  qfqkBaseApiUrl : http://223.82.109.183:2082/api
 
 #第三方登陆
 social:

--
Gitblit v1.9.3