暂无描述
Authorization: Bearer ********************
{
"appId": 2,
"showFields": [
{
"fid": "createBy",
"label": "申请人"
},
{
"fid": "flowStatus",
"label": "当前流程状态"
}
]
}
curl --location --request PUT 'https://api.tolink.cloud/app/expandFieldsSettingUpdate' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": 2,
"showFields": [
{
"fid": "createBy",
"label": "申请人"
},
{
"fid": "flowStatus",
"label": "当前流程状态"
}
]
}'
{
"code": 0,
"data": "修改成功",
"msg": "success"
}