xuzhiheng 2 years ago
parent
commit
50960a8424
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rpc/biservice.go

+ 1 - 1
rpc/biservice.go

@@ -33,7 +33,7 @@ func main() {
 	entity.InitArea()
 	//nsq
 	config := nsq.NewConfig()
-	consumer, err := nsq.NewConsumer(c.TopicName, "position_sync", config)
+	consumer, err := nsq.NewConsumer(c.TopicName, "jy_position_sync", config)
 	if err != nil {
 		fmt.Println(err)
 	}