mirror of
https://github.com/zhigang1992/interfake.git
synced 2026-01-12 22:48:04 +08:00
20 lines
260 B
JSON
20 lines
260 B
JSON
[
|
|
{
|
|
"request": {
|
|
"url": "/whattimeisit",
|
|
"method": "get"
|
|
},
|
|
"response": {
|
|
"code": 200,
|
|
"delay": "200..3000",
|
|
"body": {
|
|
"theTime": "Adventure Time!",
|
|
"starring": [
|
|
"Finn",
|
|
"Jake"
|
|
],
|
|
"location": "ooo"
|
|
}
|
|
}
|
|
}
|
|
] |