{
"shxydm": "社会信用代码",
"pthyycxmc": "平台名称"
}
curl --location --request POST '/access/invoke/110004' \
--header 'mock: 1' \
--header 'AuthToken: 16a25f86-34b2-4826-9e8e-8d63b2dfa514' \
--header 'Content-Type: application/json' \
--data-raw '{
"shxydm": "社会信用代码",
"pthyycxmc": "平台名称"
}'
{
"returncode": "返回码",
"returnmsg": "返回信息",
"ptxx": [
{
"ptuuid": "平台uuid ",
"pthyycxmc": "平台名称"
},
{
"ptuuid": "平台uuid ",
"pthyycxmc": "平台名称"
}
]
}