关系分开

This commit is contained in:
2026-01-20 10:05:03 +08:00
parent 4c58ff63b1
commit 8a2d171a28

View File

@@ -16,7 +16,7 @@ class Room extends Model
protected $name = 'vs_room';
public $relation_type = [1=>'真爱拍',2=>'友情拍',3=>'互娱房'];
public $relation_type = [1=>'真爱拍',2=>'亲密拍',3=>'互娱房'];
public $room_status = [1=>'正常',2=>'封禁',3=>'关闭'];