mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
fix(notify): init robot project info
This commit is contained in:
@@ -89,6 +89,8 @@ func (rm *SRobotManager) InitializeData() error {
|
||||
robot.IsPublic = true
|
||||
robot.PublicScope = string(rbacutils.ScopeSystem)
|
||||
robot.DomainId = idenapi.DEFAULT_DOMAIN_ID
|
||||
robot.ProjectId = "system"
|
||||
robot.ProjectSrc = "local"
|
||||
robot.Status = api.RECEIVER_STATUS_READY
|
||||
switch configs[i].Type {
|
||||
case api.FEISHU_ROBOT:
|
||||
|
||||
Reference in New Issue
Block a user