|
@@ -238,7 +238,7 @@ namespace HiTeachCE.Controllers
|
|
|
{
|
|
|
Folder = "OfficeFile",
|
|
|
Sha1Code = filname,
|
|
|
- BlobUrl = "http://cdhabook.teammodel.cn/pdf/" + filname + ".pdf",
|
|
|
+ BlobUrl = "https://cdhabook.teammodel.cn/pdf/" + filname + ".pdf",
|
|
|
ContentType = "application/pdf",
|
|
|
ContentDisposition = "form-data; name=\"file\"; filename=\"" + filname + ".pdf\"",
|
|
|
Length = inputDocument.FileSize,
|