Browse Source

v1.0
服务上线

罗俊辉 1 year ago
parent
commit
cec28fb641
1 changed files with 7 additions and 0 deletions
  1. 7 0
      deal/matchArticle_deal.py

+ 7 - 0
deal/matchArticle_deal.py

@@ -258,3 +258,10 @@ class MatchArticlesV2(object):
                     "article": result
                 }
                 return response
+
+    async def deal(self):
+        params_error = self.check_params()
+        if params_error:
+            return params_error
+        else:
+            return await self.recall_articles()