|
@@ -483,6 +483,9 @@ class DetectControllerView(View):
|
|
|
return response.json(0)
|
|
|
elif status == 1:
|
|
|
uid_push_qs = UidPushModel.objects.filter(userID_id=userID, m_code=m_code, uid_set__uid=uid)
|
|
|
+ ykey = '{uid}_redis_qs'.format(uid=uid)
|
|
|
+ redisObj = RedisObject(db=6, SERVER_HOST='push.dvema.com')
|
|
|
+ redisObj.del_data(key=ykey)
|
|
|
if uid_push_qs.exists():
|
|
|
uid_push_update_dict = {
|
|
|
'appBundleId': appBundleId,
|