测试自动更新脚本

This commit is contained in:
2025-08-11 16:14:56 +08:00
parent 3741278825
commit 08cc1dabd8

View File

@@ -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');