- 概述
- 定制配置
- API
- WEB
- SC
- OP
- MP
- MP Copy
- PP
- APP
- OpenApi
- 机构运营报表
- 未命名接口POST
公告添加
开发中
POST
ims/sc/announcement/add
最后修改时间:2023-02-22 08:05:37
请求参数
Body 参数application/json
title
string
公告标题
<= 256 字符
content
string
公告内容
<= 65535 字符
recipient_ids
string
可选
<= 100 字符
默认值:
null
示例
{
"title": "string",
"content": "string",
"recipient_ids": null
}
示例代码
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/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"content": "string",
"recipient_ids": null
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}