移除不必要的功能

This commit is contained in:
CaIon
2023-09-09 03:11:42 +08:00
parent e25bcce452
commit f73ecc57c2
13 changed files with 943 additions and 1016 deletions
+1
View File
@@ -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 {