Commit 8dcd25f8 authored by lixiaofang's avatar lixiaofang

add

parent 0440d296
......@@ -271,10 +271,11 @@ def recommed_service_category_device_id(device_id):
设备品类显示, 是否命中灰度
'''
if device_id in ["868771031984211"]:
if device_id in ["868771031984211", "869412032478155"]:
return 2
elif device_id in ["F3F4C95F-BF76-4F82-9CC6-B5A8933A6BD9", "867961030707277"]:
elif device_id in ["F3F4C95F-BF76-4F82-9CC6-B5A8933A6BD9", "867961030707277",
"0840E4C8-F6E4-4504-8812-D07049E86A25"]:
return 3
else:
......
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