聊天室
授权用户加入房间资格
授权指定用户当天可加入当前房间的资格。
使用场景:
- 房间等级限制加入时,授权特定用户可加入
存储结构:
- Redis Hash: jals_room_join_qualify_{date}_{roomUid}
- Field: uid
- Value: 1
- 过期时间: 2天
说明:
- 授权仅当天有效,次日需重新授权
post/api/room/authorizeJoin
Query parameters
roomUidinteger required
房间UID
uidinteger required
被授权用户UID
Response
授权成功
Changes
No recorded changes to this endpoint across all 1 revision of this API.