|
@@ -57,8 +57,8 @@ class RegionCountryView(View):
|
|
|
if country_qs[0]['region_id'] == 4:
|
|
|
order_qs = Order_Model.objects.filter(userID_id=user_id, payType=1, status=1)
|
|
|
if order_qs.exists():
|
|
|
- email_content = '云存用户切换为欧洲地区,请处理云存数据'
|
|
|
- S3Email().faEmail(email_content, 'servers@ansjer.com')
|
|
|
+ email_content = '云存用户切换为欧洲地区,请处理云存数据,user_id:{}'.format(user_id)
|
|
|
+ S3Email().faEmail(email_content, '1073329609@qq.com')
|
|
|
|
|
|
device_user_qs.update(region_country=region_country, region_status=True)
|
|
|
return response.json(0)
|