Explorar el Código

解决查找国家名异常

tanghongbin hace 4 años
padre
commit
60521aef09
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Controller/UserController.py

+ 2 - 1
Controller/UserController.py

@@ -3641,7 +3641,8 @@ def updateUserCountry(request):
             if data:
                 country = data
             else:
-                country = CommonService.getAddr(country_ip['ip'])
+                country = CommonService.getIpIpInfo(country_ip['ip'], lang='CN')
+                country = country['country_name']
                 redisObject.set_data(key=key, val=country, expire=3600)
 
             country_ip['country'] = country