This commit is contained in:
CaIon 2023-11-23 19:01:14 +08:00
parent 2ee3dbbc18
commit 69f2c41853

View File

@ -1,7 +1,5 @@
package model package model
import "one-api/common"
type Midjourney struct { type Midjourney struct {
Id int `json:"id"` Id int `json:"id"`
Code int `json:"code"` Code int `json:"code"`
@ -22,7 +20,7 @@ type Midjourney struct {
ChannelId int `json:"channel_id"` ChannelId int `json:"channel_id"`
} }
// 用于包含所有搜索条件的结构体,可以根据需求添加更多字段 // TaskQueryParams 用于包含所有搜索条件的结构体,可以根据需求添加更多字段
type TaskQueryParams struct { type TaskQueryParams struct {
ChannelID string ChannelID string
MjID string MjID string