GET api/Poster/GetPoster?wxACodeScene={wxACodeScene}

前台 - 获取某个场景的海报配置

Request Information

URI Parameters

NameDescriptionTypeAdditional information
wxACodeScene

海报场景值

WxACodeScene

Required

Body Parameters

None.

Response Information

Resource Description

前台 - 获取某个场景的海报配置

mh163k_Poster
NameDescriptionTypeAdditional information
Id

主键

integer

None.

ModuleType

所属模块

ModuleType

None.

Name

海报名称

string

None.

WxACodeScene

海报对应的场景枚举(实际为模块和名称的结合字段,用于标识海报场景用于二维码回调)

WxACodeScene

None.

BackImage

海报背景图片

string

None.

OfficialBackImage

官方内置海报背景图片

string

None.

Logo

海报Logo

string

None.

ScanGuideSubscribe

是否显示引导客户关注公众号二维码(true代表前端应显示关注公众号二维码,否代表应显示普通的实体详情二维码)

boolean

None.

Comment

海报大标题

string

None.

IsActive

是否启用

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:
<mh163k_Poster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">
  <BackImage>sample string 3</BackImage>
  <Comment>sample string 7</Comment>
  <Id>1</Id>
  <IsActive>sample string 8</IsActive>
  <Logo>sample string 5</Logo>
  <ModuleType>None</ModuleType>
  <Name>sample string 2</Name>
  <OfficialBackImage>sample string 4</OfficialBackImage>
  <ScanGuideSubscribe>true</ScanGuideSubscribe>
  <WxACodeScene>Info</WxACodeScene>
</mh163k_Poster>