修改:自动审核间隔
## 修改系统配置:自动审核间隔(小时)
### 请求方法:GET
接口地址:{域名}/platform/config/updateAutoExamineInterval
接口参数:
|字段|类型|描述|
|-|-|-|
|configValue(自动审核间隔(小时))
### 版本
|版本|作者||
|-|-|-|
|v1.0|xxx||
### 例子
`http://94.191.69.118/platform/config/updateAutoExamineInterval
configValue=12
`
返回:
```json
{
"msg": "success",
"code": 200,
"data": ""
}
```