POST api/Moment/GetChoiceMomentList
获取推荐动态朋友圈选列表
Request Information
URI Parameters
None.
Body Parameters
GetChoiceRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Type |
类型,1个人,2官方,3,智能营养,4逆龄挑战 |
integer |
None. |
| Status |
审核状态,-1表示全部, 0表示未审核,1表示已审核,2表示已拒绝或者已屏蔽 |
integer |
None. |
| PickStatus |
-1表示全部 1表示已精选,0表示未精选 |
integer |
None. |
| PageIndex |
页码 |
integer |
None. |
| PageSize |
每页多少条 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"type": 1,
"status": 2,
"pickStatus": 3,
"pageIndex": 4,
"pageSize": 5
}
Response Information
Resource Description
获取推荐动态朋友圈选列表
PageListResponseOfMomentModelDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Page | PageInfo |
None. |
|
| List | Collection of MomentModelDto |
None. |
|
| Other | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"page": {
"pageIndex": 1,
"pageSize": 2,
"totalCount": 3
},
"list": [
{
"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-12-06T02:58:52.6518271+08:00",
"momentPhotoList": [
{
"momentPhotoUrl": "sample string 1",
"createTime": "2025-12-06T02:58:52.6518271+08:00",
"momentPhotoType": 3,
"videoId": "sample string 4"
},
{
"momentPhotoUrl": "sample string 1",
"createTime": "2025-12-06T02:58:52.6518271+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"
},
{
"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-12-06T02:58:52.6518271+08:00",
"momentPhotoList": [
{
"momentPhotoUrl": "sample string 1",
"createTime": "2025-12-06T02:58:52.6518271+08:00",
"momentPhotoType": 3,
"videoId": "sample string 4"
},
{
"momentPhotoUrl": "sample string 1",
"createTime": "2025-12-06T02:58:52.6518271+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"
}
],
"other": {}
}