用户装扮详情 修改

This commit is contained in:
2025-11-21 17:59:46 +08:00
parent 9045dbf219
commit 7d1a3e4fc9
2 changed files with 100 additions and 99 deletions

View File

@@ -42,6 +42,7 @@ class Room extends GuildAdmin
// 房间列表
public function index()
{
echo model('api/Decorate')->user_decorate_detail(20007,1);die;
$guild_id = $this->guildId;
$page = input('page', 1);
$page_limit = input('page_limit', 30);