curl --location --request GET 'http://www.likeadmin.localhost/adminapi/channel.mnp_settings/getConfig' \
--header 'token: {{token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"name": "演示小程序",
"original_id": 123456,
"qr_code": "http://www.smyy.localhost/1111",
"app_id": 654321,
"app_secret": "asdasdsaerfas",
"request_domain": "https://www.smyy.localhost",
"socket_domain": "wss://www.smyy.localhost",
"upload_file_domain": "https://www.smyy.localhost",
"download_file_domain": "https://www.smyy.localhost",
"udp_domain": "udp://www.smyy.localhost",
"business_domain": "www.smyy.localhost"
}
}