|
@@ -634,6 +634,8 @@ class CampaignView(View):
|
|
|
UserSetStatus.objects.create(user_id=user.userID, status=status,
|
|
|
region_restriction_id=region_restriction,
|
|
|
created_time=now_time, updated_time=now_time)
|
|
|
+ else:
|
|
|
+ return response.json(173)
|
|
|
else:
|
|
|
return response.json(444)
|
|
|
|