企查查接口开发

This commit is contained in:
JIAL 2024-01-11 16:45:03 +08:00
parent 00dcdefb47
commit 143663b4eb
22 changed files with 876 additions and 184 deletions

View File

@ -231,3 +231,494 @@ com.microsoft.sqlserver.jdbc.SQLServerException: 通过端口 1433 连接到主
2024-01-11 08:57:19.066 INFO 12796 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : false 2024-01-11 08:57:19.066 INFO 12796 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : false
2024-01-11 08:57:19.114 WARN 12796 --- [Druid-ConnectionPool-Create-1450121298] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. 2024-01-11 08:57:19.114 WARN 12796 --- [Druid-ConnectionPool-Create-1450121298] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-11 08:57:19.217 INFO 12796 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : [Biz(kunnr=0001023011, name1=南京顺吉纸管厂), Biz(kunnr=0001021816, name1=南京骏阔电子科技有限公司), Biz(kunnr=0001023316, name1=南京市浦口区峰塔水泥制品厂), Biz(kunnr=0001022145, name1=南京盈和防雷检测科技有限公司), Biz(kunnr=0001022168, name1=南京帝悦电梯配件有限公司), Biz(kunnr=0001023929, name1=南京年嘉模具制造有限责任公司), Biz(kunnr=0001024029, name1=南京虹天科技有限公司), Biz(kunnr=0001022630, name1=南京佳美液压机械制造有限公司), Biz(kunnr=0001024208, name1=南京能达利机械设备制造有限公司), Biz(kunnr=0001024288, name1=南京春明现代雕塑有限公司)] 2024-01-11 08:57:19.217 INFO 12796 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : [Biz(kunnr=0001023011, name1=南京顺吉纸管厂), Biz(kunnr=0001021816, name1=南京骏阔电子科技有限公司), Biz(kunnr=0001023316, name1=南京市浦口区峰塔水泥制品厂), Biz(kunnr=0001022145, name1=南京盈和防雷检测科技有限公司), Biz(kunnr=0001022168, name1=南京帝悦电梯配件有限公司), Biz(kunnr=0001023929, name1=南京年嘉模具制造有限责任公司), Biz(kunnr=0001024029, name1=南京虹天科技有限公司), Biz(kunnr=0001022630, name1=南京佳美液压机械制造有限公司), Biz(kunnr=0001024208, name1=南京能达利机械设备制造有限公司), Biz(kunnr=0001024288, name1=南京春明现代雕塑有限公司)]
2024-01-11 09:01:44.663 INFO 8688 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 8688 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
2024-01-11 09:01:44.666 INFO 8688 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
2024-01-11 09:01:46.672 WARN 8688 --- [Druid-ConnectionPool-Create-146605930] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-11 09:01:48.058 INFO 8688 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
2024-01-11 09:01:48.063 INFO 8688 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-11 09:01:48.189 WARN 8688 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-11 09:01:48.474 INFO 8688 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.269 seconds (JVM running for 5.346)
2024-01-11 09:01:48.485 INFO 8688 --- [main] com.JIAL.JIALApplication : 项目启动成功...
2024-01-11 09:02:32.055 INFO 8688 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html
2024-01-11 09:02:32.057 INFO 8688 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理
2024-01-11 09:02:32.108 INFO 8688 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-11 09:02:32.109 INFO 8688 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-11 09:02:32.111 INFO 8688 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-11 09:02:32.111 INFO 8688 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-11 09:02:32.112 INFO 8688 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-11 09:02:32.112 INFO 8688 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-11 09:02:32.109 INFO 8688 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/css/index.css
2024-01-11 09:02:32.113 INFO 8688 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/css/index.css不需要处理
2024-01-11 09:02:32.120 INFO 8688 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-11 09:02:32.121 INFO 8688 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-11 09:02:32.126 INFO 8688 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-11 09:02:32.127 INFO 8688 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-11 09:02:32.133 INFO 8688 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-11 09:02:32.133 INFO 8688 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-11 09:02:32.135 INFO 8688 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/js/index.js
2024-01-11 09:02:32.136 INFO 8688 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/js/index.js不需要处理
2024-01-11 09:02:32.213 INFO 8688 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
2024-01-11 09:02:32.213 INFO 8688 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
2024-01-11 09:02:32.232 INFO 8688 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-11 09:02:32.232 INFO 8688 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-11 09:02:35.774 INFO 8688 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
2024-01-11 09:02:35.775 INFO 8688 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
2024-01-11 09:02:35.790 INFO 8688 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
2024-01-11 09:02:35.790 INFO 8688 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : 南京
2024-01-11 09:02:35.790 INFO 8688 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : false
2024-01-11 09:02:35.951 INFO 8688 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : [Biz(kunnr=0001023011, name1=南京顺吉纸管厂), Biz(kunnr=0001021816, name1=南京骏阔电子科技有限公司), Biz(kunnr=0001023316, name1=南京市浦口区峰塔水泥制品厂), Biz(kunnr=0001022145, name1=南京盈和防雷检测科技有限公司), Biz(kunnr=0001022168, name1=南京帝悦电梯配件有限公司), Biz(kunnr=0001023929, name1=南京年嘉模具制造有限责任公司), Biz(kunnr=0001024029, name1=南京虹天科技有限公司), Biz(kunnr=0001022630, name1=南京佳美液压机械制造有限公司), Biz(kunnr=0001024208, name1=南京能达利机械设备制造有限公司), Biz(kunnr=0001024288, name1=南京春明现代雕塑有限公司)]
2024-01-11 09:02:37.111 INFO 8688 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
2024-01-11 09:02:37.111 INFO 8688 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
2024-01-11 09:02:37.495 INFO 8688 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : latestShippingDate:0latestOrderDate:0latestQuotationDate:0salespersonCount0
2024-01-11 09:02:37.496 INFO 8688 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : Received request with parameter: 开始写日志文件
2024-01-11 12:45:07.307 INFO 15240 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 15240 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
2024-01-11 12:45:07.311 INFO 15240 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
2024-01-11 12:45:09.490 WARN 15240 --- [Druid-ConnectionPool-Create-137685382] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-11 12:45:10.899 INFO 15240 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
2024-01-11 12:45:10.904 INFO 15240 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-11 12:45:11.021 WARN 15240 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-11 12:45:11.293 INFO 15240 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.443 seconds (JVM running for 5.459)
2024-01-11 12:45:11.300 INFO 15240 --- [main] com.JIAL.JIALApplication : 项目启动成功...
2024-01-11 14:10:14.547 INFO 4088 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 4088 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
2024-01-11 14:10:14.550 INFO 4088 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
2024-01-11 14:10:16.636 WARN 4088 --- [Druid-ConnectionPool-Create-631851861] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-11 14:10:18.158 INFO 4088 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
2024-01-11 14:10:18.164 INFO 4088 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-11 14:10:18.291 WARN 4088 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-11 14:10:18.592 INFO 4088 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.5 seconds (JVM running for 5.606)
2024-01-11 14:10:18.598 INFO 4088 --- [main] com.JIAL.JIALApplication : 项目启动成功...
2024-01-11 14:10:31.412 INFO 4088 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html
2024-01-11 14:10:31.413 INFO 4088 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理
2024-01-11 14:10:31.468 INFO 4088 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/css/index.css
2024-01-11 14:10:31.468 INFO 4088 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/css/index.css不需要处理
2024-01-11 14:10:31.468 INFO 4088 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-11 14:10:31.468 INFO 4088 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-11 14:10:31.474 INFO 4088 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-11 14:10:31.474 INFO 4088 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-11 14:10:31.478 INFO 4088 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-11 14:10:31.478 INFO 4088 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-11 14:10:31.480 INFO 4088 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-11 14:10:31.480 INFO 4088 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-11 14:10:31.482 INFO 4088 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-11 14:10:31.482 INFO 4088 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-11 14:10:31.491 INFO 4088 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-11 14:10:31.492 INFO 4088 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-11 14:10:31.491 INFO 4088 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/js/index.js
2024-01-11 14:10:31.494 INFO 4088 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/js/index.js不需要处理
2024-01-11 14:10:31.666 INFO 4088 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
2024-01-11 14:10:31.667 INFO 4088 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
2024-01-11 14:10:37.433 INFO 4088 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
2024-01-11 14:10:37.433 INFO 4088 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
2024-01-11 14:10:37.449 INFO 4088 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
2024-01-11 14:10:37.449 INFO 4088 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : 无锡
2024-01-11 14:10:37.449 INFO 4088 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : false
2024-01-11 14:10:37.599 INFO 4088 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : [Biz(kunnr=0001021526, name1=无锡阿克赛光伏科技有限公司), Biz(kunnr=0001021540, name1=无锡桥阳机械制造有限公司), Biz(kunnr=0001021587, name1=无锡宇灿幕墙建筑材料有限公司), Biz(kunnr=0001021592, name1=无锡市鑫力泰环保设备有限公司), Biz(kunnr=0001023163, name1=江苏博金建设集团有限公司无锡分公司), Biz(kunnr=0001023206, name1=无锡市昌明化工换热设备有限公司), Biz(kunnr=0001023213, name1=无锡加视诚智能科技有限公司), Biz(kunnr=0001023214, name1=无锡华路仪试验仪器有限公司), Biz(kunnr=0001023267, name1=无锡市新鑫轧辊堆焊厂), Biz(kunnr=0001025049, name1=无锡市荡口鹅湖红木家具厂)]
2024-01-11 14:10:39.700 INFO 4088 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
2024-01-11 14:10:39.701 INFO 4088 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
2024-01-11 14:10:39.701 INFO 4088 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/qcc
2024-01-11 14:10:39.701 INFO 4088 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/qcc不需要处理
2024-01-11 14:10:53.357 INFO 4088 --- [http-nio-8080-exec-6] c.J.d.b.controller.BizQccController : Qcc_Key: 824936f8e78c4f4788978da38b26d488
2024-01-11 14:10:54.249 INFO 4088 --- [http-nio-8080-exec-6] c.J.d.b.controller.BizQccController : Qcc_SecretKey: 8B9EB102FD17E0CF2EDEC0FB507DEC1E
2024-01-11 14:10:54.848 INFO 4088 --- [http-nio-8080-exec-6] c.J.d.b.controller.BizQccController : Qcc_Url: https://api.qichacha.com/EnterpriseInfo/Verify
2024-01-11 14:10:55.454 INFO 4088 --- [http-nio-8080-exec-6] c.J.d.b.controller.BizQccController : unitName: 无锡阿克赛光伏科技有限公司
2024-01-11 14:12:44.423 INFO 4088 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : latestShippingDate:0latestOrderDate:0latestQuotationDate:0salespersonCount0
2024-01-11 14:12:44.424 INFO 4088 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : Received request with parameter: 开始写日志文件
2024-01-11 14:12:44.423 INFO 4088 --- [http-nio-8080-exec-6] c.J.d.b.controller.BizQccController : Request query headers HEAD null HTTP/1.1
2024-01-11 14:13:54.604 INFO 4088 --- [http-nio-8080-exec-6] c.J.d.b.controller.BizQccController : tokenJson: {"Message":"找不到与请求 URI“http://api.qichacha.com:830/EnterpriseInfo/Verify?key=824936f8e78c4f4788978da38b26d488&keyword=无锡阿克赛光伏科技有限公司”匹配的 HTTP 资源。","MessageDetail":"在控制器“EnterpriseInfo”上找不到与该请求匹配的操作。"}
2024-01-11 14:18:25.559 INFO 15880 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 15880 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
2024-01-11 14:18:25.562 INFO 15880 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
2024-01-11 14:18:27.729 WARN 15880 --- [Druid-ConnectionPool-Create-497877502] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-11 14:18:29.262 INFO 15880 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
2024-01-11 14:18:29.269 INFO 15880 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-11 14:18:29.392 WARN 15880 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-11 14:18:29.667 INFO 15880 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.615 seconds (JVM running for 5.566)
2024-01-11 14:18:29.673 INFO 15880 --- [main] com.JIAL.JIALApplication : 项目启动成功...
2024-01-11 14:21:23.261 INFO 15880 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html
2024-01-11 14:21:23.262 INFO 15880 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理
2024-01-11 14:21:23.300 INFO 15880 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/css/index.css
2024-01-11 14:21:23.300 INFO 15880 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-11 14:21:23.300 INFO 15880 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-11 14:21:23.301 INFO 15880 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-11 14:21:23.302 INFO 15880 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-11 14:21:23.300 INFO 15880 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/css/index.css不需要处理
2024-01-11 14:21:23.301 INFO 15880 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-11 14:21:23.307 INFO 15880 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-11 14:21:23.308 INFO 15880 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-11 14:21:23.304 INFO 15880 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-11 14:21:23.313 INFO 15880 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-11 14:21:23.303 INFO 15880 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-11 14:21:23.340 INFO 15880 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-11 14:21:23.340 INFO 15880 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-11 14:21:23.349 INFO 15880 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/js/index.js
2024-01-11 14:21:23.349 INFO 15880 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/js/index.js不需要处理
2024-01-11 14:21:23.585 INFO 15880 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
2024-01-11 14:21:23.585 INFO 15880 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
2024-01-11 14:21:23.617 INFO 15880 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-11 14:21:23.617 INFO 15880 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-11 14:21:50.407 INFO 15880 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
2024-01-11 14:21:50.408 INFO 15880 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
2024-01-11 14:21:50.424 INFO 15880 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
2024-01-11 14:21:50.425 INFO 15880 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 无锡
2024-01-11 14:21:50.425 INFO 15880 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : false
2024-01-11 14:21:50.474 WARN 15880 --- [Druid-ConnectionPool-Create-497877502] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-11 14:21:50.595 INFO 15880 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : [Biz(kunnr=0001021526, name1=无锡阿克赛光伏科技有限公司), Biz(kunnr=0001021540, name1=无锡桥阳机械制造有限公司), Biz(kunnr=0001021587, name1=无锡宇灿幕墙建筑材料有限公司), Biz(kunnr=0001021592, name1=无锡市鑫力泰环保设备有限公司), Biz(kunnr=0001023163, name1=江苏博金建设集团有限公司无锡分公司), Biz(kunnr=0001023206, name1=无锡市昌明化工换热设备有限公司), Biz(kunnr=0001023213, name1=无锡加视诚智能科技有限公司), Biz(kunnr=0001023214, name1=无锡华路仪试验仪器有限公司), Biz(kunnr=0001023267, name1=无锡市新鑫轧辊堆焊厂), Biz(kunnr=0001025049, name1=无锡市荡口鹅湖红木家具厂)]
2024-01-11 14:21:51.836 INFO 15880 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
2024-01-11 14:21:51.837 INFO 15880 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
2024-01-11 14:21:51.837 INFO 15880 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/qcc
2024-01-11 14:21:51.837 INFO 15880 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/qcc不需要处理
2024-01-11 14:21:56.792 INFO 15880 --- [http-nio-8080-exec-10] c.J.d.b.controller.BizQccController : Qcc_Key: 824936f8e78c4f4788978da38b26d488
2024-01-11 14:21:57.454 INFO 15880 --- [http-nio-8080-exec-10] c.J.d.b.controller.BizQccController : Qcc_SecretKey: 8B9EB102FD17E0CF2EDEC0FB507DEC1E
2024-01-11 14:21:57.981 INFO 15880 --- [http-nio-8080-exec-10] c.J.d.b.controller.BizQccController : Qcc_Url: https://api.qichacha.com/EnterpriseInfo/Verify
2024-01-11 14:21:59.197 INFO 15880 --- [http-nio-8080-exec-10] c.J.d.b.controller.BizQccController : unitName: 无锡桥阳机械制造有限公司
2024-01-11 14:22:23.382 INFO 15880 --- [http-nio-8080-exec-10] c.J.d.b.controller.BizQccController : Request query headers HEAD null HTTP/1.1
2024-01-11 14:22:23.384 INFO 15880 --- [http-nio-8080-exec-8] c.J.d.bizquery.controller.BizController : latestShippingDate:0latestOrderDate:0latestQuotationDate:0salespersonCount0
2024-01-11 14:22:23.384 INFO 15880 --- [http-nio-8080-exec-8] c.J.d.bizquery.controller.BizController : Received request with parameter: 开始写日志文件
2024-01-11 14:23:01.533 INFO 15880 --- [http-nio-8080-exec-10] c.J.d.b.controller.BizQccController : tokenJson: {"Message":"找不到与请求 URI“http://api.qichacha.com:830/EnterpriseInfo/Verify?key=824936f8e78c4f4788978da38b26d488&keyword=企查查科技有限公司”匹配的 HTTP 资源。","MessageDetail":"在控制器“EnterpriseInfo”上找不到与该请求匹配的操作。"}
2024-01-11 14:30:37.165 INFO 11092 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 11092 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
2024-01-11 14:30:37.168 INFO 11092 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
2024-01-11 14:30:40.448 WARN 11092 --- [Druid-ConnectionPool-Create-663083782] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-11 14:30:42.273 INFO 11092 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
2024-01-11 14:30:42.279 INFO 11092 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-11 14:30:42.398 WARN 11092 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-11 14:30:42.710 INFO 11092 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 6.065 seconds (JVM running for 7.107)
2024-01-11 14:30:42.716 INFO 11092 --- [main] com.JIAL.JIALApplication : 项目启动成功...
2024-01-11 14:31:06.546 INFO 12752 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 12752 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
2024-01-11 14:31:06.549 INFO 12752 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
2024-01-11 14:31:08.884 WARN 12752 --- [Druid-ConnectionPool-Create-299684908] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-11 14:31:10.372 INFO 12752 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
2024-01-11 14:31:10.377 INFO 12752 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-11 14:31:10.500 WARN 12752 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-11 14:31:10.799 INFO 12752 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.666 seconds (JVM running for 5.542)
2024-01-11 14:31:10.806 INFO 12752 --- [main] com.JIAL.JIALApplication : 项目启动成功...
2024-01-11 14:31:11.708 INFO 12752 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html
2024-01-11 14:31:11.709 INFO 12752 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理
2024-01-11 14:31:11.746 INFO 12752 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-11 14:31:11.747 INFO 12752 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-11 14:31:11.747 INFO 12752 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-11 14:31:11.747 INFO 12752 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-11 14:31:11.747 INFO 12752 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/css/index.css
2024-01-11 14:31:11.747 INFO 12752 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/css/index.css不需要处理
2024-01-11 14:31:11.751 INFO 12752 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-11 14:31:11.753 INFO 12752 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-11 14:31:11.754 INFO 12752 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-11 14:31:11.754 INFO 12752 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-11 14:31:11.754 INFO 12752 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-11 14:31:11.755 INFO 12752 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-11 14:31:11.785 INFO 12752 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-11 14:31:11.786 INFO 12752 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-11 14:31:11.794 INFO 12752 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/js/index.js
2024-01-11 14:31:11.794 INFO 12752 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/js/index.js不需要处理
2024-01-11 14:31:12.033 INFO 12752 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
2024-01-11 14:31:12.033 INFO 12752 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
2024-01-11 14:31:12.066 INFO 12752 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-11 14:31:12.066 INFO 12752 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-11 14:31:15.784 INFO 12752 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
2024-01-11 14:31:15.784 INFO 12752 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
2024-01-11 14:31:15.800 INFO 12752 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
2024-01-11 14:31:15.800 INFO 12752 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : 无锡
2024-01-11 14:31:15.800 INFO 12752 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : false
2024-01-11 14:31:15.933 INFO 12752 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : [Biz(kunnr=0001021526, name1=无锡阿克赛光伏科技有限公司), Biz(kunnr=0001021540, name1=无锡桥阳机械制造有限公司), Biz(kunnr=0001021587, name1=无锡宇灿幕墙建筑材料有限公司), Biz(kunnr=0001021592, name1=无锡市鑫力泰环保设备有限公司), Biz(kunnr=0001023163, name1=江苏博金建设集团有限公司无锡分公司), Biz(kunnr=0001023206, name1=无锡市昌明化工换热设备有限公司), Biz(kunnr=0001023213, name1=无锡加视诚智能科技有限公司), Biz(kunnr=0001023214, name1=无锡华路仪试验仪器有限公司), Biz(kunnr=0001023267, name1=无锡市新鑫轧辊堆焊厂), Biz(kunnr=0001025049, name1=无锡市荡口鹅湖红木家具厂)]
2024-01-11 14:31:18.381 INFO 12752 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
2024-01-11 14:31:18.381 INFO 12752 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
2024-01-11 14:31:18.382 INFO 12752 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/qcc
2024-01-11 14:31:18.382 INFO 12752 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/qcc不需要处理
2024-01-11 14:31:21.568 INFO 12752 --- [http-nio-8080-exec-7] c.J.d.b.controller.BizQccController : Qcc_Key: 824936f8e78c4f4788978da38b26d488
2024-01-11 14:31:22.119 INFO 12752 --- [http-nio-8080-exec-7] c.J.d.b.controller.BizQccController : Qcc_SecretKey: 8B9EB102FD17E0CF2EDEC0FB507DEC1E
2024-01-11 14:31:22.663 INFO 12752 --- [http-nio-8080-exec-7] c.J.d.b.controller.BizQccController : Qcc_Url: https://api.qichacha.com/EnterpriseInfo/Verify
2024-01-11 14:31:23.152 INFO 12752 --- [http-nio-8080-exec-7] c.J.d.b.controller.BizQccController : unitName: 无锡阿克赛光伏科技有限公司
2024-01-11 14:31:29.561 INFO 12752 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : latestShippingDate:0latestOrderDate:0latestQuotationDate:0salespersonCount0
2024-01-11 14:31:29.561 INFO 12752 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : Received request with parameter: 开始写日志文件
2024-01-11 14:31:29.560 INFO 12752 --- [http-nio-8080-exec-7] c.J.d.b.controller.BizQccController : Request query headers HEAD null HTTP/1.1
2024-01-11 14:34:06.884 INFO 12752 --- [http-nio-8080-exec-7] c.J.d.b.controller.BizQccController : tokenJson: {"Message":"找不到与请求 URI“http://api.qichacha.com:830/EnterpriseInfo/Verify?key=824936f8e78c4f4788978da38b26d488&keyword=无锡阿克赛光伏科技有限公司”匹配的 HTTP 资源。","MessageDetail":"在控制器“EnterpriseInfo”上找不到与该请求匹配的操作。"}
2024-01-11 14:34:11.508 INFO 4580 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 4580 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
2024-01-11 14:34:11.511 INFO 4580 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
2024-01-11 14:34:13.885 WARN 4580 --- [Druid-ConnectionPool-Create-858965925] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-11 14:34:15.739 INFO 4580 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
2024-01-11 14:34:15.746 INFO 4580 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-11 14:34:15.868 WARN 4580 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-11 14:34:16.148 INFO 4580 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 5.113 seconds (JVM running for 6.244)
2024-01-11 14:34:16.155 INFO 4580 --- [main] com.JIAL.JIALApplication : 项目启动成功...
2024-01-11 14:34:25.463 INFO 4580 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html
2024-01-11 14:34:25.464 INFO 4580 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理
2024-01-11 14:34:25.501 INFO 4580 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-11 14:34:25.502 INFO 4580 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-11 14:34:25.501 INFO 4580 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/css/index.css
2024-01-11 14:34:25.504 INFO 4580 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/css/index.css不需要处理
2024-01-11 14:34:25.506 INFO 4580 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-11 14:34:25.506 INFO 4580 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-11 14:34:25.508 INFO 4580 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-11 14:34:25.509 INFO 4580 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-11 14:34:25.513 INFO 4580 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-11 14:34:25.513 INFO 4580 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-11 14:34:25.517 INFO 4580 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-11 14:34:25.517 INFO 4580 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-11 14:34:25.526 INFO 4580 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-11 14:34:25.527 INFO 4580 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-11 14:34:25.535 INFO 4580 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/js/index.js
2024-01-11 14:34:25.535 INFO 4580 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/js/index.js不需要处理
2024-01-11 14:34:25.624 INFO 4580 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
2024-01-11 14:34:25.624 INFO 4580 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
2024-01-11 14:34:25.655 INFO 4580 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-11 14:34:25.655 INFO 4580 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-11 14:34:41.464 INFO 4580 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
2024-01-11 14:34:41.464 INFO 4580 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
2024-01-11 14:34:41.481 INFO 4580 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
2024-01-11 14:34:41.481 INFO 4580 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : 无锡
2024-01-11 14:34:41.481 INFO 4580 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : false
2024-01-11 14:34:41.621 INFO 4580 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : [Biz(kunnr=0001021526, name1=无锡阿克赛光伏科技有限公司), Biz(kunnr=0001021540, name1=无锡桥阳机械制造有限公司), Biz(kunnr=0001021587, name1=无锡宇灿幕墙建筑材料有限公司), Biz(kunnr=0001021592, name1=无锡市鑫力泰环保设备有限公司), Biz(kunnr=0001023163, name1=江苏博金建设集团有限公司无锡分公司), Biz(kunnr=0001023206, name1=无锡市昌明化工换热设备有限公司), Biz(kunnr=0001023213, name1=无锡加视诚智能科技有限公司), Biz(kunnr=0001023214, name1=无锡华路仪试验仪器有限公司), Biz(kunnr=0001023267, name1=无锡市新鑫轧辊堆焊厂), Biz(kunnr=0001025049, name1=无锡市荡口鹅湖红木家具厂)]
2024-01-11 14:34:42.707 INFO 4580 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
2024-01-11 14:34:42.708 INFO 4580 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
2024-01-11 14:34:42.708 INFO 4580 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/qcc
2024-01-11 14:34:42.708 INFO 4580 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/qcc不需要处理
2024-01-11 14:34:45.473 INFO 4580 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : Qcc_Key: 824936f8e78c4f4788978da38b26d488
2024-01-11 14:34:45.942 INFO 4580 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : Qcc_SecretKey: 8B9EB102FD17E0CF2EDEC0FB507DEC1E
2024-01-11 14:34:46.432 INFO 4580 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : Qcc_Url: https://api.qichacha.com/EnterpriseInfo/Verify
2024-01-11 14:34:46.857 INFO 4580 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : unitName: 无锡阿克赛光伏科技有限公司
2024-01-11 14:34:52.353 INFO 4580 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : latestShippingDate:0latestOrderDate:0latestQuotationDate:0salespersonCount0
2024-01-11 14:34:52.353 INFO 4580 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : Received request with parameter: 开始写日志文件
2024-01-11 14:34:53.783 INFO 4580 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : Request query headers HEAD null HTTP/1.1
2024-01-11 14:35:12.887 INFO 4580 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : tokenJson: {"Message":"找不到与请求 URI“http://api.qichacha.com:830/EnterpriseInfo/Verify?key=824936f8e78c4f4788978da38b26d488&keyword=无锡阿克赛光伏科技有限公司”匹配的 HTTP 资源。","MessageDetail":"在控制器“EnterpriseInfo”上找不到与该请求匹配的操作。"}
2024-01-11 14:42:28.332 INFO 904 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 904 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
2024-01-11 14:42:28.335 INFO 904 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
2024-01-11 14:42:30.386 WARN 904 --- [Druid-ConnectionPool-Create-8633103] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-11 14:42:31.737 INFO 904 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
2024-01-11 14:42:31.743 INFO 904 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-11 14:42:31.860 WARN 904 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-11 14:42:32.141 INFO 904 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.222 seconds (JVM running for 5.117)
2024-01-11 14:42:32.151 INFO 904 --- [main] com.JIAL.JIALApplication : 项目启动成功...
2024-01-11 14:43:07.562 INFO 904 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html
2024-01-11 14:43:07.563 INFO 904 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理
2024-01-11 14:43:07.600 INFO 904 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-11 14:43:07.600 INFO 904 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-11 14:43:07.601 INFO 904 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-11 14:43:07.601 INFO 904 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-11 14:43:07.600 INFO 904 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/css/index.css
2024-01-11 14:43:07.603 INFO 904 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/css/index.css不需要处理
2024-01-11 14:43:07.606 INFO 904 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-11 14:43:07.606 INFO 904 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-11 14:43:07.606 INFO 904 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-11 14:43:07.607 INFO 904 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-11 14:43:07.610 INFO 904 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-11 14:43:07.610 INFO 904 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-11 14:43:07.621 INFO 904 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-11 14:43:07.621 INFO 904 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-11 14:43:07.622 INFO 904 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/js/index.js
2024-01-11 14:43:07.622 INFO 904 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/js/index.js不需要处理
2024-01-11 14:43:07.725 INFO 904 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
2024-01-11 14:43:07.726 INFO 904 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
2024-01-11 14:43:07.745 INFO 904 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-11 14:43:07.745 INFO 904 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-11 14:43:12.675 INFO 904 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
2024-01-11 14:43:12.675 INFO 904 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
2024-01-11 14:43:12.690 INFO 904 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
2024-01-11 14:43:12.690 INFO 904 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : 无锡
2024-01-11 14:43:12.690 INFO 904 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : false
2024-01-11 14:43:12.843 INFO 904 --- [http-nio-8080-exec-2] c.J.d.bizquery.controller.BizController : [Biz(kunnr=0001021526, name1=无锡阿克赛光伏科技有限公司), Biz(kunnr=0001021540, name1=无锡桥阳机械制造有限公司), Biz(kunnr=0001021587, name1=无锡宇灿幕墙建筑材料有限公司), Biz(kunnr=0001021592, name1=无锡市鑫力泰环保设备有限公司), Biz(kunnr=0001023163, name1=江苏博金建设集团有限公司无锡分公司), Biz(kunnr=0001023206, name1=无锡市昌明化工换热设备有限公司), Biz(kunnr=0001023213, name1=无锡加视诚智能科技有限公司), Biz(kunnr=0001023214, name1=无锡华路仪试验仪器有限公司), Biz(kunnr=0001023267, name1=无锡市新鑫轧辊堆焊厂), Biz(kunnr=0001025049, name1=无锡市荡口鹅湖红木家具厂)]
2024-01-11 14:43:13.478 INFO 904 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
2024-01-11 14:43:13.479 INFO 904 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
2024-01-11 14:43:13.479 INFO 904 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/qcc
2024-01-11 14:43:13.479 INFO 904 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/qcc不需要处理
2024-01-11 14:43:13.483 INFO 904 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : Qcc_Key: 824936f8e78c4f4788978da38b26d488
2024-01-11 14:43:13.483 INFO 904 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : Qcc_SecretKey: 8B9EB102FD17E0CF2EDEC0FB507DEC1E
2024-01-11 14:43:13.483 INFO 904 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : Qcc_Url: https://api.qichacha.com/EnterpriseInfo/Verify
2024-01-11 14:43:13.484 INFO 904 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : unitName: 无锡市鑫力泰环保设备有限公司
2024-01-11 14:43:18.979 INFO 904 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : Request query headers HEAD null HTTP/1.1
2024-01-11 14:45:51.219 WARN 904 --- [Druid-ConnectionPool-Create-8633103] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-11 14:45:51.492 INFO 904 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : latestShippingDate:0latestOrderDate:0latestQuotationDate:0salespersonCount0
2024-01-11 14:45:51.492 INFO 904 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : Received request with parameter: 开始写日志文件
2024-01-11 14:46:33.799 INFO 904 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : tokenJson: {"Message":"找不到与请求 URI“http://api.qichacha.com:830/EnterpriseInfo/Verify?key=824936f8e78c4f4788978da38b26d488&keyword=无锡市鑫力泰环保设备有限公司”匹配的 HTTP 资源。","MessageDetail":"在控制器“EnterpriseInfo”上找不到与该请求匹配的操作。"}
2024-01-11 14:46:37.665 INFO 17248 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 17248 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
2024-01-11 14:46:37.667 INFO 17248 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
2024-01-11 14:46:39.710 WARN 17248 --- [Druid-ConnectionPool-Create-1670627211] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-11 14:46:41.081 INFO 17248 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
2024-01-11 14:46:41.086 INFO 17248 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-11 14:46:41.208 WARN 17248 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-11 14:46:41.482 INFO 17248 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.353 seconds (JVM running for 5.192)
2024-01-11 14:46:41.488 INFO 17248 --- [main] com.JIAL.JIALApplication : 项目启动成功...
2024-01-11 14:46:47.746 INFO 17248 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html
2024-01-11 14:46:47.747 INFO 17248 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理
2024-01-11 14:46:47.795 INFO 17248 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-11 14:46:47.796 INFO 17248 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-11 14:46:47.805 INFO 17248 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/css/index.css
2024-01-11 14:46:47.806 INFO 17248 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/css/index.css不需要处理
2024-01-11 14:46:47.806 INFO 17248 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-11 14:46:47.807 INFO 17248 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-11 14:46:47.808 INFO 17248 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-11 14:46:47.809 INFO 17248 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-11 14:46:47.811 INFO 17248 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-11 14:46:47.811 INFO 17248 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-11 14:46:47.814 INFO 17248 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-11 14:46:47.814 INFO 17248 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-11 14:46:47.830 INFO 17248 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-11 14:46:47.831 INFO 17248 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/js/index.js
2024-01-11 14:46:47.831 INFO 17248 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-11 14:46:47.831 INFO 17248 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/js/index.js不需要处理
2024-01-11 14:46:47.930 INFO 17248 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
2024-01-11 14:46:47.931 INFO 17248 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
2024-01-11 14:46:47.970 INFO 17248 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-11 14:46:47.971 INFO 17248 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-11 14:46:51.569 INFO 17248 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
2024-01-11 14:46:51.569 INFO 17248 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
2024-01-11 14:46:51.585 INFO 17248 --- [http-nio-8080-exec-1] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
2024-01-11 14:46:51.585 INFO 17248 --- [http-nio-8080-exec-1] c.J.d.bizquery.controller.BizController : 无锡
2024-01-11 14:46:51.585 INFO 17248 --- [http-nio-8080-exec-1] c.J.d.bizquery.controller.BizController : false
2024-01-11 14:46:51.730 INFO 17248 --- [http-nio-8080-exec-1] c.J.d.bizquery.controller.BizController : [Biz(kunnr=0001021526, name1=无锡阿克赛光伏科技有限公司), Biz(kunnr=0001021540, name1=无锡桥阳机械制造有限公司), Biz(kunnr=0001021587, name1=无锡宇灿幕墙建筑材料有限公司), Biz(kunnr=0001021592, name1=无锡市鑫力泰环保设备有限公司), Biz(kunnr=0001023163, name1=江苏博金建设集团有限公司无锡分公司), Biz(kunnr=0001023206, name1=无锡市昌明化工换热设备有限公司), Biz(kunnr=0001023213, name1=无锡加视诚智能科技有限公司), Biz(kunnr=0001023214, name1=无锡华路仪试验仪器有限公司), Biz(kunnr=0001023267, name1=无锡市新鑫轧辊堆焊厂), Biz(kunnr=0001025049, name1=无锡市荡口鹅湖红木家具厂)]
2024-01-11 14:46:52.461 INFO 17248 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
2024-01-11 14:46:52.461 INFO 17248 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
2024-01-11 14:46:52.462 INFO 17248 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/qcc
2024-01-11 14:46:52.462 INFO 17248 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/qcc不需要处理
2024-01-11 14:46:52.466 INFO 17248 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : Qcc_Key: 824936f8e78c4f4788978da38b26d488
2024-01-11 14:46:52.466 INFO 17248 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : Qcc_SecretKey: 8B9EB102FD17E0CF2EDEC0FB507DEC1E
2024-01-11 14:46:52.466 INFO 17248 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : Qcc_Url: https://api.qichacha.com/EnterpriseInfo/Verify
2024-01-11 14:46:52.466 INFO 17248 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : unitName: 无锡桥阳机械制造有限公司
2024-01-11 14:48:02.815 INFO 17248 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : Request query headers HEAD null HTTP/1.1
2024-01-11 14:49:50.313 WARN 17248 --- [Druid-ConnectionPool-Create-1670627211] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-11 14:49:50.488 INFO 17248 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : latestShippingDate:0latestOrderDate:0latestQuotationDate:0salespersonCount0
2024-01-11 14:49:50.488 INFO 17248 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : Received request with parameter: 开始写日志文件
2024-01-11 14:49:55.032 INFO 17248 --- [http-nio-8080-exec-4] c.J.d.b.controller.BizQccController : tokenJson: {"Message":"找不到与请求 URI“http://api.qichacha.com:830/EnterpriseInfo/Verify?key=824936f8e78c4f4788978da38b26d488&keyword=无锡桥阳机械制造有限公司”匹配的 HTTP 资源。","MessageDetail":"在控制器“EnterpriseInfo”上找不到与该请求匹配的操作。"}
2024-01-11 14:49:59.224 INFO 16956 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 16956 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
2024-01-11 14:49:59.227 INFO 16956 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
2024-01-11 14:50:01.345 WARN 16956 --- [Druid-ConnectionPool-Create-1901752553] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-11 14:50:02.755 INFO 16956 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
2024-01-11 14:50:02.761 INFO 16956 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-11 14:50:02.889 WARN 16956 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-11 14:50:03.194 INFO 16956 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.396 seconds (JVM running for 5.281)
2024-01-11 14:50:03.200 INFO 16956 --- [main] com.JIAL.JIALApplication : 项目启动成功...
2024-01-11 14:50:14.877 INFO 16956 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html
2024-01-11 14:50:14.879 INFO 16956 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理
2024-01-11 14:50:14.918 INFO 16956 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-11 14:50:14.918 INFO 16956 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-11 14:50:14.922 INFO 16956 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-11 14:50:14.922 INFO 16956 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-11 14:50:14.922 INFO 16956 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-11 14:50:14.922 INFO 16956 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-11 14:50:14.922 INFO 16956 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/css/index.css
2024-01-11 14:50:14.925 INFO 16956 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/css/index.css不需要处理
2024-01-11 14:50:14.925 INFO 16956 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-11 14:50:14.925 INFO 16956 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-11 14:50:14.927 INFO 16956 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-11 14:50:14.931 INFO 16956 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-11 14:50:14.943 INFO 16956 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-11 14:50:14.943 INFO 16956 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-11 14:50:14.946 INFO 16956 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/js/index.js
2024-01-11 14:50:14.947 INFO 16956 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/js/index.js不需要处理
2024-01-11 14:50:15.040 INFO 16956 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
2024-01-11 14:50:15.040 INFO 16956 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
2024-01-11 14:50:15.074 INFO 16956 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-11 14:50:15.074 INFO 16956 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-11 14:50:20.442 INFO 16956 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
2024-01-11 14:50:20.442 INFO 16956 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
2024-01-11 14:50:20.458 INFO 16956 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
2024-01-11 14:50:20.458 INFO 16956 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : 无锡
2024-01-11 14:50:20.458 INFO 16956 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : false
2024-01-11 14:50:20.616 INFO 16956 --- [http-nio-8080-exec-3] c.J.d.bizquery.controller.BizController : [Biz(kunnr=0001021526, name1=无锡阿克赛光伏科技有限公司), Biz(kunnr=0001021540, name1=无锡桥阳机械制造有限公司), Biz(kunnr=0001021587, name1=无锡宇灿幕墙建筑材料有限公司), Biz(kunnr=0001021592, name1=无锡市鑫力泰环保设备有限公司), Biz(kunnr=0001023163, name1=江苏博金建设集团有限公司无锡分公司), Biz(kunnr=0001023206, name1=无锡市昌明化工换热设备有限公司), Biz(kunnr=0001023213, name1=无锡加视诚智能科技有限公司), Biz(kunnr=0001023214, name1=无锡华路仪试验仪器有限公司), Biz(kunnr=0001023267, name1=无锡市新鑫轧辊堆焊厂), Biz(kunnr=0001025049, name1=无锡市荡口鹅湖红木家具厂)]
2024-01-11 14:50:21.478 INFO 16956 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
2024-01-11 14:50:21.479 INFO 16956 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
2024-01-11 14:50:21.479 INFO 16956 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/qcc
2024-01-11 14:50:21.479 INFO 16956 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/qcc不需要处理
2024-01-11 14:50:21.482 INFO 16956 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : Qcc_Key: 824936f8e78c4f4788978da38b26d488
2024-01-11 14:50:21.483 INFO 16956 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : Qcc_SecretKey: 8B9EB102FD17E0CF2EDEC0FB507DEC1E
2024-01-11 14:50:21.484 INFO 16956 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : Qcc_Url: https://api.qichacha.com/EnterpriseInfo/Verify
2024-01-11 14:50:21.484 INFO 16956 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : unitName: 江苏博金建设集团有限公司无锡分公司
2024-01-11 14:50:21.502 INFO 16956 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : Request query headers HEAD null HTTP/1.1
2024-01-11 14:50:21.900 INFO 16956 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : latestShippingDate:0latestOrderDate:0latestQuotationDate:0salespersonCount0
2024-01-11 14:50:21.900 INFO 16956 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : Received request with parameter: 开始写日志文件
2024-01-11 14:50:21.918 INFO 16956 --- [http-nio-8080-exec-2] c.J.d.b.controller.BizQccController : tokenJson: {"Message":"找不到与请求 URI“http://api.qichacha.com:830/EnterpriseInfo/Verify?key=824936f8e78c4f4788978da38b26d488&keyword=江苏博金建设集团有限公司无锡分公司”匹配的 HTTP 资源。","MessageDetail":"在控制器“EnterpriseInfo”上找不到与该请求匹配的操作。"}
2024-01-11 15:04:44.095 INFO 12164 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 12164 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
2024-01-11 15:04:44.098 INFO 12164 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
2024-01-11 15:04:46.274 WARN 12164 --- [Druid-ConnectionPool-Create-1609565447] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-11 15:04:47.634 INFO 12164 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
2024-01-11 15:04:47.640 INFO 12164 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-11 15:04:47.758 WARN 12164 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-11 15:04:48.035 INFO 12164 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.379 seconds (JVM running for 5.256)
2024-01-11 15:04:48.041 INFO 12164 --- [main] com.JIAL.JIALApplication : 项目启动成功...
2024-01-11 15:04:52.893 INFO 12164 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html
2024-01-11 15:04:52.894 INFO 12164 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理
2024-01-11 15:04:52.932 INFO 12164 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-11 15:04:52.933 INFO 12164 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-11 15:04:52.933 INFO 12164 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/css/index.css
2024-01-11 15:04:52.935 INFO 12164 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/css/index.css不需要处理
2024-01-11 15:04:52.936 INFO 12164 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-11 15:04:52.936 INFO 12164 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-11 15:04:52.936 INFO 12164 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-11 15:04:52.937 INFO 12164 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-11 15:04:52.938 INFO 12164 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-11 15:04:52.939 INFO 12164 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-11 15:04:52.944 INFO 12164 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-11 15:04:52.944 INFO 12164 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-11 15:04:52.954 INFO 12164 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-11 15:04:52.955 INFO 12164 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-11 15:04:52.958 INFO 12164 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/js/index.js
2024-01-11 15:04:52.958 INFO 12164 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/js/index.js不需要处理
2024-01-11 15:04:53.038 INFO 12164 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
2024-01-11 15:04:53.038 INFO 12164 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
2024-01-11 15:04:53.069 INFO 12164 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-11 15:04:53.070 INFO 12164 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-11 15:04:57.746 INFO 12164 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
2024-01-11 15:04:57.747 INFO 12164 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
2024-01-11 15:04:57.764 INFO 12164 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
2024-01-11 15:04:57.764 INFO 12164 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : 无锡
2024-01-11 15:04:57.764 INFO 12164 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : false
2024-01-11 15:04:57.903 INFO 12164 --- [http-nio-8080-exec-7] c.J.d.bizquery.controller.BizController : [Biz(kunnr=0001021526, name1=无锡阿克赛光伏科技有限公司), Biz(kunnr=0001021540, name1=无锡桥阳机械制造有限公司), Biz(kunnr=0001021587, name1=无锡宇灿幕墙建筑材料有限公司), Biz(kunnr=0001021592, name1=无锡市鑫力泰环保设备有限公司), Biz(kunnr=0001023163, name1=江苏博金建设集团有限公司无锡分公司), Biz(kunnr=0001023206, name1=无锡市昌明化工换热设备有限公司), Biz(kunnr=0001023213, name1=无锡加视诚智能科技有限公司), Biz(kunnr=0001023214, name1=无锡华路仪试验仪器有限公司), Biz(kunnr=0001023267, name1=无锡市新鑫轧辊堆焊厂), Biz(kunnr=0001025049, name1=无锡市荡口鹅湖红木家具厂)]
2024-01-11 15:04:58.958 INFO 12164 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
2024-01-11 15:04:58.959 INFO 12164 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
2024-01-11 15:04:58.959 INFO 12164 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/qcc
2024-01-11 15:04:58.959 INFO 12164 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/qcc不需要处理
2024-01-11 15:04:58.963 INFO 12164 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : Qcc_Key: 824936f8e78c4f4788978da38b26d488
2024-01-11 15:04:58.963 INFO 12164 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : Qcc_SecretKey: 8B9EB102FD17E0CF2EDEC0FB507DEC1E
2024-01-11 15:04:58.963 INFO 12164 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : Qcc_Url: https://api.qichacha.com/EnterpriseInfo/Verify
2024-01-11 15:04:58.963 INFO 12164 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : unitName: 无锡市鑫力泰环保设备有限公司
2024-01-11 15:04:58.977 INFO 12164 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : Request query headers HEAD null HTTP/1.1
2024-01-11 15:04:59.167 INFO 12164 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : latestShippingDate:0latestOrderDate:0latestQuotationDate:0salespersonCount0
2024-01-11 15:04:59.167 INFO 12164 --- [http-nio-8080-exec-4] c.J.d.bizquery.controller.BizController : Received request with parameter: 开始写日志文件
2024-01-11 15:04:59.574 INFO 12164 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : tokenJson: {"Status":"200","Message":"【有效请求】查询成功","OrderNumber":"ENTERPRISEINFO2024011115045915858441","Result":{"VerifyResult":1,"Data":{"KeyNo":"ealp5yli39rbhk9jhlrbshke5bmpvpv5km","Name":"无锡市鑫力泰环保设备有限公司","CreditCode":"91320282660836452W","OperName":"沈雅容","Status":"存续(在营、开业、在册)","StartDate":"2007-04-20","RegistCapi":"2000万元人民币","RealCapi":"2000万元人民币","OrgNo":"66083645-2","No":"320282000159994","TaxNo":"91320282660836452W","EconKind":"有限责任公司(自然人投资或控股)","TermStart":"2007-04-20","TermEnd":"2037-12-31","TaxpayerType":"增值税一般纳税人","PersonScope":"","InsuredCount":"0","CheckDate":"2022-06-21","AreaCode":"320282","Area":{"Province":"江苏省","City":"无锡市","County":"宜兴市"},"BelongOrg":"宜兴市行政审批局","ImExCode":"","Industry":{"IndustryCode":"C","Industry":"制造业","SubIndustryCode":"35","SubIndustry":"专用设备制造业","MiddleCategoryCode":"359","MiddleCategory":"环保、邮政、社会公共服务及其他专用设备制造","SmallCategoryCode":"3591","SmallCategory":"环境保护专用设备制造"},"EnglishName":"Wuxi Xinlitai Environmental Protection Equipment Co., Ltd.","Address":"宜兴市高塍镇外商投资工业园(高塍村)","AnnualAddress":"","Scope":"环保水处理设备、玻璃钢制品、塑料制品的制造、销售;环保设备、水处理设备的安装、调试、技术咨询服务;环保工程的设计、施工;保温耐火材料及制品、电工器材、仪器仪表、电缆桥架、化工产品及原料(除危险化学品)的销售。(依法须经批准的项目,经相关部门批准后方可开展经营活动)","EntType":"0","ImageUrl":"https://image.qcc.com/logo/EntImage.png","RevokeInfo":null,"OriginalName":null,"StockInfo":null,"ContactInfo":{"WebSiteList":null,"Email":"542166553@qq.com","MoreEmailList":[{"Email":"876254173@qq.com","Source":"2015年报"}],"Tel":"13961521518","MoreTelList":null},"LongLat":{"Longitude":"119.829392","Latitude":"31.440748"},"BankInfo":{"Bank":"交行宜兴城西支行","BankAccount":"394000693018010010614","Name":"无锡市鑫力泰环保设备有限公司","CreditCode":"91320282660836452W","Address":"宜兴市高塍镇外商投资工业园(高塍村)","Tel":"0510-87838611"},"IsSmall":"1","Scale":"XS","QccIndustry":{"AName":"工业与商业服务","BName":"机械制造","CName":"专用设备","DName":"环保设备"},"IsOfficialEnglish":"0"}}}
2024-01-11 15:08:30.915 INFO 12164 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : Status:200
2024-01-11 15:13:19.264 INFO 9080 --- [main] com.JIAL.JIALApplication : Starting JIALApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 9080 (D:\JavaProject\JIALDemo\target\classes started by Administrator in D:\JavaProject\JIALDemo)
2024-01-11 15:13:19.267 INFO 9080 --- [main] com.JIAL.JIALApplication : The following profiles are active: ss
2024-01-11 15:13:21.466 WARN 9080 --- [Druid-ConnectionPool-Create-2116025968] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
2024-01-11 15:13:23.015 INFO 9080 --- [main] com.JIAL.config.WebMvcConfig : 扩展消息转换器...
2024-01-11 15:13:23.023 INFO 9080 --- [main] com.JIAL.config.WebMvcConfig : 开始进行静态资源映射...
2024-01-11 15:13:23.164 WARN 9080 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-01-11 15:13:23.443 INFO 9080 --- [main] com.JIAL.JIALApplication : Started JIALApplication in 4.623 seconds (JVM running for 5.482)
2024-01-11 15:13:23.449 INFO 9080 --- [main] com.JIAL.JIALApplication : 项目启动成功...
2024-01-11 15:13:34.323 INFO 9080 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/index.html
2024-01-11 15:13:34.324 INFO 9080 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/index.html不需要处理
2024-01-11 15:13:34.361 INFO 9080 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.css
2024-01-11 15:13:34.362 INFO 9080 --- [http-nio-8080-exec-1] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.css不需要处理
2024-01-11 15:13:34.362 INFO 9080 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/css/index.css
2024-01-11 15:13:34.363 INFO 9080 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/css/index.css不需要处理
2024-01-11 15:13:34.366 INFO 9080 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/vue/vue.js
2024-01-11 15:13:34.366 INFO 9080 --- [http-nio-8080-exec-4] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/vue/vue.js不需要处理
2024-01-11 15:13:34.369 INFO 9080 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/index.js
2024-01-11 15:13:34.369 INFO 9080 --- [http-nio-8080-exec-5] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/index.js不需要处理
2024-01-11 15:13:34.369 INFO 9080 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/calendar/calendar.js
2024-01-11 15:13:34.369 INFO 9080 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/calendar/calendar.js不需要处理
2024-01-11 15:13:34.374 INFO 9080 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/axios.min.js
2024-01-11 15:13:34.374 INFO 9080 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/axios.min.js不需要处理
2024-01-11 15:13:34.386 INFO 9080 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/axios/request.js
2024-01-11 15:13:34.386 INFO 9080 --- [http-nio-8080-exec-7] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/axios/request.js不需要处理
2024-01-11 15:13:34.386 INFO 9080 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/js/index.js
2024-01-11 15:13:34.387 INFO 9080 --- [http-nio-8080-exec-10] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/js/index.js不需要处理
2024-01-11 15:13:34.488 INFO 9080 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/plugins/element-ui/fonts/element-icons.woff
2024-01-11 15:13:34.489 INFO 9080 --- [http-nio-8080-exec-9] com.JIAL.filter.LoginCheckFilter : 本次请求/plugins/element-ui/fonts/element-icons.woff不需要处理
2024-01-11 15:13:34.506 INFO 9080 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png
2024-01-11 15:13:34.506 INFO 9080 --- [http-nio-8080-exec-2] com.JIAL.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理
2024-01-11 15:13:38.196 INFO 9080 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/list
2024-01-11 15:13:38.196 INFO 9080 --- [http-nio-8080-exec-6] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/list不需要处理
2024-01-11 15:13:38.212 INFO 9080 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : 开始调用sql----------------------
2024-01-11 15:13:38.212 INFO 9080 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : 南京
2024-01-11 15:13:38.212 INFO 9080 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : false
2024-01-11 15:13:38.361 INFO 9080 --- [http-nio-8080-exec-6] c.J.d.bizquery.controller.BizController : [Biz(kunnr=0001023011, name1=南京顺吉纸管厂), Biz(kunnr=0001021816, name1=南京骏阔电子科技有限公司), Biz(kunnr=0001023316, name1=南京市浦口区峰塔水泥制品厂), Biz(kunnr=0001022145, name1=南京盈和防雷检测科技有限公司), Biz(kunnr=0001022168, name1=南京帝悦电梯配件有限公司), Biz(kunnr=0001023929, name1=南京年嘉模具制造有限责任公司), Biz(kunnr=0001024029, name1=南京虹天科技有限公司), Biz(kunnr=0001022630, name1=南京佳美液压机械制造有限公司), Biz(kunnr=0001024208, name1=南京能达利机械设备制造有限公司), Biz(kunnr=0001024288, name1=南京春明现代雕塑有限公司)]
2024-01-11 15:13:39.185 INFO 9080 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/bizquery/detail
2024-01-11 15:13:39.185 INFO 9080 --- [http-nio-8080-exec-8] com.JIAL.filter.LoginCheckFilter : 本次请求/bizquery/detail不需要处理
2024-01-11 15:13:39.185 INFO 9080 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 拦截到请求:/qcc
2024-01-11 15:13:39.185 INFO 9080 --- [http-nio-8080-exec-3] com.JIAL.filter.LoginCheckFilter : 本次请求/qcc不需要处理
2024-01-11 15:13:39.189 INFO 9080 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : Qcc_Key: 824936f8e78c4f4788978da38b26d488
2024-01-11 15:13:39.190 INFO 9080 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : Qcc_SecretKey: 8B9EB102FD17E0CF2EDEC0FB507DEC1E
2024-01-11 15:13:39.190 INFO 9080 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : Qcc_Url: https://api.qichacha.com/EnterpriseInfo/Verify
2024-01-11 15:13:39.190 INFO 9080 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : unitName: 南京顺吉纸管厂
2024-01-11 15:13:39.203 INFO 9080 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : Request query headers HEAD null HTTP/1.1
2024-01-11 15:13:39.370 INFO 9080 --- [http-nio-8080-exec-8] c.J.d.bizquery.controller.BizController : latestShippingDate:0latestOrderDate:0latestQuotationDate:0salespersonCount0
2024-01-11 15:13:39.370 INFO 9080 --- [http-nio-8080-exec-8] c.J.d.bizquery.controller.BizController : Received request with parameter: 开始写日志文件
2024-01-11 15:13:39.870 INFO 9080 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : tokenJson: {"Status":"200","Message":"【有效请求】查询成功","OrderNumber":"ENTERPRISEINFO2024011115133982715624","Result":{"VerifyResult":1,"Data":{"KeyNo":"bbblbys3ihhsjkbj5e33ss9re3mipsr5vl","Name":"无锡江南电缆有限公司","CreditCode":"913202007579586082","OperName":"储辉","Status":"在业","StartDate":"2004-02-25","RegistCapi":"202330.113055万元人民币","RealCapi":"","OrgNo":"75795860-8","No":"320282400001840","TaxNo":"913202007579586082","EconKind":"有限责任公司(自然人投资或控股的法人独资)","TermStart":"2004-02-25","TermEnd":"","TaxpayerType":"增值税一般纳税人","PersonScope":"","InsuredCount":"2102","CheckDate":"2023-12-15","AreaCode":"320282","Area":{"Province":"江苏省","City":"无锡市","County":"宜兴市"},"BelongOrg":"宜兴市行政审批局","ImExCode":"3200757958608","Industry":{"IndustryCode":"C","Industry":"制造业","SubIndustryCode":"38","SubIndustry":"电气机械和器材制造业","MiddleCategoryCode":"383","MiddleCategory":"电线、电缆、光缆及电工器材制造","SmallCategoryCode":"","SmallCategory":""},"EnglishName":"Wuxi Jiangnan Cable Co., Ltd.","Address":"宜兴市官林镇新官东路53号经营场所:宜兴市官林镇义庄村、宜兴市官林镇凌霞村)","AnnualAddress":"","Scope":"生产电线电缆及其原辅材料、附件耐高温绝缘材料F、H级绝缘成型件电缆盘具研究、开发、设计电线电缆及其原辅材料分布式光伏发电从事矿产品不含铁矿石、氧化铝、铝土矿、煤炭、食品按许可证所列范围和方式经营、电力设备、机电设备的批发、进出口业务以上商品进出口不涉及国营贸易管理商品涉及配额、许可证管理商品的按国家有关规定办理申请电线电缆技术咨询服务电力工程施工利用自有资金对外投资上述所有经营范围不含国家限制、禁止类项目依法须经批准的项目经相关部门批准后方可开展经营活动","EntType":"0","ImageUrl":"https://image.qcc.com/logo/bda6b2194aa2dfcd37b4a458d14ecf94.jpg","RevokeInfo":null,"OriginalName":null,"StockInfo":null,"ContactInfo":{"WebSiteList":["www.jncable.com.cn"],"Email":"manager@jncable.com.cn","MoreEmailList":[{"Email":"jncable@com.cn","Source":"2022年报"},{"Email":"mmqqq315@163.com","Source":"2014年报"},{"Email":"s18352510999@163.com","Source":"其他"},{"Email":"jn17365321337@163.com","Source":"其他"}],"Tel":"0510-87210333","MoreTelList":[{"Tel":"0510-87210928","Source":"2022年报"},{"Tel":"0510-87200617","Source":"互联网"},{"Tel":"13806195396","Source":"互联网"},{"Tel":"18352510999","Source":"互联网"},{"Tel":"0510-87290806","Source":"互联网"},{"Tel":"13991355844","Source":"互联网"},{"Tel":"0512-67485325","Source":"互联网"},{"Tel":"0510-87201739","Source":"互联网"},{"Tel":"13606155346","Source":"互联网"},{"Tel":"15961583898","Source":"互联网"},{"Tel":"13503840219","Source":"互联网"},{"Tel":"0510-87210869","Source":"互联网"},{"Tel":"15195684088","Source":"互联网"},{"Tel":"18101538050","Source":"互联网"},{"Tel":"18538155366","Source":"互联网"},{"Tel":"18001515424","Source":"互联网"},{"Tel":"0510-82830688","Source":"互联网"},{"Tel":"17365321337","Source":"互联网"}]},"LongLat":{"Longitude":"119.729906","Latitude":"31.494487"},"BankInfo":{"Bank":"中国银行宜兴官林支行","BankAccount":"496258199488","Name":"无锡江南电缆有限公司","CreditCode":"913202007579586082","Address":"宜兴市官林镇新官东路53号经营场所:宜兴市官林镇义庄村、宜兴市官林镇凌霞村)","Tel":"0510-87200617"},"IsSmall":"0","Scale":"L","QccIndustry":{"AName":"工业与商业服务","BName":"电力设备","CName":"电网设备","DName":"线缆部件及其他"},"IsOfficialEnglish":"0"}}}
2024-01-11 15:13:53.074 INFO 9080 --- [http-nio-8080-exec-3] c.J.d.b.controller.BizQccController : Status:200

