内容审核详情
开发中
GET
/adminapi/setting.content_censor/getConfig
请求参数
Header 参数
token
string
可选
示例代码
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/setting.content_censor/getConfig' \
--header 'token;'
返回响应
🟢200成功
application/json
Body
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
必需
示例
{"code":1,"show":0,"msg":"","data":{"ask_open":0,"outline_open":1,"app_id":11111,"api_key":22222,"secret_key":3333}}
修改于 2024-01-19 08:21:11