Commit b58fdc21 by CaIon

fix bug

parent 5a4eb4e0
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 { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment