|
@@ -340,8 +340,13 @@ class RegionView(View):
|
|
|
if is_app:
|
|
|
for country in country_qs:
|
|
|
if country['country_id'] == 1:
|
|
|
- country['api'] = 'https://www.dvema.com/'
|
|
|
country['push_api'] = 'https://push.dvema.com/'
|
|
|
+ if 'Zosi' in app_name:
|
|
|
+ country['api'] = 'https://api.zositech2.com/'
|
|
|
+ elif 'Loocam' in app_name:
|
|
|
+ country['api'] = 'https://api.loocam2.com/'
|
|
|
+ else:
|
|
|
+ country['api'] = 'https://www.dvema.com/'
|
|
|
break
|
|
|
# AVSS
|
|
|
else:
|