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

17 lines
345 B
Python

"""
Created by auto_sdk on 2020.06.19
"""
from api.base import RestApi
class OapiReportStatisticsRequest(RestApi):
def __init__(self, url=None):
RestApi.__init__(self, url)
self.report_id = None
def getHttpMethod(self):
return 'POST'
def getapiname(self):
return 'dingtalk.oapi.report.statistics'