|
@@ -968,7 +968,7 @@ public class ZwywLrJbxxServiceImpl implements IZwywLrJbxxService {
|
|
|
Map<String, String> param = new LinkedHashMap<>();
|
|
|
param.put("image", lrjbxx.getLrTx());
|
|
|
param.put("image_type", "BASE64");
|
|
|
- param.put("group_id", lrjbxx.getLrHjdz().substring(0, 6));
|
|
|
+ param.put("group_id", lrjbxx.getMchnt());
|
|
|
param.put("user_id", lrjbxx.getLrJmzjhm());
|
|
|
param.put("action_type", "REPLACE");
|
|
|
JSONObject uploadRes = httpsRequest("https://aip.baidubce.com/rest/2.0/face/v3/faceset/user/add" +
|