18
pom.xml
View File

@ -31,7 +31,17 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId> <artifactId>spring-boot-starter</artifactId>
</dependency> </dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.4.1</version>
</dependency>
<!-- httpclient -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.1</version>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
@ -161,6 +171,12 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId> <artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.vaadin.external.google</groupId>
<artifactId>android-json</artifactId>
<version>0.0.20131108.vaadin1</version>
<scope>compile</scope>
</dependency>
</dependencies> </dependencies>

View File

@ -1,4 +1,4 @@
package com.JIAL.demo.index.API.juheshuju.weather; package com.JIAL.API.juheshuju.weather;
import lombok.Data; import lombok.Data;

View File

@ -0,0 +1,59 @@
package com.JIAL.API.qichacha;
import java.util.regex.Pattern;
import static java.lang.System.out;
import org.apache.commons.codec.digest.DigestUtils;
import org.json.JSONException;
import org.json.JSONObject;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
/**
* @ClassName QccApiUntils
* @Description 企查查的API接口类工具类
* @Author JIAL
* @Date 2024/1/11 9:41
* @Version 1.0
*/
public class QccApiUntils {
// 获取返回码 Res Code
public static class HttpCodeRegex {
private static final String ABNORMAL_REGIX = "(101)|(102)";
private static final Pattern pattern = Pattern.compile(ABNORMAL_REGIX);
public static boolean isAbnornalRequest(final String status) {
return pattern.matcher(status).matches();
}
}
// 获取Auth Code
public static String[] RandomAuthentHeader(String appkey, String secretKey) {
String timeSpan = String.valueOf(System.currentTimeMillis() / 1000);
String[] authentHeaders = new String[] { DigestUtils.md5Hex(appkey.concat(timeSpan).concat(secretKey)).toUpperCase(), timeSpan };
return authentHeaders;
}
// 解析JSON
public static String FormartJson(String jsonString, String key) throws JSONException {
JSONObject jObject = new JSONObject(jsonString);
return (String) jObject.get(key);
}
// pretty print 返回值
public static void PrettyPrintJson(String jsonString) throws JSONException {
try {
ObjectMapper mapper = new ObjectMapper();
Object obj = mapper.readValue(jsonString, Object.class);
String indented = mapper.writerWithDefaultPrettyPrinter().writeValueAsString(obj);
out.println(indented);
} catch (JsonProcessingException e) {
e.printStackTrace();
}
}
}

