fix:设置当前logo

This commit is contained in:
momo
2023-09-08 11:47:53 +08:00
parent 6cc35e6198
commit 7543f99f8b
6 changed files with 96 additions and 74 deletions

View File

@@ -95,6 +95,7 @@ var (
CodeFileUploadLogoErrType = &StatusResponse{5111, "logo upload err file is not image"} // 用户上位LOGO失败"}
CodeFileLogoCombineErr = &StatusResponse{5112, "logo upload err"} // 用户合图失败
CodeFileNoFoundErr = &StatusResponse{5113, "file not found err"} // 文件不存在
CodeLogoSetCategory = &StatusResponse{5114, "logo set category fail"} // 文件不存在
)
type Response struct {