人脸拍照:secondImg为拍照照片

This commit is contained in:
lv 2025-10-16 17:27:56 +08:00
parent c359ef0568
commit 264e76d05d

View File

@ -187,8 +187,8 @@ export default struct FaceCompare {
this.base64 = this.imageBase64 + data.base64
faceCompare({
sfzh: this.sfzh,
secondImage: this.firstImage.substr(22),
firstImage: data.base64,
secondImage:data.base64,
firstImage: this.firstImage.substr(22),
type: 2,
verifyType: 1
})