fix:上传大图限制

This commit is contained in:
Hiven
2023-08-18 17:16:49 +08:00
parent 7807033c1a
commit cba012a2b0
3 changed files with 95 additions and 30 deletions

View File

@@ -1,5 +1,6 @@
package constants
const (
BLMServiceUrlLogoCombine string = "/LogoCombine"
BLMServiceUrlLogoCombine string = "/LogoCombine"
BLMServiceUrlLogoRemovebg string = "/removebg"
)