POST api/System/GetWatermark
获取水印地址
Request Information
URI Parameters
None.
Body Parameters
WatermarkSearchRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Type |
类型1个人,2官方,3智能营养,4竞赛 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"type": 1
}
Response Information
Resource Description
获取水印地址
GetWatermarkResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Address |
地址 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"address": "sample string 1"
}