ad-password-self-service/utils/dingtalk_sdk/api/rest/OapiIndustryUserGetRequest.py

18 lines
369 B
Python

"""
Created by auto_sdk on 2020.09.16
"""
from api.base import RestApi
class OapiIndustryUserGetRequest(RestApi):
def __init__(self, url=None):
RestApi.__init__(self, url)
self.dept_id = None
self.userid = None
def getHttpMethod(self):
return 'POST'
def getapiname(self):
return 'dingtalk.oapi.industry.user.get'