|
@@ -14,6 +14,7 @@ from src.handlers._utils import get_db, parse_limit
|
|
|
|
|
|
|
|
logger = logging.getLogger(__name__)
|
|
logger = logging.getLogger(__name__)
|
|
|
|
|
|
|
|
|
|
+
|
|
|
@xxl_job("accountArticleFetch")
|
|
@xxl_job("accountArticleFetch")
|
|
|
async def account_article_fetch(param: str) -> dict:
|
|
async def account_article_fetch(param: str) -> dict:
|
|
|
limit = parse_limit(param, ContentSupplyConst.ARTICLE_DEAL_LIMIT)
|
|
limit = parse_limit(param, ContentSupplyConst.ARTICLE_DEAL_LIMIT)
|