OapiSmartworkHrmEmployeeAttachmentUpdateRequest.py 378 B

123456789101112131415
  1. '''
  2. Created by auto_sdk on 2020.09.21
  3. '''
  4. from dingtalk.api.base import RestApi
  5. class OapiSmartworkHrmEmployeeAttachmentUpdateRequest(RestApi):
  6. def __init__(self,url=None):
  7. RestApi.__init__(self,url)
  8. self.agentid = None
  9. self.param = None
  10. def getHttpMethod(self):
  11. return 'POST'
  12. def getapiname(self):
  13. return 'dingtalk.oapi.smartwork.hrm.employee.attachment.update'