Commit 0e243964e1cc56a6b3c445eb077aab959d9341c7
1 parent
d748462e
打印
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/cnlive/shenhe/api/VideosControllerApi.java
| @@ -214,6 +214,7 @@ public class VideosControllerApi { | @@ -214,6 +214,7 @@ public class VideosControllerApi { | ||
| 214 | params.put("cbUrl", callback); | 214 | params.put("cbUrl", callback); |
| 215 | params.put("attach", attach); | 215 | params.put("attach", attach); |
| 216 | params.put("extParam", extParam); | 216 | params.put("extParam", extParam); |
| 217 | + logger.info("抽帧params参数:params:{}", params); | ||
| 217 | long timestamp = new Date().getTime(); | 218 | long timestamp = new Date().getTime(); |
| 218 | String sign = CommonUtils.md5(URLEncoder.encode(appkey + timestamp + params.toJSONString() + appSecret, "utf-8")); | 219 | String sign = CommonUtils.md5(URLEncoder.encode(appkey + timestamp + params.toJSONString() + appSecret, "utf-8")); |
| 219 | Map<String, String> dataMap = new HashMap<>(); | 220 | Map<String, String> dataMap = new HashMap<>(); |