- discard(废弃)
- demo(模板-参考示例)
- usmile-wx(微信)
- uc(用户统一中心)
- user-web(健康&设备&我的)
- bff-cloud
- 发现
- 用户协议表控制器
- 百万美好笑容
- OSS签名
- 控制器
- 通用埋点
- 通用接口
- 用户设备文件控制器
- iot-sevice(IOT平台)
- cloud-admin(运营后台)
删除
开发中
POST
https://test.myusmile.online/bff/cloud/platforChannelMapping/delete
请求参数
Header 参数
TOK
string
可选
默认值:
{{token}}
Body 参数application/json
id
integer
表id
userOneId
string
全局oneID
channelUserId
string
渠道用户id
channelId
integer
渠道id
userId
integer
可选
updateBy
string
可选
updateTime
string
可选
createTime
string
可选
createBy
string
可选
示例
{
"id": 0,
"userOneId": "string",
"channelUserId": "string",
"channelId": 0,
"userId": 0,
"updateBy": "string",
"updateTime": "string",
"createTime": "string",
"createBy": "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 'https://test.myusmile.online/bff/cloud/platforChannelMapping/delete' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"userOneId": "string",
"channelUserId": "string",
"channelId": 0,
"userId": 0,
"updateBy": "string",
"updateTime": "string",
"createTime": "string",
"createBy": "string"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}