mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-12 18:50:20 +08:00
fix some issue
This commit is contained in:
parent
5b80ccf49a
commit
83ee69ccc6
@ -205,7 +205,7 @@ internal object HighwayHelper {
|
|||||||
md5: ByteArray,
|
md5: ByteArray,
|
||||||
uKey: ByteArray, fileKey: ByteArray
|
uKey: ByteArray, fileKey: ByteArray
|
||||||
) {
|
) {
|
||||||
HttpClient().post<String> {
|
MiraiPlatformUtils.Http.post<String> {
|
||||||
url("http://$serverIp:$serverPort")
|
url("http://$serverIp:$serverPort")
|
||||||
parameter("ver", 4679)
|
parameter("ver", 4679)
|
||||||
parameter("ukey", uKey.toUHexString(""))
|
parameter("ukey", uKey.toUHexString(""))
|
||||||
|
Loading…
Reference in New Issue
Block a user