Explorar o código

v1.0
服务上线

罗俊辉 hai 1 ano
pai
achega
cec28fb641
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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()