GET api/InfoBiz/GetInfoBizQuanlifiedAuditNum

获取商家认证分类数量

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:

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:
<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>