Authorization: Bearer ********************curl --location --request POST '/receipt/getGoodTypeTree' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"exception": "string",
"extra": {},
"httpStatus": 0,
"message": "string",
"path": "string",
"result": [
{
"createTime": "2019-08-24T14:15:22.123Z",
"id": 0,
"materialNum": 0,
"nodeName": "string",
"parentId": 0,
"treeLevel": 0,
"typeCode": "string",
"unitName": "string",
"updateTime": "2019-08-24T14:15:22.123Z"
}
],
"success": true,
"timestamp": "2019-08-24T14:15:22.123Z"
}