curl --location --request GET '/adminapi/authority/suppliers/list' \
--header 'X-Shop-Id: 0'
{
"records": [
{
"suppliersId": 0,
"suppliersName": "string",
"suppliersDesc": "string",
"isCheck": 0,
"country": 0,
"province": 0,
"city": 0,
"district": 0,
"contactName": "string",
"contactPhone": "string",
"contactAddress": "string",
"isShow": 0,
"shopId": 0,
"regions": [
0
]
}
],
"total": 0,
"size": 0,
"current": 0,
"optimizeCountSql": {},
"searchCount": {},
"pages": 0
}