fix lottery distinct

This commit is contained in:
2024-03-12 00:51:42 +08:00
parent 01ef6c09e5
commit ca3f7ca57e
3 changed files with 79 additions and 16 deletions

View File

@@ -414,6 +414,7 @@ export interface OpenLiveInfo {
export interface OpenLiveLotteryUserInfo {
name: string
uId: number
openId: string
level?: number
avatar: string
fans_medal_level: number