POST api/Moment/ChoiceMoment

动态的精选、取消精选接口

Request Information

URI Parameters

None.

Body Parameters

ChoiceMomentRequest
NameDescriptionTypeAdditional information
MomentId

朋友圈Id

string

None.

ChoiceStatus

精选状态,1表示精选,0表示取消精选

integer

None.

CustomerCode

操作人的Code

string

None.

Request Formats

application/json, text/json

Sample:
{
  "momentId": "sample string 1",
  "choiceStatus": 2,
  "customerCode": "sample string 3"
}

Response Information

Resource Description

动态的精选、取消精选接口

WebResultResponse
NameDescriptionTypeAdditional information
Result

返回结果

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "result": true
}