Return sector0 time data on card revoke
All checks were successful
build-and-deploy / build-deploy (push) Successful in 3m36s

This commit is contained in:
androidlover5842
2026-01-28 18:13:44 +05:30
parent b52cb1a88d
commit 8ba77232c3
2 changed files with 23 additions and 6 deletions

View File

@@ -86,3 +86,7 @@ data class CardPrepareResponse(
val sector3Block1: String? = null,
val sector3Block2: String? = null
)
data class CardRevokeResponse(
val timeData: String
)