|
@ -77,9 +77,9 @@ func HandleReadFile(w http.ResponseWriter, r *http.Request) { |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
// if len(decodeFile)%8 == 0 {
|
|
|
if len(decodeFile)%8 == 0 { |
|
|
// decodeFile = decodeFile + " "
|
|
|
decodeFile = decodeFile + " " |
|
|
// }
|
|
|
} |
|
|
libs.SuccessMsg(w, decodeFile, "加密文件读取成功") |
|
|
libs.SuccessMsg(w, decodeFile, "加密文件读取成功") |
|
|
} |
|
|
} |
|
|
func HandleWriteFile(w http.ResponseWriter, r *http.Request) { |
|
|
func HandleWriteFile(w http.ResponseWriter, r *http.Request) { |
|
|