POST api/wechatmini/addsetnotice
Request Information
URI Parameters
None.
Body Parameters
Collection of NoticeSetList| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| noticeContent | string |
None. |
|
| pictureUrl | string |
None. |
|
| linkName | string |
None. |
|
| sort | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id": 1,
"noticeContent": "sample string 2",
"pictureUrl": "sample string 3",
"linkName": "sample string 4",
"sort": 5
},
{
"id": 1,
"noticeContent": "sample string 2",
"pictureUrl": "sample string 3",
"linkName": "sample string 4",
"sort": 5
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | Object |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {},
"error": "sample string 3"
}