Эх сурвалжийг харах

Portfolios,SpCampaign数据同步代码

wengao 1 жил өмнө
parent
commit
c5fa9d993b

+ 0 - 1
sync_amz_data/tasks/datainsert/mysql_datainsert_portfolios.py

@@ -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

+ 0 - 1
sync_amz_data/tasks/datainsert/mysql_datainsert_spcampaign.py

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