Authorization: Bearer ********************
{
"customerName": "王阮勇",
"customerIdCard": "420683197308290539",
"customerProvince": "湖北省",
"customerCity": "襄阳市",
"customerArea": "枣阳市"
}
curl --location --request POST '/zop/hn/yy/order/checkQualification' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerName": "王阮勇",
"customerIdCard": "420683197308290539",
"customerProvince": "湖北省",
"customerCity": "襄阳市",
"customerArea": "枣阳市"
}'
{}