{
"id": "string"
}
curl --location --request POST '/api/point/getInfo' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string"
}'
{
"code": 0,
"message": "string",
"data": {
"id": "string",
"name": "string",
"adcode": "string",
"address": "string",
"logo": "string",
"contactName": "string",
"contactTel": "string",
"desc": "string",
"state": 0,
"orderLeadTime": 0,
"cancelLeadTime": 0
}
}