fix:裁剪业务逻辑调整

This commit is contained in:
momo
2023-08-23 11:41:02 +08:00
parent 7f23905e76
commit 1e25f79d4a
4 changed files with 36 additions and 18 deletions

View File

@@ -67,7 +67,7 @@ type (
GuestId int64 `form:"guest_id,optional"` // 上传文件额外信息
UploadBucket int64 `form:"upload_bucket,options=[1,2],default=1"` // 上传桶名:1=缓存,2=持久
Source string `form:"source"` // 上传来源
Refresh bool `form:"refresh,optional"` // 强制更新
Refresh int64 `form:"refresh,optional"` // 强制更新 10
}
)