内容审核详情
开发中GET
/adminapi/setting.content_censor/getConfig请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
ask_open
integer
问题审核
outline_open
integer
大纲审核
app_id
integer
app_id
api_key
integer
api_key
secret_key
integer
必需
secret_key
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"ask_open": 0,
"outline_open": 1,
"app_id": 11111,
"api_key": 22222,
"secret_key": 3333
}
}
最后修改时间: 10 个月前