文档
测试

9.在线测试

POST
http://127.0.0.1:2626/service

接口描述

获取TDDS Server的某些状态。

请求参数

参数名
类型
描述
必填
type
int
示例:100
必填
message
string
示例:
必填
data
object
示例:null
必填

响应参数

参数名
类型
描述
必填
type
int
示例:0
必填
message
string
示例:Service is online.
必填
data
object
示例:true
必填
time
string
示例:03/08/2022 13:41:05
必填

请求示例

``` { "type": 100, "message": "" } ```

响应示例

``` { "type": 0, "message": "Service is online.", "data": true, "time": "03/08/2022 13:41:05" } ```