mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-22 21:37:48 +08:00
This commit is contained in:
parent
354a39961a
commit
bde0e13682
@ -88,7 +88,7 @@ public class RecordInfoQueryMessageHandler extends SIPRequestProcessorParent imp
|
|||||||
Element secrecyElement = rootElement.element("Secrecy");
|
Element secrecyElement = rootElement.element("Secrecy");
|
||||||
int secrecy = 0;
|
int secrecy = 0;
|
||||||
if (secrecyElement != null) {
|
if (secrecyElement != null) {
|
||||||
secrecy = Integer.parseInt(secrecyElement.getText());
|
secrecy = Integer.parseInt(secrecyElement.getText().trim());
|
||||||
}
|
}
|
||||||
String type = "all";
|
String type = "all";
|
||||||
Element typeElement = rootElement.element("Type");
|
Element typeElement = rootElement.element("Type");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user