package common

// upload
const (
	ERROR_OPEN_FILE  = "打开文件错误"
	ErrorImgExt      = "图片格式错误"
	ErrorImgDecode   = "图片解析错误"
	ERROR_ROTATE_IMG = "旋转图片出错"
)