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

17 lines
363 B
Python

"""
Created by auto_sdk on 2020.10.15
"""
from api.base import RestApi
class OapiSnsConversationInfoRequest(RestApi):
def __init__(self, url=None):
RestApi.__init__(self, url)
self.open_conversation_id = None
def getHttpMethod(self):
return 'POST'
def getapiname(self):
return 'dingtalk.oapi.sns.conversation.info'