‘linchangsheng’ 6 달 전
부모
커밋
3150d05aa0
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      mall-server-api/src/main/java/com/gree/mall/manager/logic/unicom/UnicomLogic.java

+ 2 - 1
mall-server-api/src/main/java/com/gree/mall/manager/logic/unicom/UnicomLogic.java

@@ -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{