This commit is contained in:
wangwei01 2019-12-03 16:38:39 +08:00
parent 6ea2bb53c7
commit 601b3cb29e

View File

@ -33,6 +33,7 @@ class VoiceController{
$md5 = md5($data);
$r = $this->getRedis($md5);
$r->set('game2002:voice:' . $md5, $data);
$r -> pexpire('game2002:voice:' . $md5, 1000 * 600);
echo json_encode(array(
'errcode' => 0,
'errmsg' => '',