- 系统服务
- 认证服务
- 资源服务
- 代码生成
- 云端系统服务
- 版本包管理
- 版本管理
- 用户认证相关接口
- 课程主题相关接口
- 运动视频
- 公告已读接口
- 用户反馈相关接口
- 点赞收藏表
- 文章相关接口
- 广告管理
- 测试模块
- 首页相关接口
- 公告相关接口
- 课程注水记录表
- 修改POST
- 置顶/取消置顶POST
- 新增POST
- 审核通过POST
- 列表POST
- 下架POST
- 删除POST
- addBrowseNumPOST
- selectCourseFitnessPurposeGET
- 信息GET
- appHostCourseListGET
- 医科大基础服务
- 中小学一体机
商城轮播图
GET
/hyd-base-system/advertisement/commodityBannerList
广告管理
请求参数
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/advertisement/commodityBannerList' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '
返回响应
🟢200OK
application/json
Body
code
integer <int32>
消息状态码
msg
string
消息内容
data
array[object (AdvertisementDTO) {12}]
数据对象
id
integer <int64>
id
示例值:
922337203685477600
name
string
广告名称
advertisingSpace
integer <int32>
可选
sort
integer <int64>
排序
示例值:
922337203685477600
image
string
展示图片
isShow
integer <int32>
可选
type
integer <int32>
可选
articleId
integer <int32>
关联文章id
articleName
string
可选
outerChainUrl
string
外链文章URL
gmtCreate
string <date-time>
创建时间
gmtModified
string <date-time>
更新时间
success
boolean
可选
示例
{
"code": 0,
"msg": "string",
"data": [
{
"id": 922337203685477600,
"name": "string",
"advertisingSpace": 0,
"sort": 922337203685477600,
"image": "string",
"isShow": 0,
"type": 0,
"articleId": 0,
"articleName": "string",
"outerChainUrl": "string",
"gmtCreate": "2019-08-24T14:15:22Z",
"gmtModified": "2019-08-24T14:15:22Z"
}
],
"success": true
}