GET api/MallGShop/GetGShopInfo?id={id}

获取商家信息根据id(可供编辑使用)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

商家id

integer

Required

Body Parameters

None.

Response Information

Resource Description

获取商家信息根据id(可供编辑使用)

GShopFrontDto
NameDescriptionTypeAdditional information
UserName

用户名

string

None.

ClassName

分类名

string

None.

RegionName

区域名

string

None.

SectionName

地段名

string

None.

ShopCommodities

商家商品

Collection of CommoditySimpleDto

None.

Id

好店id

integer

None.

Name

好店名称

string

None.

ClassId

一级分类id

integer

None.

Intorder

排序值

integer

None.

SectionId

地段id

integer

None.

RegionId

区域id

integer

None.

Weixin

微信号

string

None.

Filepath

封面地址

string

None.

ShopAddress

好店地址

string

None.

ShopTel

好店联系方式

string

None.

ShopBusinessTime

好店营业时间

string

None.

Shop_X

好店坐标x

decimal number

None.

Shop_Y

好店坐标y

decimal number

None.

ShopMark

好店描述/资质

string

None.

IsKill

是否审核

integer

None.

Userid

好店用户id

integer

None.

Hits

浏览量

integer

None.

ShopContent

好店内容

string

None.

Dtappenddate

创建时间

date

None.

WeixinQrCode

好店微信二维码

string

None.

IsRemote

远程附件

boolean

None.

IsShelf

是否展示 默认不展示

boolean

None.

ShopContacts

好店联系人

string

None.

ShopContactTel

好店联系方式

string

None.

Likes

点赞数

integer

None.

PanoramaLink

全景链接

string

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:
<GShopFrontDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Dto.GShop">
  <ClassId>7</ClassId>
  <ClassName>sample string 2</ClassName>
  <Dtappenddate>2024-05-03T04:35:07.2797628+08:00</Dtappenddate>
  <Filepath>sample string 12</Filepath>
  <Hits>21</Hits>
  <Id>5</Id>
  <Intorder>8</Intorder>
  <IsKill>19</IsKill>
  <IsRemote>true</IsRemote>
  <IsShelf>true</IsShelf>
  <Likes>29</Likes>
  <Name>sample string 6</Name>
  <PanoramaLink>sample string 30</PanoramaLink>
  <RegionId>10</RegionId>
  <RegionName>sample string 3</RegionName>
  <SectionId>9</SectionId>
  <SectionName>sample string 4</SectionName>
  <ShopAddress>sample string 13</ShopAddress>
  <ShopBusinessTime>sample string 15</ShopBusinessTime>
  <ShopCommodities xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Dto.Commodity">
    <d2p1:CommoditySimpleDto>
      <d2p1:CommodityId>1</d2p1:CommodityId>
      <d2p1:Title>sample string 2</d2p1:Title>
    </d2p1:CommoditySimpleDto>
    <d2p1:CommoditySimpleDto>
      <d2p1:CommodityId>1</d2p1:CommodityId>
      <d2p1:Title>sample string 2</d2p1:Title>
    </d2p1:CommoditySimpleDto>
  </ShopCommodities>
  <ShopContactTel>sample string 28</ShopContactTel>
  <ShopContacts>sample string 27</ShopContacts>
  <ShopContent>sample string 22</ShopContent>
  <ShopMark>sample string 18</ShopMark>
  <ShopTel>sample string 14</ShopTel>
  <Shop_X>16.1</Shop_X>
  <Shop_Y>17.1</Shop_Y>
  <UserName>sample string 1</UserName>
  <Userid>20</Userid>
  <Weixin>sample string 11</Weixin>
  <WeixinQrCode>sample string 24</WeixinQrCode>
</GShopFrontDto>