OapiCateringCoopcontactGetBetaRequest.py 412 B

12345678910111213141516
  1. '''
  2. Created by auto_sdk on 2019.10.31
  3. '''
  4. from dingtalk.api.base import RestApi
  5. class OapiCateringCoopcontactGetBetaRequest(RestApi):
  6. def __init__(self,url=None):
  7. RestApi.__init__(self,url)
  8. self.caller_userid = None
  9. self.corp_end_corp_id = None
  10. self.shop_id = None
  11. def getHttpMethod(self):
  12. return 'POST'
  13. def getapiname(self):
  14. return 'dingtalk.oapi.catering.coopcontact.get.beta'