Commit 1d054668 authored by zhoujun's avatar zhoujun

线上测试

parent 3747c605
Pipeline #1612 passed with stage
in 0 seconds
...@@ -469,7 +469,7 @@ class CardController extends Controller ...@@ -469,7 +469,7 @@ class CardController extends Controller
}else{ }else{
$data['braveTime'] = '00:00'; $data['braveTime'] = '00:00';
} }
Cache::put('card:info:'.$userId.':'.$roleId,300,$data); Cache::put('card:info:'.$userId.':'.$roleId,$data,300);
} }
if(Cache::has('card:num:'.$userId.':'.$roleId)){ if(Cache::has('card:num:'.$userId.':'.$roleId)){
......
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