获取订阅链接请求新增 version字段
This commit is contained in:
parent
b82bc9a4b4
commit
69e816f807
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue