feat(module): add ServiceBaseHelper for service and instance

This commit is contained in:
InfinityPacer
2024-09-29 23:46:41 +08:00
parent 7c643432ee
commit 0593275a62
7 changed files with 166 additions and 9 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ class ServiceConfigHelper:
@staticmethod
def get_notification_switch(mtype: NotificationType) -> Optional[str]:
"""
获取消息通知场景开关
获取指定类型的消息通知场景开关
"""
switchs = ServiceConfigHelper.get_notification_switches()
for switch in switchs: