Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
ltjxs1
2016-08-27 16:09:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7df0dc973406a77a53a22c3445ce7d19c7a47c41
7df0dc97
1 parent
5d24d24a
Updated 获取下载节点接口 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
获取下载节点接口.md
获取下载节点接口.md
View file @
7df0dc9
...
...
@@ -12,12 +12,15 @@ access_token
###返回值
有返回值
```
json
[{
text:
"中国"
,
server
:
"cn"
default:
true
},{
text:
"美国"
,
server
:
"us"
}]
[
{
"server"
:
"cn"
,
"text"
:
"中国大陆及港澳台"
,
"default"
:
true
},
{
"server"
:
"us"
,
"text"
:
"美国"
}
]
```
...
...
Please
register
or
login
to post a comment