{
"id": 1024,
"signature": "业务服务",
"code": "YUN_PIAN",
"status": 1,
"remark": "好吃!",
"apiKey": "yudao",
"apiSecret": "yuanma",
"callbackUrl": "http://www.iocoder.cn"
}
curl --location --request PUT '/system/sms-channel/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1024,
"signature": "业务服务",
"code": "YUN_PIAN",
"status": 1,
"remark": "好吃!",
"apiKey": "yudao",
"apiSecret": "yuanma",
"callbackUrl": "http://www.iocoder.cn"
}'
{
"code": 0,
"data": false,
"msg": ""
}