curl --location --request GET 'http://www.likeadmin.localhost/adminapi/notice.sms_config/getConfig' \
--header 'token: {{token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"ali": {
"name": "阿里云短信",
"status": 0
},
"tencent": {
"name": "腾讯云短信",
"status": 0
}
}
}