curl --location --request GET 'http://www.likeadmin.localhost/adminapi/channel.app_setting/getConfig' \
--header 'token: {{token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"ios_download_url": "ios.html",
"android_download_url": "android.html",
"download_title": "下载有礼"
}
}