- 官方AI产品模块
- AI角色预设模块
- AI产品模块
- AI提示模块
- 应用模块
- 内容模块
- 商家地址库
- 权益卡模块
- 客服模块
- 公共模块
- 短信模块
- 系统公告模块
- 门店模块
- 商品模块
- 营销模块
- 售后服务模块
- 购物车模块
- 包裹物流模块
- 订单模块
- 支付模块
- 礼品模块
- 搜索模块
- 用户AI模块
- 用户会员模块
- 用户优惠券模块
- 分销员模块
- 用户收藏模块
- 用户登录模块
- 用户退出登录模块
- 用户订单模块
- 会员充值模块
- 用户注册模块
- 用户微信模块
- 用户提现模块
公告列表
GET
https://api.shakingcloud.com/api/common/notice/list
系统公告模块
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.shakingcloud.com/api/common/notice/list'
返回响应
🟢200OK
application/json
Body
attributes
object
可选
code
string
可选
data
array[object (Notice) {11}]
可选
content
string
可选
createDate
string <date-time>
可选
createStr
string
可选
description
string
可选
isPush
boolean
可选
isShow
boolean
可选
key
string
可选
modifyDate
string <date-time>
可选
sort
integer <int32>
可选
title
string
可选
tkey
string
可选
msg
string
可选
success
boolean
可选
totalCount
integer <int64>
可选
示例
{
"attributes": {},
"code": "string",
"data": [
{
"content": "string",
"createDate": "2019-08-24T14:15:22Z",
"createStr": "string",
"description": "string",
"isPush": true,
"isShow": true,
"key": "string",
"modifyDate": "2019-08-24T14:15:22Z",
"sort": 0,
"title": "string",
"tkey": "string"
}
],
"msg": "string",
"success": true,
"totalCount": 0
}
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
修改于 2023-06-19 03:50:23