|
@@ -41,7 +41,7 @@ public class GetPicture {
|
|
|
IClient iClient = new DefaultClient();
|
|
|
//如果 fileURL不为空 就认为是拿摄像头抓拍图片
|
|
|
if(StringUtilsWork.isNotEmpty(fileUrl)){
|
|
|
- url =IPAndPort+"/evo-apigw/ipms/imageConvert/originalImage?fileUrl="+fileUrl;
|
|
|
+ url =IPAndPort+"/evo-apigw/"+fileUrl;
|
|
|
}else {
|
|
|
//IccProfile 授权类型,根据你的初始化使用的password,client_credentials
|
|
|
IccTokenResponse.IccToken token = iClient.getAccessToken(IccProfile.grantType);
|