danmaku support openId

This commit is contained in:
2024-03-29 11:59:05 +08:00
parent 2c6bf5beac
commit cbbf308224
5 changed files with 33 additions and 21 deletions

View File

@@ -545,6 +545,7 @@ export interface DanmakuModel {
price: number | null
isEmoji: boolean
num: number
ouId: string
}
export interface ResponseFeedbackModel {
message: string