Commit d56c35d6 authored by 赵啸非's avatar 赵啸非

修改用户等

parent 8422cf86
......@@ -269,7 +269,8 @@ public class HikFaceServiceImpl extends AbstractHikService implements IHikFaceSe
@Override
public InputStream callPostImgs(ImgReq imgReq) throws Exception {
ArtemisConfig config = getArtemisConfig();
String getSecurityApi = ARTEMIS_PATH + "/api/resource/v1/person/";
///api/resource/v1/person/picture
String getSecurityApi = ARTEMIS_PATH + "/api/resource/v1/person/picture";
path.put(protocol, getSecurityApi);
//ArtemisHttpUtil.doPostStringImgArtemis(config, path, JSON.toJSONString(recognReq), null, null, "application/json");
Map<String, String> query = new HashMap<String, String>(2) { //get请求的head参数
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment