修改了IIS 托管的方法
- 修改了.net 版本,5.0 已经貌似会报错。
This commit is contained in:
@@ -810,6 +810,7 @@ namespace WebUI.Controllers
|
||||
[Route("OTApi/GainFileName")]
|
||||
public IActionResult GainFileName(int RoomTypeid, int DataType)
|
||||
{
|
||||
logger.Error("RoomTypeID:"+RoomTypeid.ToString()+" DataType:"+DataType.ToString());
|
||||
FTPOperation operation = new FTPOperation();
|
||||
HexFile hexFile = new HexFile();
|
||||
// Luncher版本
|
||||
|
||||
Reference in New Issue
Block a user