From 2b21fd03ce861b8dbd441f57c80b818301fe41ff Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期四, 19 十二月 2019 11:17:50 +0800 Subject: [PATCH] add read config --- 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