瀏覽代碼

调用dsp传pushurl为空

pull/93/head
wanjing 8 月之前
父節點
當前提交
5188fd3541
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/service/third/dsp/StartRecordService.java

+ 1
- 0
tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/service/third/dsp/StartRecordService.java 查看文件

@@ -43,6 +43,7 @@ public class StartRecordService {
String url = dspDomainUrl + SystemConstant.DSP_START_RECORD;
JSONObject jsonObject = new JSONObject();
jsonObject.put("requestId", request.getRequestId());
jsonObject.put("pushUrl", "");
jsonObject.put("pullUrl", request.getPullUrl());
jsonObject.put("callbackUrl", dspCallbackUrl + SystemConstant.DSP_CALLBACK_RECORDING);


Loading…
取消
儲存