POST wx_qy/send_msg

发送应用消息

Request Information

URI Parameters

None.

Body Parameters

WxQyMessageDto
NameDescriptionTypeAdditional information
AgentID

integer

None.

Msg

Object

None.

Request Formats

application/json, text/json

Sample:
{
  "agentID": 1,
  "msg": {}
}

Response Information

Resource Description

发送应用消息

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.