mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-09 18:57:27 +08:00
[F] Fix downloadOrder typo
This commit is contained in:
@@ -85,7 +85,7 @@ class AllNet(
|
|||||||
|
|
||||||
val serial = reqMap["serial"] ?: AquaConst.DEFAULT_KEYCHIP_ID
|
val serial = reqMap["serial"] ?: AquaConst.DEFAULT_KEYCHIP_ID
|
||||||
val resp = mapOf(
|
val resp = mapOf(
|
||||||
"stat" to "0",
|
"stat" to "1",
|
||||||
"serial" to serial
|
"serial" to serial
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user