fix some issue

This commit is contained in:
mzdluo123 2020-07-08 23:08:35 +08:00
parent 5b80ccf49a
commit 83ee69ccc6
No known key found for this signature in database
GPG Key ID: 9F7BC2C154107A1D

View File

@ -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(""))