POST api/System/WatermarkDelete
水印删除
Request Information
URI Parameters
None.
Body Parameters
WatermarkDeleteRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Type |
类型1个人,2官方,3智能营养,4竞赛 |
integer |
None. |
| Operater |
操作人 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"type": 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
}