version:2.0

fix:
add:根据设备类型自动下载应用
This commit is contained in:
2022-06-11 18:21:56 +08:00
parent 688e48bd97
commit 0d324c17a4
6 changed files with 104 additions and 26 deletions

View File

@@ -361,6 +361,8 @@ public class MainService extends Service implements MainSContact.MainView, Netwo
//设备已经绑定
if (code == 200) {
mPresenter.getLocked();
SnInfo snInfo = response.data;
NetInterfaceManager.getInstance().checkDeviceType(snInfo.getType_id());
}
//设备没有绑定
else if (code == 300) {