curl --location --request GET '/api/supplier/info?id=1' \
--header 'Authorization;'
{
"state": "success",
"info": {
"id": 1,
"name": "点可云",
"py": "dky",
"number": "GYS0003",
"classify": "",
"frame": 1,
"user": 1,
"customer": "",
"person": "",
"file": [],
"title": "",
"tax": "",
"bank": "",
"account": "",
"rate": 0,
"type": 0,
"field": {
"a": "",
"b": "",
"c": "",
"d": "",
"e": ""
},
"state": true,
"data": "",
"contact": [],
"balance": 0
}
}