Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
互联网应用开发
shuidiapp
Wiki
api_desc
api_desc
· Changes
Page history
xiaolong.jin created page: api_desc
authored
Oct 25, 2016
by
金小龙
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
api_desc.md
api_desc.md
+17
-1
No files found.
api_desc.md
View page @
45560e9d
...
@@ -4,6 +4,16 @@
...
@@ -4,6 +4,16 @@
```
```
{'user_id':1, 'ip':'127.0.0.1', 'os': 'iOS', 'os_v': '9.0', 'client': 'iOS', 'client': '1.0.1'}
{'user_id':1, 'ip':'127.0.0.1', 'os': 'iOS', 'os_v': '9.0', 'client': 'iOS', 'client': '1.0.1'}
```
```
|传参|说明|
|:---|:---|
|user_id|登录用户id,未登录状态则传0|
|ip|设备ip|
|os|设备操作系统|
|os_v|设备操作系统版本|
|client|客户端类型|
|client_v|客户端版本|
### 接口级参数
### 接口级参数
以接口search为例:
以接口search为例:
...
@@ -13,4 +23,10 @@
...
@@ -13,4 +23,10 @@
### 返回值
### 返回值
```
```
{'status': 1, 'message': '请求成功', 'data': []}
{'status': 1, 'message': '请求成功', 'data': []}
```
```
\ No newline at end of file
|返回值|说明|
|:---|:---|
|status|返回状态|
|message|返回说明|
|data|数据|
\ No newline at end of file