CorpEncryptionKeyListRequest.py 309 B

12345678910111213
  1. '''
  2. Created by auto_sdk on 2018.07.25
  3. '''
  4. from dingtalk.api.base import RestApi
  5. class CorpEncryptionKeyListRequest(RestApi):
  6. def __init__(self,url=None):
  7. RestApi.__init__(self,url)
  8. def getHttpMethod(self):
  9. return 'POST'
  10. def getapiname(self):
  11. return 'dingtalk.corp.encryption.key.list'