测试自动更新脚本
This commit is contained in:
@@ -16,7 +16,7 @@ class Room extends Model
|
|||||||
parent::__construct();
|
parent::__construct();
|
||||||
$this->redis = \think\Cache::store('redis')->handler();
|
$this->redis = \think\Cache::store('redis')->handler();
|
||||||
}
|
}
|
||||||
//创建房间
|
//创建房间 创建
|
||||||
public function user_create_room($uid, $room_name,$room_cover,$room_intro,$type = 0)
|
public function user_create_room($uid, $room_name,$room_cover,$room_intro,$type = 0)
|
||||||
{
|
{
|
||||||
$user_mobile = model('User')->where('id', $uid)->value('mobile');
|
$user_mobile = model('User')->where('id', $uid)->value('mobile');
|
||||||
|
|||||||
Reference in New Issue
Block a user