POST api/Moment/AuditMoment
审核朋友圈接口
Request Information
URI Parameters
None.
Body Parameters
AuditMomentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| MomentId |
朋友圈Id |
string |
None. |
| ApproveStatus |
审核状态,1表示审核通过,2表示拒绝 |
integer |
None. |
| CustomerCode |
审批人的Code |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"momentId": "sample string 1",
"approveStatus": 2,
"customerCode": "sample string 3"
}
Response Information
Resource Description
审核朋友圈接口
WebResultResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Result |
返回结果 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": true
}