ad-password-self-service/utils/dingtalk_sdk/api/rest/OapiMicroappVisibleScopesRe...

17 lines
354 B
Python

"""
Created by auto_sdk on 2018.07.25
"""
from api.base import RestApi
class OapiMicroappVisibleScopesRequest(RestApi):
def __init__(self, url=None):
RestApi.__init__(self, url)
self.agentId = None
def getHttpMethod(self):
return 'POST'
def getapiname(self):
return 'dingtalk.oapi.microapp.visible_scopes'