- 概述
- 定制配置
- API
- WEB
- SC
- OP
- MP
- MP Copy
- PP
- APP
- OpenApi
- 机构运营报表
- 未命名接口POST
公告列表
开发中
POST
ims/sc/announcement/list
最后修改时间:2023-02-22 07:51:24
请求参数
Body 参数application/json
page_num
integer
分页页码.默认1
page_size
integer
分页大小。默认20
publish_time_start
string
创建时间开始
publish_time_end
string
创建时间结束
示例
{
"page_num": 0,
"page_size": 0,
"publish_time_start": "string",
"publish_time_end": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'ims/sc/announcement/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"page_num": 0,
"page_size": 0,
"publish_time_start": "string",
"publish_time_end": "string"
}'
返回响应
🟢200成功
application/json
Body
code
string
错误码
msg
string
错误描述
psn
string
报文序列号
data
object
业务数据
total
integer