GET api/WeChatPublic/SearchReplyMatch?StartDate={StartDate}&EndDate={EndDate}&PageSize={PageSize}&Keywords={Keywords}&PageID={PageID}

后台 - 获取回复关键字命中统计结果

Request Information

URI Parameters

NameDescriptionTypeAdditional information
StartDate

起始时间

date

None.

EndDate

截止时间

date

None.

PageSize

每页条数

integer

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台 - 获取回复关键字命中统计结果

PagedOfWechatPublicMatchStatistic
NameDescriptionTypeAdditional information
Data

Collection of WechatPublicMatchStatistic

None.

TotalRecord

integer

None.

TotalPage

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<PagedOfWechatPublicMatchStatistic9tMK5HWs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Infrastructure.Pages">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.ModelAggregation">
    <d2p1:WechatPublicMatchStatistic>
      <d2p1:HitNum>3</d2p1:HitNum>
      <d2p1:Keyword>sample string 1</d2p1:Keyword>
      <d2p1:ReplyContent>sample string 2</d2p1:ReplyContent>
      <d2p1:StatisticDays>5</d2p1:StatisticDays>
      <d2p1:UserHitNum>4</d2p1:UserHitNum>
    </d2p1:WechatPublicMatchStatistic>
    <d2p1:WechatPublicMatchStatistic>
      <d2p1:HitNum>3</d2p1:HitNum>
      <d2p1:Keyword>sample string 1</d2p1:Keyword>
      <d2p1:ReplyContent>sample string 2</d2p1:ReplyContent>
      <d2p1:StatisticDays>5</d2p1:StatisticDays>
      <d2p1:UserHitNum>4</d2p1:UserHitNum>
    </d2p1:WechatPublicMatchStatistic>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfWechatPublicMatchStatistic9tMK5HWs>