Sign in
BOSS Team
/
OPEN_API
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
6a9c0445cf243652350e745172db4ae17bf63d32
Authored by
翁力
2016-07-22 09:57:49 +0800
1 parent
2a938142
add
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
7. 互动云/3.4 发送聊天信息接口.md
7. 互动云/3.4 发送聊天信息接口.md
View file @
6a9c044
...
...
@@ -14,7 +14,7 @@
14
14
| id | String | true | 业务系统的唯一标识作为聊天室ID |
15
15
| uid | String | false | 用户ID |
16
16
| img | String | false | 用户头像 |
17
-| msg | String | true |
聊天信息
|
17
+| msg | String | true |
消息体(含昵称,消息类型,消息信息等)
|
18
18
-----
19
19
#### 返回格式说明:
20
20
```
...
...