curl --location --request GET '/adminapi/goods.goods_supplier/detail?id=' \
--header 'version: 1' \
--header 'token: 757aeabea936900775561ae0a31a09bb'
{
"code": 1,
"show": 0,
"msg": "供应商详情获取成功",
"data": {
"id": 3,
"name": "供应商3",
"code": "333333",
"supplier_category_id": 3,
"contact": "木子1",
"mobile": "17306643985",
"landline": "0668-3571",
"email": "1@qq.com",
"province_id": 10000,
"city_id": 11000,
"district_id": 11100,
"address": "朝阳大街",
"bank_account": "12345678",
"bank": "农业银行",
"cardholder_name": "李xx",
"tax_id": "987654321",
"sort": 200,
"create_time": "2021-07-17 11:52:21",
"update_time": "2021-07-17 15:40:52",
"delete_time": null
}
}