{
"guid": "string",
"node_list": [
{
"type": 0,
"vid": "string",
"partyid": "string",
"seq": "string",
"corpid": "string"
}
]
}curl --location '/arch/get_arch_node_data' \
--header 'Content-Type: application/json' \
--data '{
"guid": "string",
"node_list": [
{
"type": 0,
"vid": "string",
"partyid": "string",
"seq": "string",
"corpid": "string"
}
]
}'{
"error_code": 0,
"error_message": "string",
"data": {
"patchList": [
{}
],
"isSimplified": true
}
}