恢复出厂设置

555

# 恢复出厂设置

Path:

/api/resetfact

Method: POST

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

接口描述: 需要重启播放盒

请求参数

名称 类型 示例 描述
reset_fact_username String "" 局域网加密的用户名,没有开启局域网加密,则不用输入
reset_fact_password String "" 局域网加密的密码,没有开启局域网加密,则不用输入

请求示例

{
    "reset_fact_username": "",
    "reset_fact_password": ""
}