curl --location --request GET '/seckill/product/status/437/form' \
--header 'x-token: {{x-token}}'{
"status": 0,
"message": "string",
"data": {
"rule": [
{
"type": "string",
"field": "string",
"value": 0,
"title": "string",
"props": {
"type": "string",
"placeholder": "string"
},
"validate": [
{
"message": "string",
"required": true,
"type": "string",
"trigger": "string"
}
]
}
],
"action": "string",
"method": "string",
"title": "string",
"config": {},
"api": "string"
}
}