Commit 2eb8233f authored by lixiaofang's avatar lixiaofang

dd

parent 162a324a
......@@ -32,6 +32,7 @@ def click(card_info):
if click_num > 10:
logging.info("今天已经消费到最大次数了,不能再消费")
return True, True
else:
rpc_invoker = get_rpc_invoker()
try:
......
......@@ -122,6 +122,8 @@ def comment(card_info):
if comment_num > 12:
logging.info("今天已经消费到最大次数了,不能再消费")
return True, True
else:
rpc_invoker = get_rpc_invoker()
try:
......
......@@ -29,6 +29,8 @@ def follow(card_info):
if follow_num > 10:
logging.info("今天已经消费到最大次数了,不能再消费")
return True, True
else:
rpc_invoker = get_rpc_invoker()
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment