全局配置有变化时也提示更新集群

This commit is contained in:
GoEdgeLab
2020-11-02 10:44:59 +08:00
parent 509dc9771e
commit 8b2c709001
4 changed files with 25 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ func (this *SysSettingService) UpdateSysSetting(ctx context.Context, req *pb.Upd
if err != nil {
return nil, err
}
return rpcutils.RPCUpdateSuccess()
}