后端:
新增群成员接口
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user