View File

@ -0,0 +1,93 @@
package com.JIAL.demo.bizquery.controller;
import com.JIAL.API.qichacha.QccApiUntils;
import com.JIAL.common.R;
import com.JIAL.utils.HttpHelper;
import lombok.extern.slf4j.Slf4j;
import org.apache.http.client.methods.HttpHead;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.PropertySource;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import java.util.Map;
import static com.JIAL.API.qichacha.QccApiUntils.FormartJson;
import static com.JIAL.API.qichacha.QccApiUntils.PrettyPrintJson;
/**
* @ClassName BizQccController
* @Description 业务查询中的企查查的接受请求控制类
* @Author JIAL
* @Date 2024/1/11 9:46
* @Version 1.0
*/
@RestController
@Slf4j
@RequestMapping("/qcc")
@PropertySource("classpath:/file.properties")
public class BizQccController {
@Value("${Qcc_Key}")
private String Qcc_Key;
// 接口请求Key
@Value("${Qcc_SecretKey}")
private String Qcc_SecretKey;
@Value("${Qcc_Url}")
private String Qcc_Url;
@PostMapping
public R<Map<String, String>> queryCompanyInfo(@RequestParam("name") String name) {
log.info("Qcc_Key: {}", Qcc_Key);
log.info("Qcc_SecretKey: {}", Qcc_SecretKey);
log.info("Qcc_Url: {}", Qcc_Url);
log.info("unitName: {}", name);
String paramStr = "searchKey=";
String status = "";
// 判断 name 是否为空避免拼接出现异常,将传入的
if (name != null && !name.isEmpty()) {
// 拼接参数字符串
paramStr += "无锡江南电缆有限公司";
}
try{
HttpHead reqHeader = new HttpHead();
String[] autherHeader = QccApiUntils.RandomAuthentHeader(Qcc_Key, Qcc_SecretKey);
reqHeader.setHeader("Token", autherHeader[0]);
reqHeader.setHeader("Timespan", autherHeader[1]);
log.info("Request query headers {}", reqHeader);
final String reqUri = Qcc_Url.concat("?key=").concat(Qcc_Key).concat("&").concat(paramStr);
String tokenJson = HttpHelper.httpGet(reqUri, reqHeader.getAllHeaders());
log.info("tokenJson: {}", tokenJson);
status = FormartJson(tokenJson, "Status");
log.info("Status:{}", status);
if (!QccApiUntils.HttpCodeRegex.isAbnornalRequest(status)) {
PrettyPrintJson(tokenJson);
}
} catch (Exception e1) {
e1.printStackTrace();
}
return null;
}
// 获取当前时间的毫秒级Unix时间戳
@Test
public void Test() {
log.info("Qcc_Key: {}", Qcc_Key);
log.info("Qcc_SecretKey: {}", Qcc_SecretKey);
log.info("Qcc_Url: {}", Qcc_Url);
}
}

