curl --location --request GET '/admin-api/system/sms-channel/page?pageNo=1&pageSize=10' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"list": [
{
"id": 1024,
"signature": "芋道源码",
"code": "YUN_PIAN",
"status": 1,
"remark": "好吃!",
"apiKey": "yudao",
"apiSecret": "yuanma",
"callbackUrl": "https://www.iocoder.cn",
"createTime": "2019-08-24T14:15:22Z"
}
],
"total": 0
},
"msg": "string"
}