curl --location --request POST '/so-pub-service/openapi/sopub_api_getPageReturnVal' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"areaCode": "wj.sz.js.cn",
"uuId": "8486b561e1ef4bc9b05eb09936ecb417"
}
]'
{
"resultObject": {
"root": {
"baseInfo": {
"result": "1",
"resultMsg": "查询成功!"
},
"resultInfo": {
"returnData": {
"AccessAddress": {
"description": "苏州市吴江市横扇镇圣牛村3组",
"fullName": "苏州市吴江市横扇镇圣牛村3组",
"addressId": "122802727379",
"locationId": "120000331024",
"isMbpAddr": "Y"
}
}
}
}
}
}