POST api/banner/post
Request Information
URI Parameters
None.
Body Parameters
yoshop_banner| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| path | string |
None. |
|
| query | string |
None. |
|
| sort | integer |
None. |
|
| is_delete | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"path": "sample string 2",
"query": "sample string 3",
"sort": 4,
"is_delete": 5
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SiteListResult| Name | Description | Type | Additional information |
|---|---|---|---|
| msg | string |
None. |
|
| code | integer |
None. |
|
| data | Object |
None. |
|
| count | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"msg": "sample string 1",
"code": 2,
"data": {},
"count": 4
}