GET api/MallConfig/GetMallConfigs
获取后台全部商城配置
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
获取后台全部商城配置
MallConfigsDto| Name | Description | Type | Additional 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. |
| MallDouyinQRcode |
商城抖音二维码 |
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. |
| UserCheckInfoTypes | Collection of UserCheckInfoType |
None. |
|
| PlatformName |
平台名称 |
string |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
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 24</PlatformName>
<AutoReceivedDay>5</AutoReceivedDay>
<ColumnName>sample string 12</ColumnName>
<DistributionDesp>sample string 23</DistributionDesp>
<DistributionTime>22</DistributionTime>
<GShopImage>sample string 11</GShopImage>
<GShopIndeShareContent>sample string 16</GShopIndeShareContent>
<GShopIndexSharePic>sample string 14</GShopIndexSharePic>
<GShopIndexShareTitle>sample string 15</GShopIndexShareTitle>
<GShopSlogan>sample string 20</GShopSlogan>
<HottestCommodityId>4</HottestCommodityId>
<HottestCommodityName>sample string 1</HottestCommodityName>
<Id>2</Id>
<Logo>sample string 3</Logo>
<MallDouyinQRcode>sample string 9</MallDouyinQRcode>
<MallIndeShareContent>sample string 19</MallIndeShareContent>
<MallIndexSharePic>sample string 17</MallIndexSharePic>
<MallIndexShareTitle>sample string 18</MallIndexShareTitle>
<MallSlogan>sample string 21</MallSlogan>
<MallTel>sample string 6</MallTel>
<MallWeixin>sample string 7</MallWeixin>
<MallWeixinQRcode>sample string 8</MallWeixinQRcode>
<PosterLogo>sample string 13</PosterLogo>
<ShowType>Distribution</ShowType>
<UserCheckInfoTypes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.EnumMall">
<d2p1:EnumMall.UserCheckInfoType>Phone</d2p1:EnumMall.UserCheckInfoType>
<d2p1:EnumMall.UserCheckInfoType>Phone</d2p1:EnumMall.UserCheckInfoType>
</UserCheckInfoTypes>
<UserProtocol>sample string 10</UserProtocol>
</MallConfigsDto>