Commit 614093a8b3f1ade48d5aead4a9c4c2ce0257fedf
1 parent
0e243964
打印
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/cnlive/shenhe/api/VideosControllerApi.java
| ... | ... | @@ -222,6 +222,7 @@ public class VideosControllerApi { |
| 222 | 222 | dataMap.put("params", params.toJSONString()); |
| 223 | 223 | dataMap.put("appKey", appkey); |
| 224 | 224 | dataMap.put("sign", sign); |
| 225 | + logger.info("抽帧dataMap参数:dataMap:{}", dataMap); | |
| 225 | 226 | HttpUtil httpUtil = HttpUtil.init(); |
| 226 | 227 | httpUtil.setParamMap(dataMap); |
| 227 | 228 | Map<String, String> resultMap = httpUtil.post(url); | ... | ... |