package utils import "github.com/nacos-group/nacos-sdk-go/inner/uuid" func GetUUID() string { id, _ := uuid.NewV4() return id.String() }