- 系统服务
- 认证服务
- 资源服务
- 代码生成
- 云端系统服务
- 版本包管理
- 版本管理
- 用户认证相关接口
- 课程主题相关接口
- 运动视频
- 公告已读接口
- 用户反馈相关接口
- 点赞收藏表
- 文章相关接口
- 广告管理
- 测试模块
- 首页相关接口
- 公告相关接口
- 课程注水记录表
- 修改POST
- 置顶/取消置顶POST
- 新增POST
- 审核通过POST
- 列表POST
- 下架POST
- 删除POST
- addBrowseNumPOST
- selectCourseFitnessPurposeGET
- 信息GET
- appHostCourseListGET
- 医科大基础服务
- 中小学一体机
手机端首页
GET
/hyd-base-system/businessaction/appIndex
点赞收藏表
请求参数
Query 参数
userId
integer
可选
示例值:
922337203685477600
Header 参数
Authorization
string
可选
默认值:
Bearer {{access_token}}
Clientid
string
可选
默认值:
{{client_id}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://192.168.20.159:8080/hyd-base-system/businessaction/appIndex' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '
返回响应
🟢200OK
application/json
Body
code
integer <int32>
消息状态码
msg
string
消息内容
data
object (AppIndexResp)
文章
appAdvertisementRespList
array[object (AppAdvertisementResp) {6}]
可选
appVideoRespList
array[object (AppVideoResp) {5}]
可选
appSportInfomationList
array[object (AppSportInfomationResp) {7}]
可选
success
boolean
可选
resultData
object (AppIndexResp)
文章
示例
{
"code": 0,
"msg": "string",
"data": {
"appAdvertisementRespList": [
{
"id": 922337203685477600,
"image": "string",
"name": "string",
"type": 0,
"articleId": 0,
"outerChainUrl": "string"
}
],
"appVideoRespList": [
{
"id": 922337203685477600,
"image": "string",
"title": "string",
"views": 922337203685477600,
"videoUrl": "string"
}
],
"appSportInfomationList": [
{
"id": 922337203685477600,
"image": "string",
"name": "string",
"type": "string",
"views": 0,
"gmtCreate": "2019-08-24T14:15:22Z",
"gmtModified": "2019-08-24T14:15:22Z"
}
]
},
"success": true,
"resultData": {
"appAdvertisementRespList": [
{
"id": 922337203685477600,
"image": "string",
"name": "string",
"type": 0,
"articleId": 0,
"outerChainUrl": "string"
}
],
"appVideoRespList": [
{
"id": 922337203685477600,
"image": "string",
"title": "string",
"views": 922337203685477600,
"videoUrl": "string"
}
],
"appSportInfomationList": [
{
"id": 922337203685477600,
"image": "string",
"name": "string",
"type": "string",
"views": 0,
"gmtCreate": "2019-08-24T14:15:22Z",
"gmtModified": "2019-08-24T14:15:22Z"
}
]
}
}