指纹识别的问题 #107
suxiwu1987
started this conversation in
General
指纹识别的问题
#107
Replies: 1 comment
-
|
now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
在指纹识别模块下,fgConst.go 目录141 行
for _, x := range FGDataMap {
if bD, ok := x["delete"]; ok && false == bD.(bool) {
aN = append(aN, x)
}
}
这块一直都是空,根本走不进去,导致后面的指纹识别根本无法走通
Beta Was this translation helpful? Give feedback.
All reactions