OapiXiaoxuanPreTest1Request.py 363 B

12345678910111213141516
  1. '''
  2. Created by auto_sdk on 2022.06.17
  3. '''
  4. from dingtalk.api.base import RestApi
  5. class OapiXiaoxuanPreTest1Request(RestApi):
  6. def __init__(self,url=None):
  7. RestApi.__init__(self,url)
  8. self.name = None
  9. self.normalData = None
  10. self.systemData = None
  11. def getHttpMethod(self):
  12. return 'POST'
  13. def getapiname(self):
  14. return 'dingtalk.oapi.xiaoxuan.pre.test1'