From 89daaec8738ed818e03eed4236575054d7e0093a Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期三, 11 十二月 2019 09:13:51 +0800
Subject: [PATCH] update
---
sdkstruct.go | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sdkstruct.go b/sdkstruct.go
index 5f36fac..bae2e7b 100644
--- a/sdkstruct.go
+++ b/sdkstruct.go
@@ -69,9 +69,9 @@
// CFaceResult result
type CFaceResult struct {
- info CFaceInfo
- prop CThftResult
- feat []byte
+ Info CFaceInfo
+ Prop CThftResult
+ Feat []byte
}
//////////////////////////////// humantrack
--
Gitblit v1.8.0