{ "token": "Epoint_WebSerivce_**##0601", "params": { "areacode": "区划code" } }
curl --location --request POST '/rybcomplaint/getStreetByArea' \ --header 'Content-Type: application/json' \ --data-raw '{ "token": "Epoint_WebSerivce_**##0601", "params": { "areacode": "区划code" } }'
{ "status": { "code": 200, "text": "" }, "custom": { "code": "1", "text": "查询成功", "list": [ { "areacode": "610992", "areaname": "五华区" } ] } }