这是连接到移动网络时:URl:https://developers.zomato.com/api/v2.1/search?entity_id=4&entity_type=subzone&q=food&start=0&count=20&lat=12.944038999999998&lon=77.6802905&radius=100&cuisines=6,152,1,2,4,3,165,131,292,193,5,227,10,270,1013,7,133,247,168,22,30,121,994,18,25,161,35,100,260,38,40,271,45,134,47,156,181,48,143,49,233,148,114,140,218,55,60,265,164,65,178,62,63,67,66,157,102,69,72,70,73,137,1015,1018,74,147,75,166,117,231,50,278,269,290,82,87,88,320,27,1005,1023,84,998,304,83,993,119,461,972,85,89,141,90,177,212,163,150,95,978,1024,99,308,1034,142,93&establishment_type=16,18,21,31,23,5,7,1,20,6,8&collection_id=1,274852,29,283631,74045,2,267733,339,277744,269279,274826,86,3,277,13,19,20,75,9,51,438,12,337,225,58,48,40,10852,344,6,340,5,7,99&category=2,3&sort=real_distance&order=desc纬度/经度:是bellendur,banglore .

这是上述URL收到的输出:{“results_found”:2307,“results_start”:0,“results_shown”:20,“restaurants”:[{“restaurant”:{“R”:{“res_id”:18597084} ,“apikey”:“51868734cdb381c3dd872167bcd82cb8”,“id”:“18597084”,“name”:“Paripurna Foods”,“url”:“https://www.zomato.com/chennai/paripurna-foods-thiruvallur?utm_source = api_basic_user&utm_medium = api&utm_campaign = v2.1“,”location“:{”address“:”33/3,Motilal Street,Thiruvallur,Chennai“,”locality“:”Thiruvallur“,”city“:”Chennai“,”city_id “:7,”纬度“:”13.1434160000“,”经度“:”79.9041280000“,”zipcode“:”“,”country_id“:1,”locality_verbose“:”Thiruvallur,Chennai“},”switch_to_order_menu“:0, “美食”: “面包”, “average_cost_for_two”:200, “PRICE_RANGE”:1, “货币”: “RS”, “报价”:[], “拇指”: “”, “user_rating”:{“aggregate_rating “:”0“,”rating_text“:”未评级“,”rating_color“:”CBCBC8“,”投票“:”1“},”photos_url“:”https://www.zomato.com/chennai/paripurna -foods-蒂鲁瓦卢尔/照片?utm_source = api_basic_user&utm_medium = API&utm_campaign = 2.1#tabtop”, “menu_url” : “https://www.zomato.com/chennai/paripurna-foods-thiruvallur/menu?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1&openSwipeBox=menu&showMinimal=1#tabtop”, “featured_image”: “”, “has_online_delivery”: 0 “is_delivering_now”:0, “深层链接”: “zomato://餐厅/ 18597084”, “has_table_booking”:0 “events_url”:“https://www.zomato.com/chennai/paripurna-foods-thiruvallur /events#tabtop?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1" , “establishment_types”:[]}},

可以看出,给出的输出是用于chennai位置,而甚至entity_id是4,即URL中的班加罗尔 .

连接到Wifi网络时给出相同的URL但输出Json:{“results_found”:4445,“results_start”:0,“results_shown”:20,“restaurants”:[{“restaurant”:{“R”:{“res_id” :18622512}, “apikey”: “51868734cdb381c3dd872167bcd82cb8”, “ID”: “18622512”, “名”: “星巴克”, “URL”:“https://www.zomato.com/bangalore/starbucks-1-bellandur ?utm_source = api_basic_user&utm_medium = api&utm_campaign = v2.1“,”location“:{”地址“:”地下,美食广场,Pritech公园,内部生态空间,经济特区,贝兰德尔,班加罗尔“,”地方“:”Bellandur“, “城市”: “班加罗尔”, “city_id”:4, “纬度”: “12.9275050000”, “东经”: “77.6809660000”, “邮政编码”: “”, “COUNTRY_ID”:1, “locality_verbose”:“Bellandur,班加罗尔“},”switch_to_order_menu“:0,”菜肴“:”咖啡馆,甜点“,”average_cost_for_two“:700,”price_range“:2,”货币“:”Rs . “,”offer“:[],”拇指“:” https://b.zmtcdn.com/data/pictures/chains/3/56603/4eca726bedb25c2b38b9824146bc5a25.jpg?fit=around%7C200%3A200&crop=200%3A200%3B%2A%2C%2A “” user_rating “:{” aggregate_rating “:” 3.1" , “RATING_TEXT”:”平均 “ ”rating_color“: ”CDD614“, ”票“: ”7“}, ”PHOTOS_URL“:” https://www.zomato.com/bangalore/starbucks-1-bellandur/photos?utm_source=api_basic_user&utm_medium=api&utm_campaign = 2.1#tabtop”, “menu_url”: “https://www.zomato.com/bangalore/starbucks-1-bellandur/menu?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1&openSwipeBox=menu&showMinimal=1#tabtop”, “featured_image”: “https://b.zmtcdn.com/data/pictures/chains/3/56603/4eca726bedb25c2b38b9824146bc5a25.jpg”, “has_online_delivery”:0 “is_delivering_now”:0, “深层链接”:“zomato:/ /restaurant/18622512","has_table_booking":0,"events_url":"https://www.zomato.com/bangalore/starbucks-1-bellandur/events#tabtop?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1" “establishment_types”:[]}},这是正确的 .

有人可以帮我解决这个问题吗?