From 29cf283c0a0aabb66e782ada0aa908d6a292e959 Mon Sep 17 00:00:00 2001
From: sen <sen@qq.com>
Date: 星期四, 16 十月 2025 17:31:57 +0800
Subject: [PATCH] 增加车辆每日数据

---
 admin/config/test/application-custom.yml |   22 +++++++++++++++++-----
 1 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/admin/config/test/application-custom.yml b/admin/config/test/application-custom.yml
index a0f74fd..0b19db5 100644
--- a/admin/config/test/application-custom.yml
+++ b/admin/config/test/application-custom.yml
@@ -55,11 +55,11 @@
       log-slow-sql: true  # 鎱QL璁板綍
   #redis 鐩稿叧閰嶇疆
   redis:
-    host: 127.0.0.1 #璁块棶鍦板潃
-    port: 6379 #绔彛
-    password: 123456 #瀵嗙爜
+    host: 61.143.42.70 #璁块棶鍦板潃
+    port: 7007 #绔彛
+    password: rd@123 #瀵嗙爜
     timeout: 10s #瓒呮椂鏃堕棿
-    keyprefix: cwgl_test #瀛樺偍key鍓嶇紑锛岄伩鍏嶅濂楃幆澧僰ey鐩稿悓
+    keyprefix: cwgl:test #瀛樺偍key鍓嶇紑锛岄伩鍏嶅濂楃幆澧僰ey鐩稿悓
   #swagger鐩稿叧閰嶇疆
   swagger:
     enabled: true #鏄惁寮�鍚�
@@ -83,10 +83,22 @@
       /captchaImage
       /actuator/**
       /*/api-docs
+      /api/**
       /druid/**
       /webjars/**
       /swagger-resources/**
       /swagger-ui.html
       /profile/**
       /system/dict/data/type/**
-      /websocket/**
\ No newline at end of file
+      /websocket/**
+  # 杞﹁締姣忔棩鏁版嵁API閰嶇疆
+  vehicle-api:
+    # API鍩虹鍦板潃
+    baseUrl: https://api-dev.scania-cn.com/vehicleData
+    # API璁よ瘉淇℃伅
+    appid: your_app_id_here
+    secret: your_app_secret_here
+    # 鎺ュ彛瓒呮椂璁剧疆锛堟绉掞級
+    timeout: 30000
+    # 閲嶈瘯娆℃暟
+    retryCount: 3
\ No newline at end of file

--
Gitblit v1.8.0