设置政策协议
POST
/adminapi/setting.web.web_setting/setAgreement请求参数
Body 参数application/x-www-form-urlencoded
service_title
string
服务协议名称
service_content
string
服务协议内容
privacy_title
string
隐私政策名称
privacy_content
string
隐私政策内容
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
array
必需
示例成功示例
{
"code": 1,
"show": 1,
"msg": "设置成功",
"data": []
}
最后修改时间: 2 年前