From 7a5fc5da9c09833baa22fc74c6d4541449678c0b Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期二, 05 十一月 2019 16:26:16 +0800 Subject: [PATCH] 给录像信号结构体加入videoUrl字段 --- .gitignore | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index f323e83..dc5c959 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ *.o *.a *.so +.idea +.vscode # Folders _obj @@ -22,4 +24,3 @@ *.exe *.test -*.pb.go -- Gitblit v1.8.0