POST xuner/soc/Social/list
请求信息
URI 参数
无。
Body 参数
SocBannerRequset| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| type |
类型 1商城,2点餐,3社区 |
string |
无。 |
请求格式
application/json, text/json
样例:
{
"type": "sample string 1"
}
响应信息
资源描述
gSocResponseOfListOfSoc_Bannermodel| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | Collection of Soc_Bannermodel |
无。 |
|
| req | string |
无。 |
|
| msg | string |
无。 |
|
| code | integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": [
{
"id": 1,
"title": "sample string 2",
"imagePath": "sample string 3",
"contentType": 4,
"urlObj": {
"type": 1,
"content": {
"id": "sample string 1",
"url": "sample string 2"
}
}
},
{
"id": 1,
"title": "sample string 2",
"imagePath": "sample string 3",
"contentType": 4,
"urlObj": {
"type": 1,
"content": {
"id": "sample string 1",
"url": "sample string 2"
}
}
}
],
"req": "sample string 1",
"msg": "sample string 2",
"code": 3
}