目录

介绍

此API用于渠道调用 DerbySoft GO 的接口来检查其 API 是否正常工作。

GET /ping HTTP/1.1
URL:{{endpoint}}/ping?distributorId={{distributorId}}
Authorization:Bearer 53ac07777cdffac2d53000002d698728ce964432d7167596bc005c5fc
Accept-Encoding: gzip
Content-Encoding: gzip
Content-Type: application/json;charset=utf-8


参数

名字

描述

必要字段?

类型

示例

 distributorId

渠道 ID

 Y

 string

 TUI



响应示例

  • 成功响应(HTTP状态200)
"ok"
  • 错误响应 (HTTP Status 401)
{
    "error": "Key not authorised"
}
  • 错误响应 (HTTP Status 500 )
{
  "errorCode": "InvalidField",
  "errorMessage": "Invalid Message"
}