|
@@ -63,7 +63,7 @@ public class TouLiuHttpClient {
|
|
|
String url = "https://longvideoapi.piaoquantv.com/longvideoapi/openapi/video/batchSelectVideoInfo";
|
|
|
JSONObject params = new JSONObject();
|
|
|
params.put("videoIdList", videoIds);
|
|
|
- String post = httpPoolClient.post(url, JSONObject.toJSONString(map));
|
|
|
+ String post = httpPoolClient.post(url, JSONObject.toJSONString(params));
|
|
|
JSONObject res = JSONObject.parseObject(post);
|
|
|
JSONArray data = res.getJSONArray("data");
|
|
|
for (int i = 0; i < data.size(); i++) {
|