[F] Fix PowerOn header

pull/131/head
Azalea 2025-03-17 14:04:51 -04:00
parent 8d3613201e
commit 7fd02976cb
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ class AllNetClient(val dns: String, val keychip: String, val game: String, val v
val gameUrl by lazy {
"$dns/sys/servlet/PowerOn".request()
.header("Content-Type" to "application/x-www-form-urlencoded")
.header("Pragma" to "DFI")
.post(
AllNetBillingDecoder.encodeAllNet(mapOf(
"game_id" to game,