Authorization: Bearer ********************
{
"province": "上海",
"city": "上海市",
"area": "浦东新区",
"address": "世纪大道",
"orderSn": "98765432",
"addressDesc": "上海市浦东新区世纪大道",
"phone": "987-654-321",
"fullName": "李四",
"idCard": "9876543210"
}
curl --location --request POST '/api/order/app/orderResync' \
--header 'Content-Type: application/json' \
--data-raw '{
"province": "上海",
"city": "上海市",
"area": "浦东新区",
"address": "世纪大道",
"orderSn": "98765432",
"addressDesc": "上海市浦东新区世纪大道",
"phone": "987-654-321",
"fullName": "李四",
"idCard": "9876543210"
}'
{}