-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
响应体如下:
[
{
"description": "模拟一个基本的 RESTful API",
"request":
{
"uri": "/hello"
},
"response":
{
"headers":
{
"Content-Type": "application/json; charset=utf-8",
"Access-Control-Allow-Origin": "*",
"Access-Control-Expose-Headers": "X-Requested-With",
"Access-Control-Allow-Methods": "GET,POST,OPTIONS"
},
"json":
{
"result":
[
{
"name": "字",
"age": 18
},
{
"name": "两字",
"age": 18
},
{
"name": "三个字",
"age": 18
},
{
"name": "四个字字",
"age": 18
},
{
"name": "有五个字字",
"age": 188
}
]
}
}
}
]
Metadata
Metadata
Assignees
Labels
No labels
