{
"status": 0,
"msg": "string",
"data": {
"rules": [
{
"type": "string",
"field": "string",
"value": "string",
"title": "string",
"props": {
"multiple": true,
"placeholder": "string",
"type": "string",
"autofocus": true
},
"options": [
{
"value": 0,
"label": "string"
}
]
}
],
"title": "string",
"action": "string",
"method": "string",
"info": "string",
"status": true
}
}