当前API的AUTH鉴权密钥为:{{config "String" "api.auth" "请在data.conf中配置api.auth属性"}}
开启端口转发 接口
/*
接口返回JSON:
Code:0表示成功,1表示失败
Msg: 成功或失败的消息内容
*/
{
  "Code": 0,
  "Msg": ""
}
      
关闭端口转发 接口
/*
接口返回JSON:
Code:0表示成功,1表示失败
Msg: 成功或失败的消息内容
*/
{
  "Code": 0,
  "Msg": ""
}