|
@@ -128,6 +128,7 @@ public class LapiServiceImpl implements ILapiService {
|
|
|
if (fileSize > 512 * 1024 || fileSize < 10 * 1024) {
|
|
|
throw new Exception("人员照片大小限定为10k~512k");
|
|
|
}
|
|
|
+ map1.put("ImageNum", 1);
|
|
|
map3.put("Size", imageSize);
|
|
|
map3.put("Data", base64Data);
|
|
|
map3.put("FaceID", personInfo.getId());
|