GET api/MallCommodity/GetCommoditiyShareInfo?id={id}

获取商品分享信息供编辑使用

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

商品id

integer

Required

Body Parameters

None.

Response Information

Resource Description

获取商品分享信息供编辑使用

mh163k_Mall_Commodity_Share
NameDescriptionTypeAdditional information
Id

integer

None.

CommodityId

关联的商品id

integer

None.

ShareTitle

分享标题

string

None.

ShareSummary

分享详情

string

None.

CustomizeUrl

自定义链接

string

None.

SmallAppImage

小程序分享图片

string

None.

WapImage

wap分享图片

string

None.

PosterStyle

自定义海报

PosterStyle

None.

CustomizePoster

自定义海报

string

None.

CreateTime

时间

date

None.

State

持久码

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<mh163k_Mall_Commodity_Share xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">
  <CommodityId>2</CommodityId>
  <CreateTime>2024-03-29T06:32:51.4975507+08:00</CreateTime>
  <CustomizePoster>sample string 8</CustomizePoster>
  <CustomizeUrl>sample string 5</CustomizeUrl>
  <Id>1</Id>
  <PosterStyle>StyleOne</PosterStyle>
  <ShareSummary>sample string 4</ShareSummary>
  <ShareTitle>sample string 3</ShareTitle>
  <SmallAppImage>sample string 6</SmallAppImage>
  <State>9</State>
  <WapImage>sample string 7</WapImage>
</mh163k_Mall_Commodity_Share>