mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-18 00:16:37 +08:00
fix bug
This commit is contained in:
parent
2ee3dbbc18
commit
69f2c41853
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user