Sign in
OPEN-API
/
WIKI
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
2fe564859479b711e47daf9717528fbcbb363f17
Authored by
刘炯
2016-08-05 16:12:51 +0800
1 parent
1a70d566
2
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
01.点播云/内容输出接口.md
01.点播云/内容输出接口.md
View file @
2fe5648
...
...
@@ -90,8 +90,9 @@ HTTP GET
90
90
"errorCode":"0"
91
91
}
92
92
```
93
-
94
-``` java 示例
93
+ #### java 示例
94
+
95
+```java
95
96
public Object getVodUrl() {
96
97
String result = "";
97
98
Map params = new HashMap<>();
...
...