Browse Source

PDF文件

CrazyIter 5 years ago
parent
commit
f3c60a0f63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      HiTeachCE/Controllers/FileController.cs

+ 1 - 1
HiTeachCE/Controllers/FileController.cs

@@ -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,