POST wx_qy/send_appchat_msg/{agentId}
发送应用群消息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
agentId | integer |
Required |
Body Parameters
AppchatMsgName | Description | Type | Additional information |
---|---|---|---|
chatid | string |
None. |
|
content | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "chatid": "sample string 1", "content": "sample string 2" }
Response Information
Resource Description
发送应用群消息
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.