GET api/InfoBiz/GetMyLatestInfoBiz

会员中心 - 获取我的最新商家列表

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

会员中心 - 获取我的最新商家列表

InfoBizMemberListItemDto
NameDescriptionTypeAdditional information
Id

商家标识

integer

None.

Name

商家名称

string

None.

LogoUrl

商家Logo图片链接

string

None.

LatestRenewTime

最近开通时间

date

None.

ExpiredTime

过期时间

date

None.

Category1stId

一级分类标识

integer

None.

Category1stName

一级分类名称

string

None.

Category2ndId

二级分类标识

integer

None.

Category2ndName

二级分类名称

string

None.

RegionId

区域标识

integer

None.

RegionName

区域名称

string

None.

StreetId

地段标识

integer

None.

StreetName

地段名称

string

None.

AuditFailReason

审核失败原因

string

None.

IsTop

是否置顶

boolean

None.

IsShelf

是否上线

boolean

None.

HasExpired

是否到期 是 表示 到期,否 表示 未到期

boolean

None.

IsNeverExpired

是否永不过期

boolean

None.

PayInType

入驻费支付类型

BizPayInType

None.

IsKill

审核类型

AuditStatusType

None.

IsKillString

审核类型文本

string

None.

IsRefreshing

是否刷新中

boolean

None.

dtappenddate

更新时间

date

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<InfoBizMemberListItemDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Info.Service.Dto.InfoBiz">
  <AuditFailReason>sample string 13</AuditFailReason>
  <Category1stId>5</Category1stId>
  <Category1stName>sample string 6</Category1stName>
  <Category2ndId>7</Category2ndId>
  <Category2ndName>sample string 8</Category2ndName>
  <ExpiredTime>2024-03-29T07:11:54.1072871+08:00</ExpiredTime>
  <Id>1</Id>
  <IsKill>TobeAgree</IsKill>
  <IsKillString>sample string 17</IsKillString>
  <IsNeverExpired>true</IsNeverExpired>
  <IsRefreshing>true</IsRefreshing>
  <IsShelf>true</IsShelf>
  <IsTop>true</IsTop>
  <LatestRenewTime>2024-03-29T07:11:54.1072871+08:00</LatestRenewTime>
  <LogoUrl>sample string 3</LogoUrl>
  <Name>sample string 2</Name>
  <PayInType>NeverPaid</PayInType>
  <RegionId>9</RegionId>
  <RegionName>sample string 10</RegionName>
  <StreetId>11</StreetId>
  <StreetName>sample string 12</StreetName>
  <dtappenddate>2024-03-29T07:11:54.1072871+08:00</dtappenddate>
</InfoBizMemberListItemDto>