OapiRhinoMosExecClothesScrapRequest.py 434 B

123456789101112131415161718
  1. '''
  2. Created by auto_sdk on 2020.07.03
  3. '''
  4. from dingtalk.api.base import RestApi
  5. class OapiRhinoMosExecClothesScrapRequest(RestApi):
  6. def __init__(self,url=None):
  7. RestApi.__init__(self,url)
  8. self.entity_ids = None
  9. self.ext_properties = None
  10. self.order_id = None
  11. self.tenant_id = None
  12. self.userid = None
  13. def getHttpMethod(self):
  14. return 'POST'
  15. def getapiname(self):
  16. return 'dingtalk.oapi.rhino.mos.exec.clothes.scrap'