fonchain-fiee/pkg/common/msg.go

10 lines
200 B
Go
Raw Normal View History

2025-02-20 12:55:54 +00:00
package common
2025-02-21 13:09:29 +00:00
// upload
2025-02-20 12:55:54 +00:00
const (
2025-02-21 13:09:29 +00:00
ERROR_OPEN_FILE = "打开文件错误"
ErrorImgExt = "图片格式错误"
ErrorImgDecode = "图片解析错误"
ERROR_ROTATE_IMG = "旋转图片出错"
2025-02-20 12:55:54 +00:00
)