feat: support shorten

This commit is contained in:
CaIon
2024-03-13 17:46:34 +08:00
parent fc07acd90f
commit 62bca310e3
10 changed files with 74 additions and 324 deletions
+1
View File
@@ -20,6 +20,7 @@ type Midjourney struct {
ChannelId int `json:"channel_id"`
Quota int `json:"quota"`
Buttons string `json:"buttons"`
Properties string `json:"properties"`
}
// TaskQueryParams 用于包含所有搜索条件的结构体,可以根据需求添加更多字段