|
@@ -305,7 +305,7 @@ class NotificationView(View):
|
|
|
img_url_list.append(url)
|
|
|
res_data = {'code': 0, 'img_url_list': img_url_list, 'msg': 'success'}
|
|
|
return JsonResponse(status=200, data=res_data)
|
|
|
- #第四次,没有dkey,有ykey(1分钟外,10分钟内)
|
|
|
+ #第四次,没有dkey,有ykey(1分钟外,10分钟内 )
|
|
|
if not redisObj.get_data(key=dkey) and redisObj.get_data(key=ykey):
|
|
|
redis_data = redisObj.get_data(key=ykey)
|
|
|
if redis_data:
|