Authorization: Bearer ********************
{
"subTaskId": 7630,
"costParams": [
{
"fieldInfo1": {
"fieldName": "city",
"fieldComment": "城市",
"fieldType": "1"
},
"fieldInfo3": {
"fieldName": "scale",
"fieldComment": "企业规模",
"fieldType": "1"
},
"fieldInfo2": {
"fieldName": "province",
"fieldComment": "省份",
"fieldType": "1"
}
},
{
"fieldInfo1": {
"fieldName": "industryCategory",
"fieldComment": "国标行业-门类",
"fieldType": "1"
},
"fieldInfo2": {
"fieldName": "relation",
"fieldComment": "隶属关系",
"fieldType": "1"
}
}
]
}
curl --location --request POST 'http://localhost:9999/api1/t-rs-enterprise-info/exportEnterpriseCostStructure' \
--header 'Content-Type: application/json' \
--data-raw '{
"subTaskId": 7630,
"costParams": [
{
"fieldInfo1": {
"fieldName": "city",
"fieldComment": "城市",
"fieldType": "1"
},
"fieldInfo3": {
"fieldName": "scale",
"fieldComment": "企业规模",
"fieldType": "1"
},
"fieldInfo2": {
"fieldName": "province",
"fieldComment": "省份",
"fieldType": "1"
}
},
{
"fieldInfo1": {
"fieldName": "industryCategory",
"fieldComment": "国标行业-门类",
"fieldType": "1"
},
"fieldInfo2": {
"fieldName": "relation",
"fieldComment": "隶属关系",
"fieldType": "1"
}
}
]
}'
{}