@@ -874,7 +874,7 @@ public class UnifyOrderManager {
try {
quoteService.uploadImage(insuranceUploadImageVo);
}catch (Exception e){
- throw new SystemException("影像上传异常,请检查影像");
+ throw new SystemException("影像上传异常,请检查影像是否上传或影像是否清晰");
}
return HttpResult.ok();