内容审核保存
开发中POST
/adminapi/setting.content_censor/setConfig请求参数
Body 参数application/json
ask_open
integer
必需
问题审核 1-开启;0-关闭;
outline_open
integer
必需
大纲审核 1-开启;;0-关闭
app_id
string
appid
api_key
string
apikey
secret_key
string
必需
secret_key
示例
{
"ask_open": 0,
"outline_open": 0,
"app_id": "string",
"api_key": "string",
"secret_key": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
array[string]
必需
示例
{
"code": 1,
"show": 1,
"msg": "设置成功",
"data": []
}
最后修改时间: 10 个月前