mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
fix music request
This commit is contained in:
@@ -520,7 +520,9 @@ export enum GoodsTypes {
|
||||
export interface ResponsePointGoodModel {
|
||||
id: number
|
||||
name: string
|
||||
count: number
|
||||
description: string
|
||||
content?: string
|
||||
count?: number
|
||||
price: number
|
||||
tags: TagInfo[]
|
||||
cover?: string
|
||||
@@ -528,14 +530,17 @@ export interface ResponsePointGoodModel {
|
||||
status: GoodsStatus
|
||||
type: GoodsTypes
|
||||
}
|
||||
|
||||
export interface ImageUploadModel{
|
||||
existImages: string[]
|
||||
newImagesBase64: string[]
|
||||
}
|
||||
export interface PointGoodsModel {
|
||||
id?: number
|
||||
name: string
|
||||
count: number
|
||||
price: number
|
||||
tags: TagInfo[]
|
||||
coverImageBase64?: string
|
||||
cover?: ImageUploadModel
|
||||
status: GoodsStatus
|
||||
type: GoodsTypes
|
||||
collectUrl?: string
|
||||
|
||||
Reference in New Issue
Block a user