GET api/InfoBiz/GetMoment?momentId={momentId}

获取具体商家动态

Request Information

URI Parameters

NameDescriptionTypeAdditional information
momentId

动态标识

integer

Required

Body Parameters

None.

Response Information

Resource Description

获取具体商家动态

InfoBizMomentInfoDto
NameDescriptionTypeAdditional information
MomentId

动态标识

integer

None.

BizId

商家标识

integer

None.

BizName

商家名称

string

None.

BizLogo

商家名称

string

None.

UserId

商家管理员用户标识

integer

None.

UserName

商家管理员用户名

string

None.

Statement

陈述

string

None.

CreateTime

创建时间

date

None.

IsRemote

是否有远程视频

boolean

None.

IsSuggested

是否精选 新增

boolean

None.

IsQuanlified

是否认证 新增

boolean

None.

AuditStatus

审核状态

AuditStatusType

None.

Weixin

微信账号

string

None.

Weixinpic

微信二维码图片地址

string

None.

Chrtel

联系方式

string

None.

AlbumPhotos

动态图片

Collection of CommonImageDto

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:
<InfoBizMomentInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Info.Service.Dto.InfoBiz">
  <AlbumPhotos xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Image">
    <d2p1:CommonImageDto>
      <d2p1:FileId>1</d2p1:FileId>
      <d2p1:FileUri>sample string 2</d2p1:FileUri>
      <d2p1:IsFirst>true</d2p1:IsFirst>
      <d2p1:ThumbnailUri>sample string 3</d2p1:ThumbnailUri>
    </d2p1:CommonImageDto>
    <d2p1:CommonImageDto>
      <d2p1:FileId>1</d2p1:FileId>
      <d2p1:FileUri>sample string 2</d2p1:FileUri>
      <d2p1:IsFirst>true</d2p1:IsFirst>
      <d2p1:ThumbnailUri>sample string 3</d2p1:ThumbnailUri>
    </d2p1:CommonImageDto>
  </AlbumPhotos>
  <AuditStatus>TobeAgree</AuditStatus>
  <BizId>2</BizId>
  <BizLogo>sample string 4</BizLogo>
  <BizName>sample string 3</BizName>
  <Chrtel>sample string 14</Chrtel>
  <CreateTime>2024-04-30T01:52:22.6291114+08:00</CreateTime>
  <IsQuanlified>true</IsQuanlified>
  <IsRemote>true</IsRemote>
  <IsSuggested>true</IsSuggested>
  <MomentId>1</MomentId>
  <Statement>sample string 7</Statement>
  <UserId>5</UserId>
  <UserName>sample string 6</UserName>
  <Weixin>sample string 12</Weixin>
  <Weixinpic>sample string 13</Weixinpic>
</InfoBizMomentInfoDto>