- 概述
- 定制配置
- API
- WEB
- SC
- OP
- MP
- MP Copy
- PP
- APP
- OpenApi
- 机构运营报表
- 未命名接口POST
新增推送通道
开发中
POST
/mns/sc/channel/add
推送通道
最后修改时间:2022-12-14 00:55:17
请求参数
Body 参数application/json
status
string
通道状态
subscribe_app
string
订阅应用
channel_type
string
通道类型
institution_no
string
机构号
channel_name
string
通道名称
示例
{
"status": "string",
"subscribe_app": "string",
"channel_type": "string",
"institution_no": "string",
"channel_name": "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 '/mns/sc/channel/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "string",
"subscribe_app": "string",
"channel_type": "string",
"institution_no": "string",
"channel_name": "string"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}