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

16 lines
302 B
Python

"""
Created by auto_sdk on 2018.07.25
"""
from api.base import RestApi
class OapiAuthScopesRequest(RestApi):
def __init__(self, url=None):
RestApi.__init__(self, url)
def getHttpMethod(self):
return 'GET'
def getapiname(self):
return 'dingtalk.oapi.auth.scopes'