Explorar o código

解决查找国家名异常

tanghongbin %!s(int64=4) %!d(string=hai) anos
pai
achega
60521aef09
Modificáronse 1 ficheiros con 2 adicións e 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