|
@@ -975,7 +975,9 @@ class Party extends Api
|
|
|
$lsetList["notalk_time"] = 0;
|
|
|
|
|
|
$hgetlist = $this->redis->hGet("party_manage_".$party_id,$user_id."-2");
|
|
|
-
|
|
|
+ if(!$hgetlist){
|
|
|
+ return $this->success("获取成功!",$lsetList);
|
|
|
+ }
|
|
|
$hgetlist = unserialize($hgetlist);
|
|
|
$restime = time() - intval($hgetlist["createtime"]);
|
|
|
// 禁言
|