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

pull/7102/head
xinwen 2021-10-28 11:09:47 +08:00 committed by 老广
parent 0eedda748a
commit 631f802961
1 changed files with 1 additions and 0 deletions

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 ''