获取订阅链接请求新增 version字段

This commit is contained in:
level 2025-07-10 15:08:15 +08:00
parent b82bc9a4b4
commit 69e816f807
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ class MainAtyVM : PublicViewMode() {
val params = mutableMapOf(
"phToken" to token,
"phoneNumber" to phoneNumber,
"version" to BuildConfig.VERSION_CODE.toString()
)
Log.d("new main getAirportNode")
doAsync(HttpReqType.GET_AIRNODES) {