Commit 4bbf71bf authored by 吴春's avatar 吴春

提交diamante

parent 4ba67d0f
......@@ -57,7 +57,8 @@ namespace Edu.WebApi
"http://jiahe.oytour.com",
"http://www.kookaku.com",
"http://www.kookaku.cn",
"http://kookaku.com"
"http://kookaku.com",
"https://mallapi.oytour.com"
};
services.AddCors(options => options.AddPolicy("AllowCors", policy => policy.AllowAnyHeader().AllowAnyMethod().AllowCredentials().WithOrigins(corsArray.ToArray())));
}
......@@ -96,7 +97,7 @@ namespace Edu.WebApi
Timers.TimerJobj.RunStop(); //网站停止完成执行
});
string filePath= Path.Combine(Directory.GetCurrentDirectory(), "upfile");
string filePath = Path.Combine(Directory.GetCurrentDirectory(), "upfile");
if (System.IO.Directory.Exists(filePath) == false)//如果不存在就创建file文件夹
{
System.IO.Directory.CreateDirectory(filePath);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment