fix: 修复取消授权问题
This commit is contained in:
@@ -19,4 +19,9 @@ public class ResponseUtils {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static void logResponse(Integer errorCode, String msg) {
|
||||||
|
if (errorCode != WifiConstants.ERROR_CODE_SUCCESS) {
|
||||||
|
log.error("Omada error msg: {}", msg);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user