fix: 钉钉报错的时取得字段不对

This commit is contained in:
xinwen
2021-10-28 11:09:47 +08:00
committed by 老广
parent 0eedda748a
commit 631f802961

View File

@@ -38,6 +38,7 @@ class URL:
class DingTalkRequests(BaseRequest):
invalid_token_errcodes = (ErrorCode.INVALID_TOKEN,)
msg_key = 'errmsg'
def __init__(self, appid, appsecret, agentid, timeout=None):
self._appid = appid or ''