mirror of https://github.com/hykilpikonna/AquaDX
[F] Fix downloadOrder typo
parent
763cbfa656
commit
be0a841926
|
@ -85,7 +85,7 @@ class AllNet(
|
|||
|
||||
val serial = reqMap["serial"] ?: AquaConst.DEFAULT_KEYCHIP_ID
|
||||
val resp = mapOf(
|
||||
"stat" to "0",
|
||||
"stat" to "1",
|
||||
"serial" to serial
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue