|
@@ -122,11 +122,11 @@ class ConfirmRegionV2(View):
|
|
|
push_region = get_push_region(api)
|
|
|
else:
|
|
|
# 返回美洲域名
|
|
|
- data_dict['country_code'] = 'NA'
|
|
|
+ data_dict['country_code'] = 'N/A'
|
|
|
api, push_api, region_id, push_region = get_default_api()
|
|
|
else:
|
|
|
# 返回美洲域名
|
|
|
- data_dict['country_code'] = 'NA'
|
|
|
+ data_dict['country_code'] = 'N/A'
|
|
|
api, push_api, region_id, push_region = get_default_api()
|
|
|
|
|
|
# 更新或创建设备域名数据
|