|
@@ -231,7 +231,8 @@ public class UnicomLogic {
|
|
|
if(ring != null && ringingTime != null) {
|
|
|
callRecord.setRingTimestamp((int)DateUtil.betweenMs(ring,ringingTime));
|
|
|
}
|
|
|
- callRecord.setFileUrl(filepath);
|
|
|
+ String ossUrl = ossUtil.getAccessUrl()+filepath;
|
|
|
+ callRecord.setFileUrl(ossUrl);
|
|
|
if(callRecord.getCallTimestamp() > 0){
|
|
|
callRecord.setStatus("回访成功");
|
|
|
}else{
|