{
"formId":"62184b58e4b0036ddd34e3a9"
}
curl --location --request POST 'https://api.pro.surongyun.cn/apaas/openapi/form/schema' \
--header 'x-apaas-accessToken;' \
--header 'Content-Type: application/json' \
--data-raw '{
"formId":"62184b58e4b0036ddd34e3a9"
}'
{
"code": 0,
"msg": "success",
"result": {
"schema": {
"width": "100%",
"title": "报销单",
"type": "object",
"properties": {
"MEMBER_l01um1bwx1Zg6iV9": {
"widget": "input",
"width": "100%",
"title": "报销人",
"type": "string"
},
"DEPARTMENT_l01umb5iys7gW8Sl": {
"widget": "input",
"width": "100%",
"title": "报销人所在部门",
"type": "string"
},
"CURRENCY_l01umkpf1wir3rYO": {
"widget": "number",
"width": "100%",
"title": "报销金额",
"type": "number"
},
"MULTILINE_l01v8uqazusLQSdm": {
"widget": "textarea",
"width": "100%",
"title": "报销说明",
"type": "string"
},
"IMAGE_l01umwrysoMTzL5e": {
"widget": "imageInput",
"width": "100%",
"title": "发票",
"type": "string"
},
"ATTACHMENT_l01un1a5Emohdsds": {
"widget": "upload",
"width": "100%",
"title": "发票",
"type": "string"
}
}
}
},
"resultInfo": null
}