From dc27e909d40a05a06d3774fe3329e9cd2e310c09 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期二, 30 十一月 2021 20:30:02 +0800 Subject: [PATCH] fix GetUserProfile --- constants.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/constants.go b/constants.go index a6ff5ca..fd449ed 100644 --- a/constants.go +++ b/constants.go @@ -11,4 +11,5 @@ Topic_Search_Service = "search-service" Topic_RealTime_Service = "realtime-service" Topic_EventPush_Service = "eventpush-service" + Topic_Chanmanage_Service = "chanmanage-service" ) -- Gitblit v1.8.0