GET api/InfoBiz/GetMemberInfoBizList?PageId={PageId}&PageLoad={PageLoad}&UserId={UserId}&BizType={BizType}

会员中心 - 获取商家列表

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PageId

页码

integer

None.

PageLoad

每页容量

integer

None.

UserId

会员标识

integer

None.

BizType

会员搜索类型

BizMemberSearchType

None.

Body Parameters

None.

Response Information

Resource Description

会员中心 - 获取商家列表

PagedOfInfoBizMemberListItemDto
NameDescriptionTypeAdditional information
Data

Collection of InfoBizMemberListItemDto

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:
<PagedOfInfoBizMemberListItemDtojycwAVR0 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.Info.Service.Dto.InfoBiz">
    <d2p1:InfoBizMemberListItemDto>
      <d2p1:AuditFailReason>sample string 13</d2p1:AuditFailReason>
      <d2p1:Category1stId>5</d2p1:Category1stId>
      <d2p1:Category1stName>sample string 6</d2p1:Category1stName>
      <d2p1:Category2ndId>7</d2p1:Category2ndId>
      <d2p1:Category2ndName>sample string 8</d2p1:Category2ndName>
      <d2p1:ExpiredTime>2024-04-19T02:26:55.5599833+08:00</d2p1:ExpiredTime>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsKill>TobeAgree</d2p1:IsKill>
      <d2p1:IsKillString>sample string 17</d2p1:IsKillString>
      <d2p1:IsNeverExpired>true</d2p1:IsNeverExpired>
      <d2p1:IsRefreshing>true</d2p1:IsRefreshing>
      <d2p1:IsShelf>true</d2p1:IsShelf>
      <d2p1:IsTop>true</d2p1:IsTop>
      <d2p1:LatestRenewTime>2024-04-19T02:26:55.5599833+08:00</d2p1:LatestRenewTime>
      <d2p1:LogoUrl>sample string 3</d2p1:LogoUrl>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:PayInType>NeverPaid</d2p1:PayInType>
      <d2p1:RegionId>9</d2p1:RegionId>
      <d2p1:RegionName>sample string 10</d2p1:RegionName>
      <d2p1:StreetId>11</d2p1:StreetId>
      <d2p1:StreetName>sample string 12</d2p1:StreetName>
      <d2p1:dtappenddate>2024-04-19T02:26:55.5599833+08:00</d2p1:dtappenddate>
    </d2p1:InfoBizMemberListItemDto>
    <d2p1:InfoBizMemberListItemDto>
      <d2p1:AuditFailReason>sample string 13</d2p1:AuditFailReason>
      <d2p1:Category1stId>5</d2p1:Category1stId>
      <d2p1:Category1stName>sample string 6</d2p1:Category1stName>
      <d2p1:Category2ndId>7</d2p1:Category2ndId>
      <d2p1:Category2ndName>sample string 8</d2p1:Category2ndName>
      <d2p1:ExpiredTime>2024-04-19T02:26:55.5599833+08:00</d2p1:ExpiredTime>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsKill>TobeAgree</d2p1:IsKill>
      <d2p1:IsKillString>sample string 17</d2p1:IsKillString>
      <d2p1:IsNeverExpired>true</d2p1:IsNeverExpired>
      <d2p1:IsRefreshing>true</d2p1:IsRefreshing>
      <d2p1:IsShelf>true</d2p1:IsShelf>
      <d2p1:IsTop>true</d2p1:IsTop>
      <d2p1:LatestRenewTime>2024-04-19T02:26:55.5599833+08:00</d2p1:LatestRenewTime>
      <d2p1:LogoUrl>sample string 3</d2p1:LogoUrl>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:PayInType>NeverPaid</d2p1:PayInType>
      <d2p1:RegionId>9</d2p1:RegionId>
      <d2p1:RegionName>sample string 10</d2p1:RegionName>
      <d2p1:StreetId>11</d2p1:StreetId>
      <d2p1:StreetName>sample string 12</d2p1:StreetName>
      <d2p1:dtappenddate>2024-04-19T02:26:55.5599833+08:00</d2p1:dtappenddate>
    </d2p1:InfoBizMemberListItemDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfInfoBizMemberListItemDtojycwAVR0>