mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-11 00:23:42 +08:00
移除不必要的功能
This commit is contained in:
@@ -17,6 +17,7 @@ type Midjourney struct {
|
||||
Status string `json:"status"`
|
||||
Progress string `json:"progress"`
|
||||
FailReason string `json:"fail_reason"`
|
||||
ChannelId int `json:"channel_id"`
|
||||
}
|
||||
|
||||
func GetAllUserTask(userId int, startIdx int, num int) []*Midjourney {
|
||||
|
||||
Reference in New Issue
Block a user