/certificate/enable 接口
使能https访问, reboot后生效。
请求方式
POST /api/certificate/enable
参数 | 说明 |
---|---|
enable | 有效值true/false。 |
返回数据
{
"status": 0
}
属性 | 说明 |
---|---|
status | 0:执行成功。返回其它值请参考 API 状态码。 |
使能https访问, reboot后生效。
POST /api/certificate/enable
参数 | 说明 |
---|---|
enable | 有效值true/false。 |
{
"status": 0
}
属性 | 说明 |
---|---|
status | 0:执行成功。返回其它值请参考 API 状态码。 |