Fix send_xml
This commit is contained in:
parent
852b00c0cf
commit
1fa2aacba7
1
clients/python/wcferry/client.py
vendored
1
clients/python/wcferry/client.py
vendored
@ -398,7 +398,6 @@ class Wcf():
|
|||||||
Returns:
|
Returns:
|
||||||
int: 0 为成功,其他失败
|
int: 0 为成功,其他失败
|
||||||
"""
|
"""
|
||||||
raise Exception("Not implemented, yet")
|
|
||||||
req = wcf_pb2.Request()
|
req = wcf_pb2.Request()
|
||||||
req.func = wcf_pb2.FUNC_SEND_XML # FUNC_SEND_XML
|
req.func = wcf_pb2.FUNC_SEND_XML # FUNC_SEND_XML
|
||||||
req.xml.receiver = receiver
|
req.xml.receiver = receiver
|
||||||
|
Loading…
Reference in New Issue
Block a user