[F] Fix downloadOrder typo

pull/16/head
Azalea 2024-02-27 22:52:31 -05:00
parent 763cbfa656
commit be0a841926
1 changed files with 1 additions and 1 deletions

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
)