POST api/System/WatermarkUpload
水印上传
Request Information
URI Parameters
None.
Body Parameters
WatermarkUploadRequestName | Description | Type | Additional information |
---|---|---|---|
Type |
类型1个人,2官方,3智能营养,4竞赛 |
integer |
None. |
PicJson |
图片的base64位加密字符串 |
string |
None. |
Operater |
操作人 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "type": 1, "picJson": "sample string 2", "operater": "sample string 3" }
Response Information
Resource Description
水印上传
GetWatermarkResponseName | Description | Type | Additional information |
---|---|---|---|
Address |
地址 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "address": "sample string 1" }