修改备案信息
开发中PUT
/admin/config/icp修改备案信息。
请求参数
Body 参数application/json
icp
string | null
ICP 备案号
public
string | null
公网安备号
示例
{
"icp": "string",
"public": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
errMsg
null
必需
data
boolean
必需
示例
修改成功
{
"code": 200,
"errMsg": null,
"data": true
}
最后修改时间: 9 个月前