Commit 9f02e649f6375a7e9f18124e665cccdaa4b836e7
1 parent
5eb0bfea
u
Showing
1 changed file
with
2 additions
and
1 deletions
05.互动云/4.5 发送消息.md
| @@ -6,7 +6,8 @@ | @@ -6,7 +6,8 @@ | ||
| 6 | | toChatroomId| String | true | 聊天室ID,多个参数可以实现向多个聊天室发送消息| | 6 | | toChatroomId| String | true | 聊天室ID,多个参数可以实现向多个聊天室发送消息| |
| 7 | | msgType| String | true| 消息类型(仅支持文本和图片消息)<br/>(文本消息: RC:TxtMsg; 图片消息:RC:ImgMsg;<br>图文消息:RC:ImgTextMsg;位置消息:RC:LBSMsg;<br>提示条(小灰条)通知消息:RC:InfoNtf;<br>语音消息:RC:VcMsg;资料通知消息:RC:ProfileNtf| | 7 | | msgType| String | true| 消息类型(仅支持文本和图片消息)<br/>(文本消息: RC:TxtMsg; 图片消息:RC:ImgMsg;<br>图文消息:RC:ImgTextMsg;位置消息:RC:LBSMsg;<br>提示条(小灰条)通知消息:RC:InfoNtf;<br>语音消息:RC:VcMsg;资料通知消息:RC:ProfileNtf| |
| 8 | | msg| String | true| 消息内容| | 8 | | msg| String | true| 消息内容| |
| 9 | -| image_Url| String | false| 图片URL,消息类型为图片消息(RC:ImgMsg)时,此参数必须传| | 9 | +| msg| String | true| 消息内容| |
| 10 | +| imageUrl| String | false| 图片URL| | ||
| 10 | | sign | String | true | 签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> | | 11 | | sign | String | true | 签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> | |
| 11 | ----- | 12 | ----- |
| 12 | #### 返回格式说明: | 13 | #### 返回格式说明: |