fix storage api

This commit is contained in:
jxxghp
2024-08-15 16:15:26 +08:00
parent 47481d2482
commit 61e4e63a6a
9 changed files with 53 additions and 20 deletions
+2 -1
View File
@@ -37,7 +37,8 @@ class WeChat:
# 企业微信创新菜单URL
_create_menu_url = "/cgi-bin/menu/create?access_token=%s&agentid=%s"
def __init__(self, corpid: str, appsecret: str, appid: str, proxy: str = None, **kwargs):
def __init__(self, corpid: str = None, appsecret: str = None, appid: str = None,
proxy: str = None, **kwargs):
"""
初始化
"""