From dcd9ad9903a13a589973341d53272f1d1ed3c514 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@qq.com>
Date: 星期四, 16 五月 2019 09:56:36 +0800
Subject: [PATCH] add mangos reqrep mode
---
areaApi_test.go | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/areaApi_test.go b/areaApi_test.go
index 5a3274f..40d8d3a 100644
--- a/areaApi_test.go
+++ b/areaApi_test.go
@@ -7,7 +7,7 @@
func TestGetLocalCameraTree(t *testing.T) {
var api AreaApi
- body := api.GetLocalCameraTree(0)
+ body := api.GetLocalCameraTree(0, 0, "c")
fmt.Println(body)
}
--
Gitblit v1.8.0