From 3866da4caa9f8309de4cb8092ac70cf48c43b16d Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期二, 03 十一月 2020 11:59:01 +0800 Subject: [PATCH] 场景添加事件声音配置 --- protomsg.proto | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/protomsg.proto b/protomsg.proto index 258effb..ee0235a 100644 --- a/protomsg.proto +++ b/protomsg.proto @@ -123,6 +123,7 @@ string scene_name = 10; string desc = 11; bool enable = 12; + string voiceId = 13; //浜嬩欢澹伴煶 } message GroupRuleSdks { -- Gitblit v1.8.0