设置局域网加密

555

# 设置局域网加密

Path:

/api/http_verification

Method: PUT

Content-type: application/json; charset=utf-8

接口描述: 设置局域网加密的开关及账号密码

备注:USB加密打开之后,局域网加密不可关闭。

请求参数

名称 类型 示例 描述
http_ftp_verification String 1 局域网加密的开关,1:开,0:关
http_ftp_username String admin 账号
http_ftp_password String Console123@ 密码

请求示例:

{
    "http_ftp_verification":"1",
    "http_ftp_username":"admin",
    "http_ftp_password":"Console123@"
}