Commit 175f7e2d authored by lixiaofang's avatar lixiaofang

修改返回类型

parent aaf451d9
......@@ -7,7 +7,7 @@ import traceback
from libs.es import ESPerform
def get_suggest_tips(query, agile_tag_type):
def get_suggest_tips(query, agile_tag_type=-1):
try:
# ios输入法在某些情况下会携带\\u2006
query = query.replace("\u2006", '')
......
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