chore(python): bump to v39.4.4.0

This commit is contained in:
Changhua
2025-03-24 22:50:15 +08:00
parent 3d6af178f4
commit 59bccbb931
2 changed files with 6 additions and 5 deletions
+1 -2
View File
@@ -1,7 +1,7 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
__version__ = "39.4.3.0"
__version__ = "39.4.4.0"
import atexit
import base64
@@ -409,7 +409,6 @@ class Wcf():
Returns:
int: 0 为成功,其他失败
"""
raise Exception("Not implemented, yet")
req = wcf_pb2.Request()
req.func = wcf_pb2.FUNC_SEND_XML # FUNC_SEND_XML
req.xml.receiver = receiver