parent
bff8db73c9
commit
f7c74a6511
|
@ -322,8 +322,9 @@ public class PengXinAbilityImpl implements DisposeAbility {
|
|||
* Dev get link status.
|
||||
*/
|
||||
private void devGetLinkStatus() {
|
||||
String url = urlRootPath + "dispose_device/information/linkstatus";
|
||||
|
||||
try {
|
||||
String url = urlRootPath + "dispose_device/information/linkstatus";
|
||||
|
||||
if (token == null || token.length() == 0) {
|
||||
deviceLinkStatus = false;
|
||||
|
@ -344,7 +345,7 @@ public class PengXinAbilityImpl implements DisposeAbility {
|
|||
|
||||
return;
|
||||
} catch (Exception ex) {
|
||||
log.error(ex.getMessage());
|
||||
log.error("Exception: {}, {}", url, ex.getMessage());
|
||||
}
|
||||
|
||||
deviceLinkStatus = false;
|
||||
|
|
Loading…
Reference in New Issue