Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
app: request: Include unlock information
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed Apr 21, 2024
1 parent e61f874 commit 653f1fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ data class RequestParamHelper(
val ov: String,
val l: String,
val r: String,
val v: String
val v: String,
val unlock: String
)
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ object InfoUtils {
ov = romVersion,
l = if (!codeNameExt.contains("_global")) "zh_CN" else "en_US",
r = regionCode,
v = "miui-$romVersion"
v = "miui-$romVersion",
unlock = "0"
)
return Json.encodeToString(data)
}
Expand Down

0 comments on commit 653f1fd

Please sign in to comment.