mirror of https://github.com/jumpserver/jumpserver
fix: 钉钉报错的时取得字段不对
parent
0eedda748a
commit
631f802961
|
@ -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 ''
|
||||
|
|
Loading…
Reference in New Issue