fix:裁剪业务逻辑调整

This commit is contained in:
momo
2023-08-23 11:09:14 +08:00
parent b373b7ed73
commit 2ef3547724
11 changed files with 215 additions and 46 deletions

View File

@@ -26,7 +26,7 @@ type (
LogoFile string `form:"logo_file"`
Width string `form:"width"`
Height string `form:"height"`
Proportion int64 `form:"proportion"`
Proportion string `form:"proportion"`
}
)