package handler import "errors" // errInvalidID 通用路径参数 id 非法错误 // // 各 handler 用 parseUintParam 统一返回这个错误 var errInvalidID = errors.New("id 参数非法")