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
get_history_message
get_history_message
· Changes
Page history
xiaolong.jin created page: get_history_message
authored
Dec 05, 2016
by
金小龙
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
get_history_message.md
get_history_message.md
+33
-0
No files found.
get_history_message.md
0 → 100644
View page @
c0321eda
### 获取历史消息
#### 调用地址
```
/user
```
#### 传参
```
javascript
{
action
:
'
get_history_message
'
,
page
:
1
,
contact_user_id
:
1234343
}
```
|传参|说明|是否必填|
|:---|:---|:---|
|action|接口名|是|
|page|分页|是|
|contact_user_id|联系人id|是|
#### 返回值
```
javascript
{
status
:
0
,
message
:
"
请求成功
"
,
data
:
[
]
}
```
|返回值|说明|
|:---|:---|
| message |状态信息|
#### 示例