package
0.0.0-20241226011207-186138cb6426
Repository: https://github.com/index-null/software-engineering.git
Documentation: pkg.go.dev

# Functions

@Summary 根据特征查找图片 @Description 根据提供的特征列表查找图片 @Tags 图片管理 @Accept json @Produce json @Param feature query []string true "特征列表" @Param isOwn query string false "是否只查找自己的图片" @Success 200 {object} map[string]interface{} "成功查找图片" @Failure 400 {object} map[string]interface{} "请求错误" @Failure 401 {object} map[string]interface{} "未授权" @Failure 500 {object} map[string]interface{} "内部服务器错误" @Router /auth/image/feature [get].