POST api/Moment/GetMomentDetail

查询动态明细

Request Information

URI Parameters

None.

Body Parameters

MomentDetailSearchRequest
NameDescriptionTypeAdditional information
Id

动态Id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1"
}

Response Information

Resource Description

查询动态明细

MomentModelDto
NameDescriptionTypeAdditional information
MomentId

朋友圈Id

string

None.

MomentCustomerCode

朋友圈用户id

string

None.

MomentCustomerName

朋友圈用户名

string

None.

MomentCustomerIcon

朋友圈头像缩略图

string

None.

MomentMsg

朋友圈信息

string

None.

MomentAddress

朋友圈地址信息

string

None.

MomentTime

朋友圈发送时间

date

None.

MomentPhotoList

图片列表

Collection of MomentPhotoModelDto

None.

MomentAuditStatus

审核状态 0表示未审核,1表示已审核,2表示已拒绝或者已屏蔽

integer

None.

MomentGoodCount

朋友圈点赞数

integer

None.

MomentCommentCount

朋友圈回复数

integer

None.

MomentForwardCount

朋友圈转发量

integer

None.

MomentChoiceStatus

精选状态 1精选,0未精选

integer

None.

MomentCustomerMarketLabelKey

朋友圈用户的市场标签Key

string

None.

MomentCustomerMarketLabelValue

朋友圈用户的市场标签Value

string

None.

Response Formats

application/json, text/json

Sample:
{
  "momentId": "sample string 1",
  "momentCustomerCode": "sample string 2",
  "momentCustomerName": "sample string 3",
  "momentCustomerIcon": "sample string 4",
  "momentMsg": "sample string 5",
  "momentAddress": "sample string 6",
  "momentTime": "2025-06-07T05:06:31.7947169+08:00",
  "momentPhotoList": [
    {
      "momentPhotoUrl": "sample string 1",
      "createTime": "2025-06-07T05:06:31.7947169+08:00",
      "momentPhotoType": 3,
      "videoId": "sample string 4"
    },
    {
      "momentPhotoUrl": "sample string 1",
      "createTime": "2025-06-07T05:06:31.7947169+08:00",
      "momentPhotoType": 3,
      "videoId": "sample string 4"
    }
  ],
  "momentAuditStatus": 8,
  "momentGoodCount": 9,
  "momentCommentCount": 10,
  "momentForwardCount": 11,
  "momentChoiceStatus": 12,
  "momentCustomerMarketLabelKey": "sample string 13",
  "momentCustomerMarketLabelValue": "sample string 14"
}