From b559ee924e7132c566cf1984212332b69bdeb5a3 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期三, 04 三月 2026 11:16:37 +0800
Subject: [PATCH] feat: app端消息推送配置

---
 src/main/resources/application-kthg.yml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/resources/application-kthg.yml b/src/main/resources/application-kthg.yml
index caa3196..e11b88a 100644
--- a/src/main/resources/application-kthg.yml
+++ b/src/main/resources/application-kthg.yml
@@ -17,12 +17,12 @@
   approvalNumberPrefix: NEW
 
   getui:
-    appId: PfjyAAE0FK64FaO1w2CMb1
-    appKey: zTMb831OEL6J4GK1uE3Ob4
-    masterSecret: K1GFtsv42v61tXGnF7SGE5
+    appId: D4ahd3xp0h8d2NpkVuUcD
+    appKey: 98DgkPBuUxAPO4w0iHIYW9
+    masterSecret: bZc5gi5A8g9x0tG4MaKvd4
     domain: https://restapi.getui.cn/v2/
     # 绂荤嚎鎺ㄩ�佷娇鐢ㄧ殑鍖呭悕/缁勪欢鍚�
-    intentComponent: uni.app.UNI099A590/io.dcloud.PandoraEntry
+    intentComponent: uni.app.UNIAE016D6/io.dcloud.PandoraEntry
 
 # 寮�鍙戠幆澧冮厤缃�
 server:
@@ -73,7 +73,7 @@
     druid:
       # 涓诲簱鏁版嵁婧�
       master:
-#        url: jdbc:mysql://localhost:3306/product-inventory-management-new?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+        #        url: jdbc:mysql://localhost:3306/product-inventory-management-new?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
         url: jdbc:mysql://1.15.17.182:9999/product-inventory-management-kthg?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
         username: root
         password: xd@123456..
@@ -146,7 +146,7 @@
   # redis 閰嶇疆
   redis:
     # 鍦板潃
-#    host: 127.0.0.1
+    #    host: 127.0.0.1
     host: 172.17.0.1
     # 绔彛锛岄粯璁や负6379
     port: 6379

--
Gitblit v1.9.3