后端:

新增群成员接口
This commit is contained in:
2026-03-07 14:11:46 +08:00
3 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ namespace IM_API
var app = builder.Build();
string uploadPath = Path.Combine(Directory.GetCurrentDirectory(), "Uploads","files");
string uploadPath = Path.Combine(Directory.GetCurrentDirectory(), "uploads","files");
// 2. 如果文件夹不存在则创建,防止程序启动报错
if (!Directory.Exists(uploadPath))