暂无描述
Authorization: Bearer ********************
{
"appId": 2322,
"data": [
{
"fid": "kS5yTRoAQopIRCmSKL24e",
"typeId": 1,
"value": {
"value": "测试1",
"id": null,
"userId": 0,
"otherInfo": "",
"values": []
},
"values": [],
"options": null,
"tableValues": null
},
{
"fid": "QjJui6TuDqSiMdC5jIWd4",
"typeId": 9,
"value": {
"value": "男",
"id": "5-AcQfe9ijwWl_kJRnR4U",
"userId": 0,
"otherInfo": "",
"values": []
},
"values": [],
"options": [
{
"optId": "5-AcQfe9ijwWl_kJRnR4U",
"value": "男",
"useLimit": 0,
"useCount": 0,
"linkFids": [],
"imageUrl": ""
},
{
"optId": "SYUF_Hbr7iuYInSCi9BC8",
"value": "女",
"useLimit": 0,
"useCount": 0,
"linkFids": [],
"imageUrl": ""
},
{
"optId": "else",
"value": "其他",
"useLimit": 0,
"useCount": 0,
"linkFids": [],
"imageUrl": ""
}
],
"tableValues": null
}
],
"isDraft": false
}
curl --location --request POST 'https://api.tolink.cloud/noFlowApply/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": 2322,
"data": [
{
"fid": "kS5yTRoAQopIRCmSKL24e",
"typeId": 1,
"value": {
"value": "测试1",
"id": null,
"userId": 0,
"otherInfo": "",
"values": []
},
"values": [],
"options": null,
"tableValues": null
},
{
"fid": "QjJui6TuDqSiMdC5jIWd4",
"typeId": 9,
"value": {
"value": "男",
"id": "5-AcQfe9ijwWl_kJRnR4U",
"userId": 0,
"otherInfo": "",
"values": []
},
"values": [],
"options": [
{
"optId": "5-AcQfe9ijwWl_kJRnR4U",
"value": "男",
"useLimit": 0,
"useCount": 0,
"linkFids": [],
"imageUrl": ""
},
{
"optId": "SYUF_Hbr7iuYInSCi9BC8",
"value": "女",
"useLimit": 0,
"useCount": 0,
"linkFids": [],
"imageUrl": ""
},
{
"optId": "else",
"value": "其他",
"useLimit": 0,
"useCount": 0,
"linkFids": [],
"imageUrl": ""
}
],
"tableValues": null
}
],
"isDraft": false
}'
{
"code": 0,
"data": {
"id": 8
},
"msg": "success"
}