# Functions
@Summary 点赞图片 @Description 点赞图片接口 @Tags image @Accept json @Produce json @Param requestBody body like.ReqBody true "图片 URL" @Success 200 {object} map[string]interface{} "点赞成功" @Failure 400 {object} map[string]interface{} "缺少图片 URL" @Failure 401 {object} map[string]interface{} "名字解析出错" @Failure 409 {object} map[string]interface{} "用户已点赞该图片" @Failure 500 {object} map[string]interface{} "数据库操作错误" @Router /auth/like [put].