1
This commit is contained in:
parent
6ea2bb53c7
commit
601b3cb29e
@ -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' => '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user