‘linchangsheng’ 6 месяцев назад
Родитель
Сommit
3150d05aa0

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