From 7460b006c922a92a733d55277564579703da191b Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期四, 14 十月 2021 11:26:41 +0800
Subject: [PATCH] .c文件

---
 hikptz.go |   17 +----------------
 1 files changed, 1 insertions(+), 16 deletions(-)

diff --git a/hikptz.go b/hikptz.go
index 91b57fd..c260f34 100644
--- a/hikptz.go
+++ b/hikptz.go
@@ -7,25 +7,10 @@
 #cgo LDFLAGS: -ldl -lm
 
 #include <stdlib.h>
-#include "Voice.h"
+#include "hikptz.h"
 */
 import "C"
 
-// type PtzDevice struct {
-// 	IpAddr string `form:"ipAddr" json:"ipAddr"`
-// 	Port string `form:"port" json:"port"`
-// 	UserName string `form:"userName" json:"userName"`
-// 	Password string `form:"password" json:"password"`
-// }
-
-// type PtzZoneService struct {
-// 	UserName string `form:"userName" json:"userName"`
-// 	Channel    string `form:"channel" json:"channel"`
-// 	XTop string `form:"xTop" json:"xTop"`
-// 	YTop string `form:"yTop" json:"yTop"`
-// 	XBottom string `form:"xBottom" json:"xBottom"`
-// 	YBottom string `form:"yBottom" json:"yBottom"`
-// }
 
 
 // SendVoice Send Voice

--
Gitblit v1.8.0