GET api/InfoBiz/GetBizInfoBasicInfo?bizId={bizId}

后台 - 获取商家基础信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bizId

integer

Required

Body Parameters

None.

Response Information

Resource Description

后台 - 获取商家基础信息

InfoBizAdminInfoDto
NameDescriptionTypeAdditional information
Id

商家标识

integer

None.

iskill

审核状态

AuditStatusType

None.

Name

商家名称

string

None.

RegionId

区域标识

integer

None.

StreetId

地段标识

integer

None.

Address

地址

string

None.

GpsX

坐标X

decimal number

None.

GpsY

坐标Y

decimal number

None.

GpsZ

坐标Z

integer

None.

Category1stId

一级分类标识

integer

None.

Category2ndId

二级分类标识

integer

None.

LogoUrl

Logo Url

string

None.

Intro

业务简介

string

None.

DetailContent

服务内容

string

None.

Contact

联系方式

string

None.

WechatAccount

微信账户

string

None.

WechatQrCodeUrl

微信二维码图片

string

None.

AlbumPhotos

图集

Collection of BaseFileModel

None.

Category1stName

一级分类名称

string

None.

Category2ndName

二级分类名称

string

None.

RegionName

区域名称

string

None.

StreetName

地段名称

string

None.

IsTop

是否置顶

boolean

None.

TopExpireDate

置顶到期时间

date

None.

ExpireTime

过期时间

date

None.

IsRefreshing

是否正在刷新中

boolean

None.

RefreshEndDate

刷新到期时间

date

None.

IsRemote

是否远程

boolean

None.

ViewNum

浏览数

integer

None.

ThumbNum

点赞数

integer

None.

JudgeNum

评论数

integer

None.

IsExpired

是否过期 是 表示 过期,否 反之

boolean

None.

IsNeverExpire

是否永不过期

boolean

None.

PayInType

入驻费支付类型

BizPayInType

None.

InDate

入驻时间

date

None.

InDays

入驻天数

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<InfoBizAdminInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Info.Service.Dto.InfoBiz">
  <Address>sample string 5</Address>
  <AlbumPhotos xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">
    <d2p1:BaseFileModel>
      <d2p1:Chrimage>sample string 1</d2p1:Chrimage>
      <d2p1:Dtappenddate>2024-04-20T23:47:12.6850996+08:00</d2p1:Dtappenddate>
      <d2p1:Filepath>sample string 2</d2p1:Filepath>
      <d2p1:State>4</d2p1:State>
      <d2p1:ThirdId>3</d2p1:ThirdId>
    </d2p1:BaseFileModel>
    <d2p1:BaseFileModel>
      <d2p1:Chrimage>sample string 1</d2p1:Chrimage>
      <d2p1:Dtappenddate>2024-04-20T23:47:12.6850996+08:00</d2p1:Dtappenddate>
      <d2p1:Filepath>sample string 2</d2p1:Filepath>
      <d2p1:State>4</d2p1:State>
      <d2p1:ThirdId>3</d2p1:ThirdId>
    </d2p1:BaseFileModel>
  </AlbumPhotos>
  <Category1stId>9</Category1stId>
  <Category1stName>sample string 17</Category1stName>
  <Category2ndId>10</Category2ndId>
  <Category2ndName>sample string 18</Category2ndName>
  <Contact>sample string 14</Contact>
  <DetailContent>sample string 13</DetailContent>
  <ExpireTime>2024-04-20T23:47:12.6850996+08:00</ExpireTime>
  <GpsX>6.1</GpsX>
  <GpsY>7.1</GpsY>
  <GpsZ>8</GpsZ>
  <Id>1</Id>
  <InDate>2024-04-20T23:47:12.6870567+08:00</InDate>
  <Intro>sample string 12</Intro>
  <IsNeverExpire>true</IsNeverExpire>
  <IsRefreshing>true</IsRefreshing>
  <IsRemote>true</IsRemote>
  <IsTop>true</IsTop>
  <JudgeNum>29</JudgeNum>
  <LogoUrl>sample string 11</LogoUrl>
  <Name>sample string 2</Name>
  <PayInType>NeverPaid</PayInType>
  <RefreshEndDate>2024-04-20T23:47:12.6850996+08:00</RefreshEndDate>
  <RegionId>3</RegionId>
  <RegionName>sample string 19</RegionName>
  <StreetId>4</StreetId>
  <StreetName>sample string 20</StreetName>
  <ThumbNum>28</ThumbNum>
  <TopExpireDate>2024-04-20T23:47:12.6850996+08:00</TopExpireDate>
  <ViewNum>27</ViewNum>
  <WechatAccount>sample string 15</WechatAccount>
  <WechatQrCodeUrl>sample string 16</WechatQrCodeUrl>
  <iskill>TobeAgree</iskill>
</InfoBizAdminInfoDto>