|
@@ -88,7 +88,7 @@ class showUserMoreView(TemplateView):
|
|
if region_country != 0:
|
|
if region_country != 0:
|
|
# api数据
|
|
# api数据
|
|
country_qs = CountryLanguageModel.objects.filter(country_id=region_country).values(
|
|
country_qs = CountryLanguageModel.objects.filter(country_id=region_country).values(
|
|
- 'country__region__api')
|
|
|
|
|
|
+ 'country__region__api', 'country__region__zosi_api', 'country__region__loocam_api')
|
|
sqlDict["datas"][k]['fields']['api'] = country_qs[0]['country__region__api']
|
|
sqlDict["datas"][k]['fields']['api'] = country_qs[0]['country__region__api']
|
|
if region_country == 1: # 中国返回美洲域名
|
|
if region_country == 1: # 中国返回美洲域名
|
|
sqlDict["datas"][k]['fields']['api'] = 'https://www.dvema.com/'
|
|
sqlDict["datas"][k]['fields']['api'] = 'https://www.dvema.com/'
|