🐛 Change service identifier

This commit is contained in:
LittleSheep 2025-01-30 01:25:51 +08:00
parent 771227a9ed
commit 974266b2c1

View File

@ -26,7 +26,7 @@ func InitializeToNexus() error {
var err error
Nx, err = nex.NewNexusConn(viper.GetString("nexus_addr"), &proto.ServiceInfo{
Id: viper.GetString("id"),
Type: "wa",
Type: "ai",
Label: "Insight",
GrpcAddr: grpcOutbound,
HttpAddr: lo.ToPtr("http://" + httpOutbound + "/api"),