curl --location --request POST 'https://tapi.antong56.com:8443/antong-api/api-platform/api/baseData/v2/getProvinceList' \
--header 'token: undefined' \
--header 'salt;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"searchNo": "",
"searchName": "福建"
}'
{
"state": "ok",
"code": 20000,
"msg": null,
"errorMsg": null,
"result": [
{
"name": "福建",
"number": "P014",
"parentName": "中国"
}
],
"responseOk": true
}