Commit bc4b722e authored by lixiaofang's avatar lixiaofang

去掉灰度

parent 1a9325c1
...@@ -32,7 +32,7 @@ def get_suggest_tips(query, lat, lng, offset=0, size=50, device_id=None): ...@@ -32,7 +32,7 @@ def get_suggest_tips(query, lat, lng, offset=0, size=50, device_id=None):
try: try:
###在原来的逻辑上加两层灰度 ###在原来的逻辑上加两层灰度
gray_number = recommed_service_category_device_id(device_id) gray_number = 1
if gray_number == 1: if gray_number == 1:
sub_index_name = "suggest" sub_index_name = "suggest"
size = 50 size = 50
......
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