CCRCOPENAUTH: ********************{
"pageNo": 1,
"pageSize": 10,
"消息渠道信息id": 0,
"消息渠道信息名称": "string",
"消息发送渠道类型:(100001:微信模版消息,110101:亿美短链短信,110102:亿美普通短信,110201:亿美个性模版语音,110202:亿美普通模版语音)": 0,
"创建时间升序": true
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/message/channel/list' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 1,
"pageSize": 10,
"消息渠道信息id": 0,
"消息渠道信息名称": "string",
"消息发送渠道类型:(100001:微信模版消息,110101:亿美短链短信,110102:亿美普通短信,110201:亿美个性模版语音,110202:亿美普通模版语音)": 0,
"创建时间升序": true
}'{
"code": "string",
"message": "string",
"data": {
"total": 0,
"pages": 0,
"current": 0,
"records": [
{
"id": 0,
"name": "string",
"type": 0,
"accountConfig": "string",
"createTime": 0,
"updateTime": 0
}
],
"size": 0
},
"success": true
}