This commit is contained in:
Him188 2020-04-01 17:19:08 +08:00
parent 1f085109a2
commit 5d6af5bde8

View File

@ -103,6 +103,7 @@ object CuiCloud {
formData {
append("base64", Base64.getEncoder().encodeToString(content))
append("filePath", filePath)
append("large", "true")
append("key", cuiToken)
}
)