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

18 lines
373 B
Python

"""
Created by auto_sdk on 2021.04.21
"""
from api.base import RestApi
class OapiEduCourseJoinRequest(RestApi):
def __init__(self, url=None):
RestApi.__init__(self, url)
self.course_code = None
self.op_user_id = None
def getHttpMethod(self):
return 'POST'
def getapiname(self):
return 'dingtalk.oapi.edu.course.join'