Commit 166644ad1eed20e75b8c3d680707968bb157031d
1 parent
20495624
update
Showing
1 changed file
with
1 additions
and
1 deletions
02.直播云/1.0 获取直播活动信息接口Server.md
| ... | ... | @@ -81,7 +81,7 @@ public Object getPlayInfo() { |
| 81 | 81 | String result = ""; |
| 82 | 82 | Map params = new HashMap<>(); |
| 83 | 83 | params.put("appId", "60_iqj730vn11"); |
| 84 | - params.put("acitivityId", "d849bb4277be42799df3ffc21654d949"); | |
| 84 | + params.put("activityId", "d849bb4277be42799df3ffc21654d949"); | |
| 85 | 85 | params.put("timestamp", System.currentTimeMillis()/1000+""); |
| 86 | 86 | params.put("platform_id", ""); |
| 87 | 87 | String url = OpenUtil.buildURL("http://api.cnlive.com/open/api2/live_epg/getLiveActivityPlayInfo", params, "87ef486a53d637524ba75a4ebcb2d6d8c48d00e56fc2d4"); | ... | ... |