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