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

17 lines
366 B
Python

"""
Created by auto_sdk on 2021.03.16
"""
from api.base import RestApi
class OapiAppstoreInternalOrderGetRequest(RestApi):
def __init__(self, url=None):
RestApi.__init__(self, url)
self.biz_order_id = None
def getHttpMethod(self):
return 'POST'
def getapiname(self):
return 'dingtalk.oapi.appstore.internal.order.get'