正常响应
{
"version": "1.0.0.0",
"code": 200,
"message": "this is message",
"isError": false,
"data": {
"id": 1,
"name": "name",
"age": 21
}
}
异常响应
{
"version": "1.0.0.0",
"code": 500,
"isError": true,
"responseException": {
"exceptionMessage": "Unhandled Exception occurred. Unable to process the request."
}
}
入参字段不符合要求响应
{
"version": "1.0.0.0",
"code": 400,
"isError": true,
"responseException": {
"exceptionMessage": "Request responded with one or more validation errors occurred.",
"validationErrors": [
{
"name": "Name",
"reason": "最大长度5"
},
{
"name": "Location",
"reason": "最大长度5"
}
]
}
}
状态码类型:
状态码: