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

测试发送客户消息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
AppId

AppId

string

None.

Iskill

是否发布

boolean

None.

PageSize

每页条数

integer

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:

Sample not available.

text/json

Sample:

Sample not available.

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>