ResponseModel
Name | Type | Description | Notes |
---|---|---|---|
code | Integer | Code,HTTP status code | HTTP状态码 |
router | String | Router,The endpoint that generated this response | 生成此响应的端点 |
params | String | [optional] | |
data | AnyOfstringnull | Data,The response data | 响应数据 |
ResponseModel
Name | Type | Description | Notes |
---|---|---|---|
code | Integer | Code,HTTP status code | HTTP状态码 |
router | String | Router,The endpoint that generated this response | 生成此响应的端点 |
params | String | [optional] | |
data | AnyOfstringnull | Data,The response data | 响应数据 |