mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
update music obs component avatar
This commit is contained in:
@@ -525,7 +525,7 @@ export interface ResponsePointGoodModel {
|
||||
content?: string
|
||||
count?: number
|
||||
price: number
|
||||
tags: TagInfo[]
|
||||
tags: string[]
|
||||
cover?: string
|
||||
images: string[]
|
||||
status: GoodsStatus
|
||||
@@ -540,7 +540,7 @@ export interface PointGoodsModel {
|
||||
name: string
|
||||
count: number
|
||||
price: number
|
||||
tags: TagInfo[]
|
||||
tags: string[]
|
||||
cover?: ImageUploadModel
|
||||
status: GoodsStatus
|
||||
type: GoodsTypes
|
||||
@@ -549,3 +549,21 @@ export interface PointGoodsModel {
|
||||
description: string
|
||||
content?: string
|
||||
}
|
||||
export interface AddressInfo {
|
||||
province: string
|
||||
city: string
|
||||
district: string
|
||||
address: string
|
||||
phone: number
|
||||
name: string
|
||||
}
|
||||
export interface BiliAuthModel {
|
||||
id: number
|
||||
userId: number
|
||||
openId: string
|
||||
address?: AddressInfo
|
||||
}
|
||||
export interface PointOrderModel{
|
||||
id: number
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user