[8.1.0_new_ota]OTA2.0增加超时查询

This commit is contained in:
xuxinchao
2025-06-24 10:57:48 +08:00
parent 132cfcccbb
commit f605fe572c
2 changed files with 28 additions and 1 deletions

View File

@@ -165,7 +165,7 @@ class CarInfoTabView @JvmOverloads constructor(
//查询OTA升级
val query: JSONObject = JSONObject()
val query = JSONObject()
query.put("cmd","PAD_QUERY_UPGRADE_STATUS")
query.put("token",OTAUpgradeConfig.token)
Log.i("xuxinchao",query.toString())