View File

@ -1,8 +1,8 @@
package com.JIAL.demo.index.controller; package com.JIAL.demo.index.controller;
import com.JIAL.demo.index.API.juheshuju.weather.WeatherDao; import com.JIAL.API.juheshuju.weather.WeatherDao;
import com.JIAL.common.R; import com.JIAL.common.R;
import com.JIAL.utils.HttpUtils; import com.JIAL.utils.HttpHelper;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import net.sf.json.JSONObject; import net.sf.json.JSONObject;
import org.springframework.beans.factory.annotation.Value; import org.springframework.beans.factory.annotation.Value;
@ -41,9 +41,14 @@ public class APIController {
Map<String, Object> params = new HashMap<>();//组合参数 Map<String, Object> params = new HashMap<>();//组合参数
params.put("city", cityName); params.put("city", cityName);
params.put("key", weather_API_KEY); params.put("key", weather_API_KEY);
String queryParams = HttpUtils.urlEncode(params); String queryParams = HttpHelper.urlEncode(params);
logger.info("Received request with parameter: {}", cityName); logger.info("Received request with parameter: {}", cityName);
String response = HttpUtils.doPost(weather_API_URL, queryParams, POST_TYPE_CODE); String response = null;
try {
response = HttpHelper.httpPost(weather_API_URL, queryParams);
} catch (Exception e) {
throw new RuntimeException(e);
}
try { try {
JSONObject jsonObject = JSONObject.fromObject(response); JSONObject jsonObject = JSONObject.fromObject(response);
int error_code = jsonObject.getInt("error_code"); int error_code = jsonObject.getInt("error_code");

View File

@ -0,0 +1,160 @@
package com.JIAL.utils;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.security.KeyManagementException;
import java.security.NoSuchAlgorithmException;
import java.security.cert.X509Certificate;
import java.util.Map;
import javax.net.ssl.SSLContext;
import javax.net.ssl.TrustManager;
import javax.net.ssl.X509TrustManager;
import org.apache.http.Header;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.client.methods.HttpUriRequest;
import org.apache.http.conn.ssl.SSLConnectionSocketFactory;
import org.apache.http.entity.StringEntity;
import org.apache.http.impl.client.CloseableHttpClient;
import org.apache.http.impl.client.HttpClientBuilder;
import org.apache.http.impl.client.HttpClients;
import org.apache.http.impl.conn.PoolingHttpClientConnectionManager;
import org.apache.http.util.EntityUtils;
/**
* @ClassName HttpHelper
* @Description HTTP工具类
* @Author JIAL
* @Date 2024/1/11 14:29
* @Version 1.0
*/
public class HttpHelper {
// get 请求
public static String httpGet(String url, Header[] headers) throws Exception {
HttpUriRequest uriRequest = new HttpGet(url);
if (null != headers)
uriRequest.setHeaders(headers);
CloseableHttpClient httpClient = null;
try {
httpClient = declareHttpClientSSL(url);
CloseableHttpResponse httpresponse = httpClient.execute(uriRequest);
HttpEntity httpEntity = httpresponse.getEntity();
String result = EntityUtils.toString(httpEntity, REQ_ENCODEING_UTF8);
return result;
} catch (ClientProtocolException e) {
System.out.println(String.format("http请求失败uri{%s},exception{%s}", new Object[] { url, e }));
} catch (IOException e) {
System.out.println(String.format("IO Exceptionuri{%s},exception{%s}", new Object[] { url, e }));
} finally {
if (null != httpClient)
httpClient.close();
}
return null;
}
// post 请求
public static String httpPost(String url, String params) throws Exception {
HttpPost post = new HttpPost(url);
post.addHeader("Content-Type", "application/json;charset=" + REQ_ENCODEING_UTF8);
// 设置传输编码格式
StringEntity stringEntity = new StringEntity(params, REQ_ENCODEING_UTF8);
stringEntity.setContentEncoding(REQ_ENCODEING_UTF8);
post.setEntity(stringEntity);
HttpResponse httpresponse = null;
CloseableHttpClient httpClient = null;
try {
httpClient = declareHttpClientSSL(url);
httpresponse = httpClient.execute(post);
HttpEntity httpEntity = httpresponse.getEntity();
String result = EntityUtils.toString(httpEntity, REQ_ENCODEING_UTF8);
return result;
} catch (ClientProtocolException e) {
System.out.println(String.format("http请求失败uri{%s},exception{%s}", new Object[] { url, e }));
} catch (IOException e) {
System.out.println(String.format("IO Exceptionuri{%s},exception{%s}", new Object[] { url, e }));
} finally {
if (null != httpClient)
httpClient.close();
}
return null;
}
private static CloseableHttpClient declareHttpClientSSL(String url) {
if (url.startsWith("https://")) {
return sslClient();
} else {
return HttpClientBuilder.create().setConnectionManager(httpClientConnectionManager).build();
}
}
/**
* 设置SSL请求处理
*/
private static CloseableHttpClient sslClient() {
try {
SSLContext ctx = SSLContext.getInstance("TLS");
X509TrustManager tm = new X509TrustManager() {
public X509Certificate[] getAcceptedIssuers() {
return null;
}
public void checkClientTrusted(X509Certificate[] xcs, String str) {
}
public void checkServerTrusted(X509Certificate[] xcs, String str) {
}
};
ctx.init(null, new TrustManager[] { tm }, null);
SSLConnectionSocketFactory sslConnectionSocketFactory = SSLConnectionSocketFactory.getSocketFactory();
return HttpClients.custom().setSSLSocketFactory(sslConnectionSocketFactory).build();
} catch (NoSuchAlgorithmException e) {
throw new RuntimeException(e);
} catch (KeyManagementException e) {
throw new RuntimeException(e);
}
}
// this is config
private static final String REQ_ENCODEING_UTF8 = "utf-8";
private static PoolingHttpClientConnectionManager httpClientConnectionManager;
public HttpHelper() {
httpClientConnectionManager = new PoolingHttpClientConnectionManager();
httpClientConnectionManager.setMaxTotal(100);
httpClientConnectionManager.setDefaultMaxPerRoute(20);
}
// get 请求
public static String httpGet(String url) throws Exception {
return httpGet(url, null);
}
/**
* @title urlEncode
* @description 将Map类型转换为请求参数param
* @author JIAL
* @param: data
* @updateTime 2024/1/11 16:38
* @return: java.lang.String
*/
public static String urlEncode(Map<String, ?> data) {
StringBuilder sb = new StringBuilder();
for (Map.Entry<String, ?> i : data.entrySet()) {
try {
sb.append(i.getKey()).append("=").append(URLEncoder.encode(i.getValue() + "", "UTF-8")).append("&");
} catch (UnsupportedEncodingException e) {
e.printStackTrace();
}
}
String result = sb.toString();
result = result.substring(0, result.lastIndexOf("&"));
return result;
}
}

View File

@ -1,174 +0,0 @@
package com.JIAL.utils;
import java.io.*;
import java.net.HttpURLConnection;
import java.net.URL;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;
import java.util.Map;
public class HttpUtils {
/**
* get方式的http请求
*
* @param httpUrl 请求地址
* @return 返回结果
*/
public static String doGet(String httpUrl) {
HttpURLConnection connection = null;
InputStream inputStream = null;
BufferedReader bufferedReader = null;
String result = null;// 返回结果字符串
try {
// 创建远程url连接对象
java.net.URL url = new URL(httpUrl);
// 通过远程url连接对象打开一个连接强转成httpURLConnection类
connection = (HttpURLConnection) url.openConnection();
// 设置连接方式get
connection.setRequestMethod("GET");
// 设置连接主机服务器的超时时间15000毫秒
connection.setConnectTimeout(15000);
// 设置读取远程返回的数据时间60000毫秒
connection.setReadTimeout(60000);
// 发送请求
connection.connect();
// 通过connection连接获取输入流
if (connection.getResponseCode() == 200) {
inputStream = connection.getInputStream();
// 封装输入流并指定字符集
bufferedReader = new BufferedReader(new InputStreamReader(inputStream, StandardCharsets.UTF_8));
// 存放数据
StringBuilder sbf = new StringBuilder();
String temp;
while ((temp = bufferedReader.readLine()) != null) {
sbf.append(temp);
sbf.append(System.getProperty("line.separator"));
}
result = sbf.toString();
}
} catch (IOException e) {
e.printStackTrace();
} finally {
// 关闭资源
if (null != bufferedReader) {
try {
bufferedReader.close();
} catch (IOException e) {
e.printStackTrace();
}
}
if (null != inputStream) {
try {
inputStream.close();
} catch (IOException e) {
e.printStackTrace();
}
}
if (connection != null) {
connection.disconnect();// 关闭远程连接
}
}
return result;
}
/**
* post方式的http请求
*
* @param httpUrl 请求地址
* @param param 请求参数
* @return 返回结果
*/
public static String doPost(String httpUrl, String param, String requestType) {
HttpURLConnection connection = null;
InputStream inputStream = null;
OutputStream outputStream = null;
BufferedReader bufferedReader = null;
String result = null;
try {
URL url = new URL(httpUrl);
// 通过远程url连接对象打开连接
connection = (HttpURLConnection) url.openConnection();
// 设置连接请求方式
connection.setRequestMethod("POST");
// 设置连接主机服务器超时时间15000毫秒
connection.setConnectTimeout(15000);
// 设置读取主机服务器返回数据超时时间60000毫秒
connection.setReadTimeout(60000);
// 默认值为false当向远程服务器传送数据/写数据时需要设置为true
connection.setDoOutput(true);
// 设置传入参数的格式:请求参数应该是 name1=value1&name2=value2 的形式
connection.setRequestProperty("Content-Type", requestType);
// connection.setRequestProperty("Content-Type", "application/json;charset=utf-8");
// connection.setRequestProperty("Content-Type", "application/x-www-form-urlencoded");
// 通过连接对象获取一个输出流
outputStream = connection.getOutputStream();
// 通过输出流对象将参数写出去/传输出去,它是通过字节数组写出的
outputStream.write(param.getBytes());
// 通过连接对象获取一个输入流向远程读取
if (connection.getResponseCode() == 200) {
inputStream = connection.getInputStream();
// 对输入流对象进行包装:charset根据工作项目组的要求来设置
bufferedReader = new BufferedReader(new InputStreamReader(inputStream, StandardCharsets.UTF_8));
StringBuilder sbf = new StringBuilder();
String temp;
// 循环遍历一行一行读取数据
while ((temp = bufferedReader.readLine()) != null) {
sbf.append(temp);
sbf.append(System.getProperty("line.separator"));
}
result = sbf.toString();
}
} catch (IOException e) {
e.printStackTrace();
} finally {
// 关闭资源
if (null != bufferedReader) {
try {
bufferedReader.close();
} catch (IOException e) {
e.printStackTrace();
}
}
if (null != outputStream) {
try {
outputStream.close();
} catch (IOException e) {
e.printStackTrace();
}
}
if (null != inputStream) {
try {
inputStream.close();
} catch (IOException e) {
e.printStackTrace();
}
}
if (connection != null) {
connection.disconnect();
}
}
return result;
}
/**
* 将map型转为请求参数型
*
* @param data
* @return
*/
public static String urlEncode(Map<String, ?> data) {
StringBuilder sb = new StringBuilder();
for (Map.Entry<String, ?> i : data.entrySet()) {
try {
sb.append(i.getKey()).append("=").append(URLEncoder.encode(i.getValue() + "", "UTF-8")).append("&");
} catch (UnsupportedEncodingException e) {
e.printStackTrace();
}
}
String result = sb.toString();
result = result.substring(0, result.lastIndexOf("&"));
return result;
}
}

View File

@ -57,7 +57,8 @@
<el-descriptions-item label="最近下单日期">{{detail.latestOrderDate}}</el-descriptions-item> <el-descriptions-item label="最近下单日期">{{detail.latestOrderDate}}</el-descriptions-item>
<el-descriptions-item label="最近发货日期">{{detail.latestShippingDate}}</el-descriptions-item> <el-descriptions-item label="最近发货日期">{{detail.latestShippingDate}}</el-descriptions-item>
<el-descriptions-item label="最近报价日期">{{detail.latestQuotationDate}}</el-descriptions-item> <el-descriptions-item label="最近报价日期">{{detail.latestQuotationDate}}</el-descriptions-item>
<el-descriptions-item label="目前在跟踪的业务员数量" :span="2">{{detail.salespersonCount}}</el-descriptions-item> <el-descriptions-item label="目前在跟踪的业务员数量" >{{detail.salespersonCount}}</el-descriptions-item>
<el-descriptions-item label="参保人数" >{{detail.insuredPersonCount}}</el-descriptions-item>
</el-descriptions> </el-descriptions>
</template> </template>
</el-dialog> </el-dialog>
@ -101,7 +102,8 @@
latestOrderDate: '', latestOrderDate: '',
latestShippingDate: '', latestShippingDate: '',
salespersonCount: '', salespersonCount: '',
latestQuotationDate: '' latestQuotationDate: '',
insuredPersonCount: ''
} }
} }
@ -142,6 +144,13 @@
}).catch(err => { }).catch(err => {
this.$message.error('请求出错了:' + err) this.$message.error('请求出错了:' + err)
}) })
queryInsuredPersonCountByName(params).then(res => {
if (String(res.code) === '1') {
}
}).catch(err => {
this.$message.error('请求出错了:' + err)
})
this.dialogTableVisible = true this.dialogTableVisible = true
}, },

View File

@ -12,4 +12,12 @@ const queryDetailByParams = (params) => {
method: 'post', method: 'post',
params params
}) })
}
const queryInsuredPersonCountByName = (params) => {
return $axios({
url: '/qcc',
method: 'post',
params
})
} }

View File

@ -9,3 +9,7 @@ weather.API_Key=898cdacbf9a9b9aa94f052eee4a36730
POST_TYPE_COD=application/x-www-form-urlencoded POST_TYPE_COD=application/x-www-form-urlencoded
POST_TYPE_JSON=application/json;charset=utf-8 POST_TYPE_JSON=application/json;charset=utf-8
Qcc_Key=824936f8e78c4f4788978da38b26d488
Qcc_SecretKey=8B9EB102FD17E0CF2EDEC0FB507DEC1E
Qcc_Url=https://api.qichacha.com/EnterpriseInfo/Verify

View File

@ -57,7 +57,8 @@
<el-descriptions-item label="最近下单日期">{{detail.latestOrderDate}}</el-descriptions-item> <el-descriptions-item label="最近下单日期">{{detail.latestOrderDate}}</el-descriptions-item>
<el-descriptions-item label="最近发货日期">{{detail.latestShippingDate}}</el-descriptions-item> <el-descriptions-item label="最近发货日期">{{detail.latestShippingDate}}</el-descriptions-item>
<el-descriptions-item label="最近报价日期">{{detail.latestQuotationDate}}</el-descriptions-item> <el-descriptions-item label="最近报价日期">{{detail.latestQuotationDate}}</el-descriptions-item>
<el-descriptions-item label="目前在跟踪的业务员数量" :span="2">{{detail.salespersonCount}}</el-descriptions-item> <el-descriptions-item label="目前在跟踪的业务员数量" >{{detail.salespersonCount}}</el-descriptions-item>
<el-descriptions-item label="参保人数" >{{detail.insuredPersonCount}}</el-descriptions-item>
</el-descriptions> </el-descriptions>
</template> </template>
</el-dialog> </el-dialog>
@ -101,7 +102,8 @@
latestOrderDate: '', latestOrderDate: '',
latestShippingDate: '', latestShippingDate: '',
salespersonCount: '', salespersonCount: '',
latestQuotationDate: '' latestQuotationDate: '',
insuredPersonCount: ''
} }
} }
@ -142,6 +144,13 @@
}).catch(err => { }).catch(err => {
this.$message.error('请求出错了:' + err) this.$message.error('请求出错了:' + err)
}) })
queryInsuredPersonCountByName(params).then(res => {
if (String(res.code) === '1') {
}
}).catch(err => {
this.$message.error('请求出错了:' + err)
})
this.dialogTableVisible = true this.dialogTableVisible = true
}, },

View File

@ -12,4 +12,12 @@ const queryDetailByParams = (params) => {
method: 'post', method: 'post',
params params
}) })
}
const queryInsuredPersonCountByName = (params) => {
return $axios({
url: '/qcc',
method: 'post',
params
})
} }

Binary file not shown.

Binary file not shown.

View File

@ -9,3 +9,7 @@ weather.API_Key=898cdacbf9a9b9aa94f052eee4a36730
POST_TYPE_COD=application/x-www-form-urlencoded POST_TYPE_COD=application/x-www-form-urlencoded
POST_TYPE_JSON=application/json;charset=utf-8 POST_TYPE_JSON=application/json;charset=utf-8
Qcc_Key=824936f8e78c4f4788978da38b26d488
Qcc_SecretKey=8B9EB102FD17E0CF2EDEC0FB507DEC1E
Qcc_Url=https://api.qichacha.com/EnterpriseInfo/Verify