GET api/WeChatPublic/TestSendMessage?AppId={AppId}&Iskill={Iskill}&PageSize={PageSize}&Search={Search}&PageID={PageID}

测试发送客户消息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
AppId

AppId

string

None.

Iskill

是否发布

boolean

None.

PageSize

每页条数

integer

None.

Search

关键字

string

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

测试发送客户消息

WxJsonResult
NameDescriptionTypeAdditional information
errcode

ReturnCode

None.

ErrorCodeValue

integer

None.

errmsg

string

None.

P2PData

Object

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<WxJsonResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Senparc.Weixin.Entities">
  <_x003C_P2PData_x003E_k__BackingField />
  <_x003C_errmsg_x003E_k__BackingField>sample string 1</_x003C_errmsg_x003E_k__BackingField>
  <_x003C_errcode_x003E_k__BackingField>请求成功</_x003C_errcode_x003E_k__BackingField>
</WxJsonResult>