version:2.0
fix: add:根据设备类型自动下载应用
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user