暂无描述
Authorization: Bearer ********************
{}
curl --location --request POST 'https://api.tolink.cloud/apply/export2076' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"data": {
"list": [
{
"data": [
{
"fid": "number",
"tableValues": [],
"typeId": 1,
"value": {
"value": "111",
"id": 0,
"userId": 0,
"otherInfo": ""
},
"values": []
}
],
"id": 111,
"nodeId": 0
}
],
"page": 1,
"total": 5
},
"msg": "success"
}