修复云控更新异常
parent
3919b11135
commit
b137618f2d
|
|
@ -336,7 +336,7 @@ class ConfigGenerator:
|
|||
key = self.get_remote_config_key()
|
||||
group = None if self.remote_config.group == '' else self.remote_config.group
|
||||
condition = None if self.remote_config.condition == '' else self.remote_config.condition
|
||||
config.get_firebase_instance(self.project).update_remote_config_json_value(group, condition, key, self.env, level_db_cdn_url, True)
|
||||
config.get_firebase_instance(self.project).update_remote_config_json_field_value(group, condition, key, self.env, level_db_cdn_url, True)
|
||||
config.notification.append_msg(f"[group:{group}, condition:{condition}, key:{key} env:{self.env}] 云控更新成功")
|
||||
|
||||
def get_local_config_file_path(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue