获取备案信息
GET
/adminapi/settings.shop.shop_setting/getRecordInfo
请求参数
Header 参数
version
string
可选
默认值:
2.0
token
string
可选
默认值:
{{ptoken}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/adminapi/settings.shop.shop_setting/getRecordInfo' \
--header 'version: 2.0' \
--header 'token: {{ptoken}}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
copyright
string
版权信息
record_number
string
备案号
record_system_link
string
备案号链接
business_license
string
营业执照
other_qualifications
array[string]
其他资质
示例
{
"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"
]
}
}
修改于 2022-10-15 14:05:56