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

18 lines
374 B
Python

"""
Created by auto_sdk on 2020.06.09
"""
from api.base import RestApi
class OapiEduTeacherGetRequest(RestApi):
def __init__(self, url=None):
RestApi.__init__(self, url)
self.class_id = None
self.teacher_userid = None
def getHttpMethod(self):
return 'POST'
def getapiname(self):
return 'dingtalk.oapi.edu.teacher.get'