Commit ee4ae3d0 authored by 734642908@qq.com's avatar 734642908@qq.com

e

parent f9da35da
......@@ -398,6 +398,11 @@ class FlushController extends BaseController
$hashArr = $cache->HGETALL($setCacheKey);
foreach($hashArr as $key=>$val) {
$shareInfo = json_decode($val,true);
$shareInfo['total_register'] = $cache->PFCOUNT('{total}:total_register:'.$key.':2019-04-03');
$cache->HMSET('game_login_live_temp:2019-04-03',array($key=>json_encode($shareInfo)));
if(strstr($key,'yiqiqieshuiguo-weixin') !== false) {
$keyArr = explode(':',$key);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment