GET api/InfoBiz/GetInfoBizAuditNum

获取商家分类数量

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取商家分类数量

InfoBizAuditNumsDto
NameDescriptionTypeAdditional information
AllNum

全部数量

integer

None.

PassNum

通过数量

integer

None.

ToPassNum

待审数量

integer

None.

RefuseNum

拒绝数量

integer

None.

DustbinNum

回收站数量

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<InfoBizAuditNumsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Info.Service.Dto.InfoBiz">
  <DustbinNum>4</DustbinNum>
  <PassNum>1</PassNum>
  <RefuseNum>3</RefuseNum>
  <ToPassNum>2</ToPassNum>
</InfoBizAuditNumsDto>