fix IsAnonymous

This commit is contained in:
2023-12-19 21:27:47 +08:00
parent 971af73e19
commit 0dcc8c5912
9 changed files with 192 additions and 47 deletions

View File

@@ -234,6 +234,7 @@ export interface QAInfo {
isPublic: boolean
isFavorite: boolean
sendAt: number
isAnonymous: boolean
}
export interface LotteryUserInfo {
name: string