GET chun_tian_config/get_about_us
获取关于我们
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
获取关于我们
DataResponseOfAppAboutUsAllViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| message | string |
None. |
|
| success | boolean |
None. |
|
| data | AppAboutUsAllViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"message": "sample string 2",
"success": true,
"data": {
"about_us": {
"about_us": "sample string 1",
"teacher_team": "sample string 2",
"telephone": "sample string 3"
},
"banner_list": [
{
"banner_id": 1,
"banner_type_id": 2,
"banner_type_name": "sample string 3",
"title": "sample string 4",
"image_path": "sample string 5",
"video_path": "sample string 6",
"oss_image_path": "sample string 7",
"link_path": "sample string 8",
"content": "sample string 9",
"date_from": "sample string 10",
"date_to": "sample string 11",
"redirect_id": 12,
"wxa_app_id": "sample string 13",
"ext": "sample string 14"
},
{
"banner_id": 1,
"banner_type_id": 2,
"banner_type_name": "sample string 3",
"title": "sample string 4",
"image_path": "sample string 5",
"video_path": "sample string 6",
"oss_image_path": "sample string 7",
"link_path": "sample string 8",
"content": "sample string 9",
"date_from": "sample string 10",
"date_to": "sample string 11",
"redirect_id": 12,
"wxa_app_id": "sample string 13",
"ext": "sample string 14"
}
]
}
}