@@ -27,7 +27,6 @@ def request(url_path: str, method: str = "GET", head: dict = None, params: dict
return resp.json()
-
class Portfolios:
def __init__(self, profile_id):
self.profile_id = profile_id
@@ -26,7 +26,6 @@ def request(url_path: str, method: str = "GET", head: dict = None, params: dict
raise Exception(resp.text)
class SpCampaign:
def __init__(self, profile_id, portfolioId=None):