暂无描述
Authorization: Bearer ********************
{
"appId": 254,
"data": [
{
"fid": "JqWtfiHkaIQyaxMhh6nPn",
"typeId": 1,
"value": {
"value": "1",
"id": null,
"userId": 0,
"otherInfo": "",
"values": []
},
"values": [],
"options": null,
"tableValues": null
},
{
"fid": "_pPe8i5JaZ-NPkd-Zn4W8",
"typeId": 18,
"value": {
"value": "",
"id": null,
"userId": 0,
"otherInfo": "",
"values": []
},
"values": [],
"options": null,
"tableValues": [
[
{
"fid": "p7Kky27s-WdVogljgDRPm",
"typeId": 1,
"value": {
"value": "2",
"id": null,
"userId": 0,
"otherInfo": "",
"values": []
},
"values": []
},
{
"fid": "7F1UwEtn7hLuFBVG6JbpZ",
"typeId": 1,
"value": {
"value": "3",
"id": null,
"userId": 0,
"otherInfo": "",
"values": []
},
"values": []
}
]
]
}
],
"isDraft": false
}
curl --location --request POST 'https://api.tolink.cloud/apply/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": 254,
"data": [
{
"fid": "JqWtfiHkaIQyaxMhh6nPn",
"typeId": 1,
"value": {
"value": "1",
"id": null,
"userId": 0,
"otherInfo": "",
"values": []
},
"values": [],
"options": null,
"tableValues": null
},
{
"fid": "_pPe8i5JaZ-NPkd-Zn4W8",
"typeId": 18,
"value": {
"value": "",
"id": null,
"userId": 0,
"otherInfo": "",
"values": []
},
"values": [],
"options": null,
"tableValues": [
[
{
"fid": "p7Kky27s-WdVogljgDRPm",
"typeId": 1,
"value": {
"value": "2",
"id": null,
"userId": 0,
"otherInfo": "",
"values": []
},
"values": []
},
{
"fid": "7F1UwEtn7hLuFBVG6JbpZ",
"typeId": 1,
"value": {
"value": "3",
"id": null,
"userId": 0,
"otherInfo": "",
"values": []
},
"values": []
}
]
]
}
],
"isDraft": false
}'
{
"code": 0,
"data": {
"id": 8
},
"msg": "success"
}