curl --location --request GET '/adminapi/settings.shop.shop_setting/getRecordInfo' \
--header 'version: 2.0' \
--header 'token: {{ptoken}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"copyright": "Copyright © 2019-2020 Likeshop",
"record_number": "LS-001",
"record_system_link": "http://beian.miit.gov.cn",
"business_license": "http://www.likeshopb2cv3.localhost/11111",
"other_qualifications": [
"http://www.likeshopb2cv3.localhost/2222",
"http://www.likeshopb2cv3.localhost/333"
]
}
}