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.

GShopIndexSharePic

好店分享图片

string

None.

GShopIndexShareTitle

好店分享标题

string

None.

GShopIndeShareContent

好店分享摘要

string

None.

MallIndexSharePic

商城分享图片

string

None.

MallIndexShareTitle

商城分享标题

string

None.

MallIndeShareContent

商城分享摘要

string

None.

GShopSlogan

好店标语

string

None.

MallSlogan

商城标语

string

None.

DistributionTime

分销关系保持时间,0标识永久

integer

None.

DistributionDesp

分销个人中心文案

string

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 23</PlatformName>
  <AutoReceivedDay>5</AutoReceivedDay>
  <ColumnName>sample string 11</ColumnName>
  <DistributionDesp>sample string 22</DistributionDesp>
  <DistributionTime>21</DistributionTime>
  <GShopImage>sample string 10</GShopImage>
  <GShopIndeShareContent>sample string 15</GShopIndeShareContent>
  <GShopIndexSharePic>sample string 13</GShopIndexSharePic>
  <GShopIndexShareTitle>sample string 14</GShopIndexShareTitle>
  <GShopSlogan>sample string 19</GShopSlogan>
  <HottestCommodityId>4</HottestCommodityId>
  <HottestCommodityName>sample string 1</HottestCommodityName>
  <Id>2</Id>
  <Logo>sample string 3</Logo>
  <MallIndeShareContent>sample string 18</MallIndeShareContent>
  <MallIndexSharePic>sample string 16</MallIndexSharePic>
  <MallIndexShareTitle>sample string 17</MallIndexShareTitle>
  <MallSlogan>sample string 20</MallSlogan>
  <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>