feat(meituan-cps): 经纬度→城市离线反查 + rec/销量最高按城市过滤 #116
Reference in New Issue
Block a user
Delete Branch "feat/meituan-cps-city-geo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
主要功能
新增离线「经纬度 → 美团 cityId」反查,让
rec(智能推荐)与top-sales(销量最高)从离线库只返同城券(此前会混返异地券)。app/utils/geo.py+app/utils/meituan_city.py:坐标 → 美团city_id(reverse_geocoder 离线反查,零网络)。feed?tab=rec//top-sales:按city_id过滤;解析不出 / 老客户端不带坐标 → 降级返空。top-sales与rec一致置空库内距离(相对城市默认点、对用户无意义)。