From 676d8bd099fddeedbdbad2840be7e683d647bb51 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@qq.com>
Date: 星期二, 14 五月 2019 14:00:36 +0800
Subject: [PATCH] area interface

---
 httpClient_test.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/httpClient_test.go b/httpClient_test.go
index 08e7c4f..64874bc 100644
--- a/httpClient_test.go
+++ b/httpClient_test.go
@@ -6,7 +6,7 @@
 )
 
 func TestGetCameraById(t *testing.T) {
-	var api DbApi
+	var api CameraApi
 	camera, _ := api.GetCameraById("cid0")
 	fmt.Println(camera)
 }

--
Gitblit v1.8.0