curl --location --request GET '/platformapi/settings.platform/getRecordConfig' \
--header 'version: 2.0' \
--header 'token: {{ptoken}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"copyright": "copyright",
"record_no": "record_no",
"record_url": ""
}
}