GET api/MallConfig/GetMallConfigs

获取后台全部商城配置

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取后台全部商城配置

MallConfigsDto
NameDescriptionTypeAdditional information
HottestCommodityName

今日爆款商品名

string

None.

Id

主键

integer

None.

Logo

logo

string

None.

HottestCommodityId

今日爆款商品id

integer

None.

AutoReceivedDay

自动收货天数

integer

None.

MallTel

商城客服电话

string

None.

MallWeixin

商城微信

string

None.

MallWeixinQRcode

商城微信二维码

string

None.

UserProtocol

用户协议

string

None.

GShopImage

口碑好店图片

string

None.

ColumnName

栏目名称

string

None.

PosterLogo

海报logo

string

None.

ShowType

前端显示差额

CommodityShowType

None.

PlatformName

平台名称

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<MallConfigsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Dto.Configs">
  <PlatformName xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.Platform">sample string 13</PlatformName>
  <AutoReceivedDay>5</AutoReceivedDay>
  <ColumnName>sample string 11</ColumnName>
  <GShopImage>sample string 10</GShopImage>
  <HottestCommodityId>4</HottestCommodityId>
  <HottestCommodityName>sample string 1</HottestCommodityName>
  <Id>2</Id>
  <Logo>sample string 3</Logo>
  <MallTel>sample string 6</MallTel>
  <MallWeixin>sample string 7</MallWeixin>
  <MallWeixinQRcode>sample string 8</MallWeixinQRcode>
  <PosterLogo>sample string 12</PosterLogo>
  <ShowType>Distribution</ShowType>
  <UserProtocol>sample string 9</UserProtocol>
</MallConfigsDto>