fix:合图,参数调整

This commit is contained in:
momo
2023-09-12 15:59:38 +08:00
parent 7c6f8c5594
commit 1699420c4a
2 changed files with 8 additions and 1 deletions

View File

@@ -96,6 +96,9 @@ var (
CodeFileLogoCombineErr = &StatusResponse{5112, "logo upload err"} // 用户合图失败
CodeFileNoFoundErr = &StatusResponse{5113, "file not found err"} // 文件不存在
CodeLogoSetCategory = &StatusResponse{5114, "logo set category fail"} // 文件不存在
CodeLogoCombineErr = &StatusResponse{5115, "logo combine fail"} // 合图失败
CodeLogoCombineNoFoundErr = &StatusResponse{5116, "template record not found"} // 模版不存在
)
type Response struct {