Commit 83ee69cc authored by mzdluo123's avatar mzdluo123

fix some issue

parent 5b80ccf4
...@@ -205,7 +205,7 @@ internal object HighwayHelper { ...@@ -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(""))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment