|
@@ -300,7 +300,7 @@ class RegionView(View):
|
|
|
time_stamp = request_dict.get('time_stamp', None)
|
|
|
time_stamp_token = request_dict.get('time_stamp_token', None)
|
|
|
|
|
|
- if not all([lang, app_bundle_id, time_stamp, time_stamp_token]):
|
|
|
+ if not all([lang, time_stamp, time_stamp_token]):
|
|
|
return response.json(444)
|
|
|
|
|
|
# AVSS不传app_bundle_id
|