GET api/InfoBiz/GetInfoBizMemberNum
会员中心 - 获取商家分类数量
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
会员中心 - 获取商家分类数量
InfoBizMemberNumDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AllNum |
全部数量 |
integer |
None. |
| ToPassNum |
待审数量 |
integer |
None. |
| RefuseNum |
拒绝数量 |
integer |
None. |
| ExpiredNum |
已过期数量 |
integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<InfoBizMemberNumDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Info.Service.Dto.InfoBiz"> <AllNum>1</AllNum> <ExpiredNum>4</ExpiredNum> <RefuseNum>3</RefuseNum> <ToPassNum>2</ToPassNum> </InfoBizMemberNumDto>