fix:合图,参数调整
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user