From e904a0672267d8f1b25fe92d0b08282f8b5b8d18 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期五, 26 十一月 2021 14:01:30 +0800 Subject: [PATCH] 增加接口 GetUserProfile --- constants.go | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/constants.go b/constants.go index ddc36bd..fd449ed 100644 --- a/constants.go +++ b/constants.go @@ -1,4 +1,4 @@ -package dbapi +package bhomedbapi const ( Topic_System_Service = "system-service" @@ -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