... | ... | @@ -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|登录用户id,未登录状态则传0|
|
|
|
|ip|设备ip|
|
|
|
|os|设备操作系统|
|
|
|
|os_v|设备操作系统版本|
|
|
|
|client|客户端类型|
|
|
|
|client_v|客户端版本|
|
|
|
|
|
|
### 接口级参数
|
|
|
|
|
|
以接口search为例:
|
... | ... | @@ -13,4 +23,10 @@ |
|
|
### 返回值
|
|
|
```
|
|
|
{'status': 1, 'message': '请求成功', 'data': []}
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
```
|
|
|
|
|
|
|返回值|说明|
|
|
|
|:---|:---|
|
|
|
|status|返回状态|
|
|
|
|message|返回说明|
|
|
|
|data|数据| |
|
|
\ No newline at end of file |