mirror of
https://github.com/kerberos-io/onvif.git
synced 2025-10-07 08:40:56 +08:00
api: fix bugs
This commit is contained in:
@@ -175,7 +175,7 @@ func xmlAnalize(methodStruct interface{}, acceptedData* string) (*string, error)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if el == nil {
|
if el == nil {
|
||||||
el = document.CreateElement(elemName)
|
document.AddChild(popTmp)
|
||||||
} else {
|
} else {
|
||||||
el.AddChild(popTmp)
|
el.AddChild(popTmp)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user