{
"id": "string",
"type": 0
}
curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut//cwCustomReportForm/reportItemTree.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"type": 0
}'
{
"code": 0,
"data": {
"id": "string",
"parentId": "string",
"itemName": "string",
"isNotShowList": "string",
"measuringUnit": "string",
"formulaValue": "string",
"secondFormulaValue": "string",
"linkGeneralLedgerKmCode": "string",
"orderCode": "string",
"remark": "string",
"child": [
[
"string"
]
],
"dataLevel": "string",
"lineNumber": 0,
"dataType": "string"
},
"msg": "string"
}