fix:裁剪业务逻辑调整
This commit is contained in:
@@ -78,6 +78,7 @@ func (l *UploadFileBaseLogic) UploadFileBase(req *types.UploadFileBaseReq, useri
|
||||
UserId: userId,
|
||||
GuestId: guestId,
|
||||
Source: req.Source,
|
||||
Refresh: req.Refresh,
|
||||
})
|
||||
|
||||
if err != nil {
|
||||
|
||||
@@ -22,7 +22,7 @@ type UploadFileBaseReq struct {
|
||||
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
|
||||
}
|
||||
|
||||
type UploadLogoReq struct {
|
||||
|
||||
Reference in New Issue
Block a user