From 3479ad5223c328be72a2b26ab66f9aeee64ec4b5 Mon Sep 17 00:00:00 2001
From: zhangback <zhangback@163.com>
Date: 星期二, 18 十一月 2025 17:40:30 +0800
Subject: [PATCH] 提交

---
 admin/config/test/application-custom.yml |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/admin/config/test/application-custom.yml b/admin/config/test/application-custom.yml
index 0fe513c..6536c7d 100644
--- a/admin/config/test/application-custom.yml
+++ b/admin/config/test/application-custom.yml
@@ -1,4 +1,7 @@
 custom:
+  serialNumber:
+    cache:
+      enabled: true
   #鏈嶅姟 鐩稿叧閰嶇疆
   server:
     name: 绠$悊绯荤粺 娴嬭瘯鐜
@@ -20,6 +23,7 @@
     multipart:
       max-file-size: 2GB # 鍗曚釜鏂囦欢澶у皬
       max-request-size: 2GB # 璁剧疆鎬讳笂浼犵殑鏂囦欢澶у皬
+    network-path: "http://61.143.42.70:7010/cwgltest-api/"
   #鏃ュ織 鐩稿叧閰嶇疆
   logback:
     path: logs/  #鏃ュ織鐩綍
@@ -77,16 +81,29 @@
       /**/*.js
     #鍏佽鍖垮悕璁块棶
     anonymousPaths:
+      /app/car/login
       /common/*
       /login
       /getSysInfo
       /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.scania-cn.com/vehicleData
+    # API璁よ瘉淇℃伅
+    appid: 0f4c9b15b6addc6f508e8944e046fa67
+    secret: MGY0YzliMTViNmFkZGM2ZjUwOGU4OTQ0ZTA0NmZhNjc=
+    # 鎺ュ彛瓒呮椂璁剧疆锛堟绉掞級
+    timeout: 30000
+    # 閲嶈瘯娆℃暟
+    retryCount: 3
\ No newline at end of file

--
Gitblit v1.8.0