|
|
|
@ -36,7 +36,7 @@ public class ResultAnnalysisServiceImpl implements ResultAnalysisService { |
|
|
|
e.getMessage(); |
|
|
|
} |
|
|
|
} |
|
|
|
return resImageUrl != null ? resImageUrl : "Image URL not found"; |
|
|
|
return resImageUrl != null ? resImageUrl : "Image URL not found!!!"; |
|
|
|
} |
|
|
|
|
|
|
|
public String extractResImageUrl(String jsonStr, String objectId) { |
|
|
|
|