Version | Update Time | Status | Author | Description |
---|---|---|---|---|
v2021-05-07 11:00:19 | 2021-05-07 11:00:19 | auto | @pc | Created by smart-doc |
1.
1.1. 测试参数和返回值
Type: GET
Author: laowo
Content-Type: application/json; charset=utf-8
Description: 测试参数和返回值
Body-parameters:
Parameter | Type | Description | Required | Since |
---|---|---|---|---|
id | int64 | 这是id | true | - |
name | string | 这是name | true | - |
passWord | string | 这是密码 | true | - |
test | string | 这是测试 | true | - |
Response-fields:
Field | Type | Description | Since |
---|---|---|---|
status | object | No comments found. | - |
code | string | No comments found. | - |
msg | string | No comments found. | - |
data | object | No comments found. | - |
└─records | array | No comments found. | - |
└─id | int64 | id | - |
└─name | string | 名称 | - |
└─total | int64 | No comments found. | - |
└─size | int64 | No comments found. | - |
└─current | int64 | No comments found. | - |
exception | string | No comments found. | - |
Response-example:
{
"status": {
},
"code": "39528",
"msg": "ajrq96",
"data": {
"records": [
{
"id": 878,
"name": "修杰.陶"
}
],
"total": 633,
"size": 632,
"current": 79
},
"exception": "dyzff4"
}
1.2. 测试多数据源事务
Type: GET
Author: laowo
Content-Type: application/x-www-form-urlencoded;charset=utf-8
Description: 测试多数据源事务
Response-example:
Doesn't return a value.
1.3. 查询全部信息
Type: GET
Author: laowo
Content-Type: application/x-www-form-urlencoded;charset=utf-8
Description: 查询全部信息
Response-fields:
Field | Type | Description | Since |
---|---|---|---|
id | int64 | 这是id | - |
name | string | 这是name | - |
passWord | string | 这是密码 | - |
test | string | 这是测试 | - |
Response-example:
[
{
"id": 353,
"name": "修杰.陶",
"passWord": "ulpcvs",
"test": "myoz6v"
}
]