v39.0.0.0a1

This commit is contained in:
Changhua
2023-07-11 16:45:53 +08:00
parent 6ecc477366
commit 3895893c3d
3 changed files with 29 additions and 18 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
__version__ = "39.0.0.0"
__version__ = "39.0.0.0a1"
import atexit
import base64
@@ -314,6 +314,7 @@ 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
@@ -334,6 +335,7 @@ class Wcf():
Returns:
int: 0 为成功,其他失败
"""
raise Exception("Not implemented, yet")
req = wcf_pb2.Request()
req.func = wcf_pb2.FUNC_SEND_EMOTION # FUNC_SEND_EMOTION
req.file.path = path