From 24ba5fd6b60398d6bd951b07c5a41bce6f13bbcc Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 05 十月 2023 11:24:55 +0800
Subject: [PATCH] 修改企业信息-1

---
 src/main/java/com/smartearth/poiexcel/service/EntService.java |   11 ++++++++++-
 src/main/resources/application.properties                     |    4 +++-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/smartearth/poiexcel/service/EntService.java b/src/main/java/com/smartearth/poiexcel/service/EntService.java
index 9461693..218c467 100644
--- a/src/main/java/com/smartearth/poiexcel/service/EntService.java
+++ b/src/main/java/com/smartearth/poiexcel/service/EntService.java
@@ -25,10 +25,19 @@
     EntMapper entMapper;
 
     @Value("${qylweb.url}")
-    String qylwebUrl;
+    String url;
+
+    @Value("${qylweb.user}")
+    String user;
+
+    @Value("${qylweb.pwd}")
+    String pwd;
 
     private final static Log log = LogFactory.getLog(EntService.class);
 
+    private final static String generateToken = "%s/yqfwg/app/generateToken";
+
+    private final static String getEntBaseInfo = "%s/yqfwg/api/project/getEntBaseInfoForOtherSysListPage?ctoken=%s&buildDate_startdate=%s&buildDate_enddate=%s&qylabel=%s&showCount=%d&currentPage=%d";
 
     /**
      * post璇锋眰锛圧est锛�
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 6c45932..4671503 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -13,4 +13,6 @@
 spring.datasource.username=root
 spring.datasource.password=mysql
 
-qylweb.url=https://qylweb.bda.gov.cn/yqfwg
+qylweb.url=https://qylweb.bda.gov.cn
+qylweb.user=shikong001
+qylweb.pwd=123!@#qwe

--
Gitblit v1.9.3