Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 486 Bytes

reconn_remote_services.md

File metadata and controls

32 lines (24 loc) · 486 Bytes

重新连接远程服务

地址

/api/service/link_remote_service

请求方式

GET
Content-Type: application/json; charset=utf-8

查询参数(Query)

uuid: String; // UUID
apikey: String; // API 密钥

响应

{
  // ↓ 会返回的值及其解释:200(正常,并返回相应内容);400(请求参数不正确);403(无权限);500(服务器内部错误)
  "status": 200,
  "data": true,
  "time": 1643880025925
}