[6.7.0][应用升级] 应用升级接口请求添加接口回调
This commit is contained in:
@@ -283,7 +283,7 @@ interface IDevaToolsProvider : IProvider {
|
||||
/**
|
||||
* 查询app是否有更新
|
||||
*/
|
||||
fun queryAppUpgrade()
|
||||
fun queryAppUpgrade(block: ((Boolean, String?) -> Unit)? = null)
|
||||
|
||||
/**
|
||||
* 查询obu是否有更新
|
||||
|
||||
Reference in New Issue
Block a user