|
@@ -142,6 +142,7 @@ public class UserFaceBusiness {
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
map.put("userId", userId.toString());
|
|
map.put("userId", userId.toString());
|
|
|
map.put("imageData", imageData);
|
|
map.put("imageData", imageData);
|
|
|
|
|
+ map.put("faceAlgorithm",justFaceAlgorithm);
|
|
|
HttpRequest req = HttpUtil.createPost(faceUrl);
|
|
HttpRequest req = HttpUtil.createPost(faceUrl);
|
|
|
req.body(JSONUtil.toJsonStr(map));
|
|
req.body(JSONUtil.toJsonStr(map));
|
|
|
|
|
|