visop
Version:
A simple CLI for scaffolding visible operation projects.
26 lines • 440 B
JSON
{
"meta": [],
"fields": [
{
"id": "user",
"description": "用户名",
"type": "input",
"config": {}
},
{
"id": "password",
"description": "密码",
"type": "input",
"config": {}
}
],
"data": [
{
"user": "yuntianyuan",
"password": "yty123456",
"createdAt": "2018-09-28 10:48:21",
"updatedAt": "2018-09-28 13:39:21",
"id": 1
}
]
}