curl --location --request GET 'http://www.likeadmin.localhost/adminapi/notice.sms_config/detail?type=' \
--header 'token: {{token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"sign": "",
"app_key": "",
"secret_key": "",
"status": 1,
"name": "阿里云短信"
}
}