将record切换回class, 不再使用CST时间,使用DateTime.Now
This commit is contained in:
@@ -104,6 +104,6 @@ public class SimApiBaseController : Controller
|
||||
/// <returns></returns>
|
||||
protected SimApiBaseResponse<string> UploadFile()
|
||||
{
|
||||
return new SimApiBaseResponse<string>(null);
|
||||
return new SimApiBaseResponse<string>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user