From bedffffd8673cf62a5e4530bda584fc714c61731 Mon Sep 17 00:00:00 2001
From: ageer <ageerle@163.com>
Date: 星期六, 24 五月 2025 23:59:40 +0800
Subject: [PATCH] fix: 修复对话时无法上传文件

---
 ruoyi-admin/src/main/resources/application.yml |   22 ++--------------------
 1 files changed, 2 insertions(+), 20 deletions(-)

diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml
index 1d840e3..8047970 100644
--- a/ruoyi-admin/src/main/resources/application.yml
+++ b/ruoyi-admin/src/main/resources/application.yml
@@ -131,6 +131,8 @@
     - /auth/reset/password
     # 鑱婂ぉ鎺ュ彛
     - /chat/send
+    # 鏂囦欢涓婁紶
+    - /chat/upload
     # 闈欐�佽祫婧�
     - /*.html
     - /**/*.html
@@ -292,26 +294,6 @@
   path: '/resource/websocket'
   # 璁剧疆璁块棶婧愬湴鍧�
   allowedOrigins: '*'
-
-# 寰俊灏忕▼搴忛厤缃俊鎭�
-wx:
-  miniapp:
-    configs:
-      - appid: # 浣犵殑appid
-        secret: # 浣犵殑secret
-        token: #寰俊灏忕▼搴忔秷鎭湇鍔″櫒閰嶇疆鐨則oken
-        aesKey: #寰俊灏忕▼搴忔秷鎭湇鍔″櫒閰嶇疆鐨凟ncodingAESKey
-        msgDataFormat: JSON
-
-  #  浼佷笟寰俊搴旂敤
-wechat:
-  cp:
-    corpId:
-    appConfigs:
-      - agentId:
-        secret: ''
-        token:   ''
-        aesKey: ''
 
 spring:
   ai:

--
Gitblit v1.9.3