{
"id": "string"
}
curl --location --request GET '/api/customer/info?id=2' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string"
}'
{
"state": "success",
"info": {
"id": 2,
"name": "测试客户1",
"py": "cskh1",
"number": "KH0002",
"assort": "",
"grade": "",
"frame": 1,
"user": 1,
"supplier": "",
"person": "",
"file": [],
"title": "",
"tax": "",
"bank": "",
"account": "",
"type": 0,
"field": {
"a": "",
"b": "",
"c": "",
"d": "",
"e": ""
},
"state": true,
"data": "",
"contact": [],
"balance": 0
}
}