mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-17 16:06:38 +08:00
fix bug
This commit is contained in:
parent
2ee3dbbc18
commit
69f2c41853
@ -1,7 +1,5 @@
|
||||
package model
|
||||
|
||||
import "one-api/common"
|
||||
|
||||
type Midjourney struct {
|
||||
Id int `json:"id"`
|
||||
Code int `json:"code"`
|
||||
@ -22,7 +20,7 @@ type Midjourney struct {
|
||||
ChannelId int `json:"channel_id"`
|
||||
}
|
||||
|
||||
// 用于包含所有搜索条件的结构体,可以根据需求添加更多字段
|
||||
// TaskQueryParams 用于包含所有搜索条件的结构体,可以根据需求添加更多字段
|
||||
type TaskQueryParams struct {
|
||||
ChannelID string
|
||||
MjID string
|
||||
|
Loading…
Reference in New Issue
Block a user