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:00:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0a837979605809b175aba53103153947211d9e94
0a837979
1 parent
35603952
添加页面
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
获取下载节点接口.md
获取下载节点接口.md
0 → 100644
View file @
0a83797
1
+
###接口地址
2
+
```
`
3
+
/area
4
+
```
`
5
+
###请求方式
6
+
```
`
7
+
GET请求
8
+
```
`
9
+
###URL参数
10
+
access_token
11
+
12
+
###返回值
13
+
有返回值
14
+
```
json
15
+
[{
16
+
text:
"中国"
,
17
+
server
:
"cn"
18
+
default:
true
19
+
},{
20
+
text:
"美国"
,
21
+
server
:
"us"
22
+
}]
23
+
```
Please
register
or
login
to post a comment