package handler import "errors" var ( NoParamsErr = errors.New("参数为空,操作失败") )