Commit 3bfb6037f668a267342d072870552874141549b9
1 parent
25a5de18
修改示例 appId
Showing
1 changed file
with
1 additions
and
1 deletions
02.直播云/1.0 获取直播活动信息接口Server.md
| @@ -107,7 +107,7 @@ HTTP GET | @@ -107,7 +107,7 @@ HTTP GET | ||
| 107 | public String getPlayInfo() { | 107 | public String getPlayInfo() { |
| 108 | String result = ""; | 108 | String result = ""; |
| 109 | Map params = new HashMap<>(); | 109 | Map params = new HashMap<>(); |
| 110 | - params.put("appId", "iqj730vn11"); | 110 | + params.put("appId", "60_iqj730vn11"); |
| 111 | params.put("activityId", "d849bb4277be42799df3ffc21654d949"); | 111 | params.put("activityId", "d849bb4277be42799df3ffc21654d949"); |
| 112 | params.put("timestamp", System.currentTimeMillis()/1000+""); | 112 | params.put("timestamp", System.currentTimeMillis()/1000+""); |
| 113 | String url = OpenUtil.buildURL("http://api.cnlive.com/open/api2/live_epg/getLiveActivityPlayInfo4Server", params, "87ef486a53d637524ba75a4ebcb2d6d8c48d00e56fc2d4"); | 113 | String url = OpenUtil.buildURL("http://api.cnlive.com/open/api2/live_epg/getLiveActivityPlayInfo4Server", params, "87ef486a53d637524ba75a4ebcb2d6d8c48d00e56fc2d4"); |