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
undancer
2016-02-16 17:57:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a89129d311853831a97fcd9d8a7bfed9bbfe70e5
a89129d3
1 parent
6472b042
Updated 客户端相关配置接口 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletions
客户端相关配置接口.md
客户端相关配置接口.md
View file @
a89129d
1
-
test
1
+
info_url:http://api.boxfish.cn/info
2
+
3
+
即将原/user/me中对应的内容转移到/info接口中
4
+
5
+
```
json
6
+
{
7
+
"queue"
:{
8
+
"log_queue_url"
:
"..."
,
9
+
"log_queue_name"
:
"..."
,
10
+
"event_queue_url"
:
"..."
,
11
+
"event_queue_name"
:
"..."
12
+
}
13
+
}
14
+
```
Please
register
or
login
to post a comment