[F] Fix downloadOrder typo

This commit is contained in:
Azalea
2024-02-27 22:52:31 -05:00
parent 763cbfa656
commit be0a841926

View File

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