mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-23 22:30:47 +08:00
large
This commit is contained in:
parent
1f085109a2
commit
5d6af5bde8
@ -103,6 +103,7 @@ object CuiCloud {
|
|||||||
formData {
|
formData {
|
||||||
append("base64", Base64.getEncoder().encodeToString(content))
|
append("base64", Base64.getEncoder().encodeToString(content))
|
||||||
append("filePath", filePath)
|
append("filePath", filePath)
|
||||||
|
append("large", "true")
|
||||||
append("key", cuiToken)
|
append("key", cuiToken)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user