| | |
| | | |
| | | Map<String, String> path = getPath(HKConstants.InterfacePath.facePicture[0]); |
| | | //参数根据接口实际情况设置 |
| | | log.error("-------------------------ArtemisConfig.host***********************************"+ ArtemisConfig.host); |
| | | log.error("-------------------------ArtemisConfig.key********************************"+ArtemisConfig.appKey); |
| | | HttpResponse resp = ArtemisHttpUtil.doPostStringImgArtemis( path, body, null, null,"application/json",null); |
| | | if (200==resp.getStatusLine().getStatusCode()) { |
| | | HttpEntity entity = resp.getEntity(); |