POST api/Moment/MomentReportDelete
举报删除
Request Information
URI Parameters
None.
Body Parameters
MomentReportDeleteRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id |
integer |
None. |
| Operater |
操作人 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"operater": "sample string 2"
}
Response Information
Resource Description
举报删除
WebResultResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Result |
返回结果 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": true
}